Created 03-20-2016 04:34 PM
Hello,
I am looking for a way to integrate a check&alert for Stargate (HBase-REST API) which is running on one node of the cluster.
What are the available options, if any 😉 ?!?!
Ambari 2.1.2 / HDP2.2.4
Thanks in advance, Gerd
Created 03-20-2016 04:57 PM
@Gerd Koenig you need to dive deep into the Ambari Metrics and Alerts API. This is not something supported out of the box. https://cwiki.apache.org/confluence/display/AMBARI/Alerts
https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Metrics+API+specification
https://cwiki.apache.org/confluence/display/AMBARI/Customizing+the+Alert+Template
Created 03-20-2016 04:57 PM
@Gerd Koenig you need to dive deep into the Ambari Metrics and Alerts API. This is not something supported out of the box. https://cwiki.apache.org/confluence/display/AMBARI/Alerts
https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Metrics+API+specification
https://cwiki.apache.org/confluence/display/AMBARI/Customizing+the+Alert+Template
Created 03-20-2016 06:59 PM
ups, many thanks @Artem Ervits !
Created 03-20-2016 07:16 PM
@Gerd Koenig you know we expect an article from you on doing just that, end to end hbase rest and alerting. A very simple approach would be to have an always-on script checking for service up or down. Going the API way is a lot better for obvious reasons.
Created 03-21-2016 02:04 PM
Hi @Artem Ervits , if I will find the time to do so, I'll post an article here, for sure 😉