-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19746/
-----------------------------------------------------------
(Updated April 16, 2014, 1:34 p.m.)
Review request for Ambari, Dmitro Lisnichenko and Mahadev Konar.
Bugs: AMBARI-3962
https://issues.apache.org/jira/browse/AMBARI-3962
Repository: ambari
Description
-------
Just discovered, that after NN failover (as expected) Nagios can not
communicate to it over SNMP.
Check for running daemon and found it is not started.
Need to add snmpd to autostart, Ambari should issue "chkconfig snmpd on" after
snmp rpm installation.
Diffs (updated)
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-START/scripts/hook.py
4ee2214
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-START/scripts/shared_initialization.py
c5828d3
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/scripts/nagios.py
ffa65fe
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/hook.py
4ee2214
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/shared_initialization.py
3ffcc76
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/nagios.py
ffa65fe
ambari-server/src/test/python/stacks/1.3.2/NAGIOS/test_nagios_server.py
48f1ca3
ambari-server/src/test/python/stacks/1.3.2/hooks/before-START/test_before_start.py
2663839
ambari-server/src/test/python/stacks/2.0.6/NAGIOS/test_nagios_server.py
7af8e36
ambari-server/src/test/python/stacks/2.0.6/hooks/before-START/test_before_start.py
88448e6
Diff: https://reviews.apache.org/r/19746/diff/
Testing
-------
Thanks,
Andrew Onischuk