Repository: ambari Updated Branches: refs/heads/branch-2.2 91da52f0f -> ca5393011
AMBARI-15322: Update description / labels for HAWQ alerts. (bhuvnesh2703 via mithmatt) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ca539301 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ca539301 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ca539301 Branch: refs/heads/branch-2.2 Commit: ca539301183466212fabe65cb90c797a233e03cb Parents: 91da52f Author: Matt <[email protected]> Authored: Tue Mar 8 15:40:28 2016 -0800 Committer: Matt <[email protected]> Committed: Tue Mar 8 15:40:28 2016 -0800 ---------------------------------------------------------------------- .../resources/common-services/HAWQ/2.0.0/alerts.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ca539301/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/alerts.json b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/alerts.json index 4488cb5..8da5beb 100644 --- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/alerts.json +++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/alerts.json @@ -30,8 +30,8 @@ "HAWQMASTER": [ { "name": "hawqstandby_sync_status", - "label": "HAWQ Standby Sync Status", - "description": "This alert will trigger if HAWQ Standby is not synchronized with HAWQ Master. Use the service action 'Re-Synchronize HAWQ Standby' on HAWQ service page to synchronize HAWQ Standby with HAWQ Master.", + "label": "HAWQ Standby Master Sync Status", + "description": "This alert will trigger if HAWQ Standby Master is not synchronized with HAWQ Master. Use the service action 'Re-Sync HAWQ Standby Master' on HAWQ service page to synchronize HAWQ Standby Master with HAWQ Master.", "interval": 1, "scope": "ANY", "enabled": true, @@ -56,7 +56,7 @@ "display_name": "Component Name", "value": "master", "type": "STRING", - "description": "This text string indicates if it is a Master, Standby or Segment" + "description": "This text string indicates if it is a HAWQ Master, HAWQ Standby Master or HAWQ Segment" } ] } @@ -78,7 +78,7 @@ "display_name": "Component Name", "value": "segment", "type": "STRING", - "description": "This text string indicates if it is a Master, Standby or Segment" + "description": "This text string indicates if it is a HAWQ Master, HAWQ Standby Master or HAWQ Segment" } ] } @@ -87,8 +87,8 @@ "HAWQSTANDBY": [ { "name": "hawq_standby_process", - "label": "HAWQ Standby Process", - "description": "This alert is triggered if the HAWQ Standby process cannot be confirmed to be up and listening on the network.", + "label": "HAWQ Standby Master Process", + "description": "This alert is triggered if the HAWQ Standby Master process cannot be confirmed to be up and listening on the network.", "interval": 1, "scope": "ANY", "source": { @@ -100,7 +100,7 @@ "display_name": "Component Name", "value": "standby", "type": "STRING", - "description": "This text string indicates if it is a Master, Standby or Segment" + "description": "This text string indicates if it is a HAWQ Master, HAWQ Standby Master or HAWQ Segment" } ] }
