Service Group Notification

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
belvdr
Posts: 81
Joined: Tue Oct 08, 2013 9:17 pm

Service Group Notification

Post by belvdr »

I currently monitor all of our Linux boxes for updates via Yum. When an update comes out for all boxes, we get many alerts but it would be more efficient for us to only get notified that one or more Linux boxes have updates.

Is there a way to group these services together to aggregate their status and notify on that?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Service Group Notification

Post by slansing »

You cannot directly alert on service groups, you could however wrap the output of multiple check commands "lets say three different services" and then have a fourth service pull the information in from them, or use that aggregated service to report status changes based on all of it's individual checks, this would be like essentially writing a plugin which wraps three checks into one. You could also take a look at nagios BPI, Home > BPI.

http://exchange.nagios.org/directory/Ad ... 29/details

It should already be installed so you do not need to use the ZIP located on that page.
belvdr
Posts: 81
Joined: Tue Oct 08, 2013 9:17 pm

Re: Service Group Notification

Post by belvdr »

BPI works slick. It reminds me a lot of HP (formerly Mercury) Business Availability Center.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Service Group Notification

Post by slansing »

Awesome! Glad we found a solution for you, do you have any additional questions on it?
Locked