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/2763c309 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2763c309 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2763c309 Branch: refs/heads/AMBARI-13364 Commit: 2763c309d1d1304c192c596e96547528b8838faf Parents: f7221e5 Author: Matt <[email protected]> Authored: Tue Mar 8 15:39:13 2016 -0800 Committer: Matt <[email protected]> Committed: Tue Mar 8 15:39:13 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/2763c309/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" } ] }
