Browse Source

Fix bug #2991 duplicate key: DOLPHIN_ALERT (#2993)

edit duplicate DOLPHIN_ALERT and label

Co-authored-by: dailidong <dailidong66@gmail.com>
pull/2/head
Erik-ly 4 years ago committed by GitHub
parent
commit
eef397675b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      ambari_plugin/common-services/DOLPHIN/1.3.0/alerts.json

10
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 @@
}
]
}
}
}

Loading…
Cancel
Save