Jonathan Hurley created AMBARI-9082:
---------------------------------------
Summary: YARN's alerts.json File Still Points to HDP 2.0.6
Key: AMBARI-9082
URL: https://issues.apache.org/jira/browse/AMBARI-9082
Project: Ambari
Issue Type: Task
Components: ambari-server
Affects Versions: 2.0.0
Reporter: Jonathan Hurley
Assignee: Jonathan Hurley
Fix For: 2.0.0
HDP/YARN/2.1.0.2.0/alerts.json still has an reference to HDP/2.0.6. This needs
to be changes to point to the common services location:
{code}
{
"name": "yarn_nodemanager_health",
"label": "NodeManager Health",
"description": "This host-level alert checks the node health property
available from the NodeManager component.",
"interval": 1,
"scope": "HOST",
"enabled": true,
"source": {
"type": "SCRIPT",
"path":
"HDP/2.0.6/services/YARN/package/alerts/alert_nodemanager_health.py"
}
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)