Support Questions

Find answers, ask questions, and share your expertise

Can someone share the video link or website link to configure Nagios to monitor HDP 2.5 cluster.

Contributor
 
2 REPLIES 2

Super Mentor

@ANSARI FAHEEM AHMED

You can refer to some videos available on youtube as : https://www.youtube.com/watch?v=9gp7qqMmFa8 (I have not tested the steps mentioned in this link personally)


However it is better to use Ambari Metrics Collector for Hortonworks HDP monitoring. It alos offers Grafana to visualize the statistics and metrics in more useful manner.


In Earlier version of Ambari used to include the plugin capability with Nagios and Ganglia however those were removed due to following limitations. https://issues.apache.org/jira/browse/AMBARI-5707

- Ganglia has limited capabilities for analyzing historic data, new plugins are not easy to write.

- Horizontal scale out for large clusters.

- No support for adhoc queries.

- Not easy to add metrics support for new services added to the stack.

- It is non trivial to hook up existing time series databases like OpenTSDB to store raw data forever.



So recommended way is to use AMS (Ambari Metrics Collector Service). https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-operations/content/ams_architectu...

Using Grafana: https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-operations/content/using_grafana....

.

@ANSARI FAHEEM AHMED

Adding to Jay's reply, Ganglia and Nagios are not supported starting HDP 2.3 versions and Ambari Metrics Collector is recommended to use instead.