From eef397675b72ad894b08045305435e0ef5946f7e Mon Sep 17 00:00:00 2001 From: Erik-ly Date: Wed, 17 Jun 2020 14:38:27 +0800 Subject: [PATCH] Fix bug #2991 duplicate key: DOLPHIN_ALERT (#2993) edit duplicate DOLPHIN_ALERT and label Co-authored-by: dailidong --- .../common-services/DOLPHIN/1.3.0/alerts.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ambari_plugin/common-services/DOLPHIN/1.3.0/alerts.json b/ambari_plugin/common-services/DOLPHIN/1.3.0/alerts.json index 2a9800e59..d239c0307 100644 --- a/ambari_plugin/common-services/DOLPHIN/1.3.0/alerts.json +++ b/ambari_plugin/common-services/DOLPHIN/1.3.0/alerts.json @@ -96,7 +96,7 @@ ], "DOLPHIN_ALERT": [ { - "name": "DOLPHIN_DOLPHIN_ALERT_CHECK", + "name": "DOLPHIN_ALERT_CHECK", "label": "check dolphin scheduler alert status", "description": "", "interval":10, @@ -127,10 +127,10 @@ } } ], - "DOLPHIN_ALERT": [ + "DOLPHIN_LOGGER": [ { - "name": "DOLPHIN_DOLPHIN_LOGGER_CHECK", - "label": "check dolphin scheduler alert status", + "name": "DOLPHIN_LOGGER_CHECK", + "label": "check dolphin scheduler logger status", "description": "", "interval":10, "scope": "HOST", @@ -161,4 +161,4 @@ } ] } -} \ No newline at end of file +} -- GitLab