Repository: ambari Updated Branches: refs/heads/branch-2.2 9c13134c2 -> dc5ddfc71
AMBARI-15339: Align PXF Alert description with other services (jaoki via bhuvnesh2703) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/dc5ddfc7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dc5ddfc7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dc5ddfc7 Branch: refs/heads/branch-2.2 Commit: dc5ddfc71311bc3eba999e87fdb59bbe54d732f9 Parents: 9c13134 Author: Bhuvnesh Chaudhary <[email protected]> Authored: Wed Mar 9 09:12:57 2016 -0800 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Wed Mar 9 09:12:57 2016 -0800 ---------------------------------------------------------------------- .../src/main/resources/common-services/PXF/3.0.0/alerts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/dc5ddfc7/ambari-server/src/main/resources/common-services/PXF/3.0.0/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/PXF/3.0.0/alerts.json b/ambari-server/src/main/resources/common-services/PXF/3.0.0/alerts.json index d32fc97..015b13e 100644 --- a/ambari-server/src/main/resources/common-services/PXF/3.0.0/alerts.json +++ b/ambari-server/src/main/resources/common-services/PXF/3.0.0/alerts.json @@ -3,8 +3,8 @@ "PXF": [ { "name": "pxf_process", - "label": "This alert is triggered when the PXF is not functional.", - "description": "This alert is triggered when the PXF is not functional.", + "label": "PXF Process", + "description": "This host-level alert is triggered if the PXF process cannot be established to be up and listening on the network.", "interval": 1, "scope": "ANY", "enabled": true,
