Created 01-07-2016 03:04 AM
I would like to add a custom alert for single or multiple nodes in the cluster apart from hadoop services which are already defined under "Alert" section of Ambari. I know that we can do this using Nagios however just wanted to know if it is possible via Ambari?
e.g. I would like to monitor disk space of my /xyz directory which contains input data to some hadoop job.
Created 01-07-2016 03:28 AM
Disk alerts https://community.hortonworks.com/articles/4870/ch...
https://github.com/apache/ambari/tree/branch-2.1/a...
We can use the source code of AMS and customize as per use case.
Created 01-07-2016 03:23 AM
@Kuldeep Kulkarni you can familiarize yourself with Ambari Metrics design docs to customize alerts. Here's the whole section on Metrics system. Nagios was deprecated in Ambari and now uses Ambari Metrics Collector/Monitor system. Please upgrade your Ambari system to use the Metrics API and not Nagios/Ganglia, then you can extend the alert functionality. One more doc for good measure.
Created 01-07-2016 03:37 AM
Thanks @Artem Ervits. I'm aware of Nagios/Ganglia deprecation in later versions of Ambari 🙂 I just gave the reference to get the better idea of question. Thanks again! Will check the documentation
Created 01-07-2016 03:28 AM
Disk alerts https://community.hortonworks.com/articles/4870/ch...
https://github.com/apache/ambari/tree/branch-2.1/a...
We can use the source code of AMS and customize as per use case.
Created 01-07-2016 03:38 AM
Thanks @Neeraj Sabharwal
Created 02-26-2016 01:52 AM
Created 02-05-2016 07:56 PM
@Kuldeep Kulkarni has this been resolved? Please accept best answer or provide your own solution.