This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new eef3976  Fix bug #2991 duplicate key: DOLPHIN_ALERT (#2993)
eef3976 is described below

commit eef397675b72ad894b08045305435e0ef5946f7e
Author: Erik-ly <[email protected]>
AuthorDate: Wed Jun 17 14:38:27 2020 +0800

    Fix bug #2991 duplicate key: DOLPHIN_ALERT (#2993)
    
    edit duplicate DOLPHIN_ALERT and label
    
    Co-authored-by: dailidong <[email protected]>
---
 ambari_plugin/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 2a9800e..d239c03 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
+}

Reply via email to