Custom notifications for two hosts.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Johnjones
Posts: 16
Joined: Wed May 04, 2016 7:24 pm

Custom notifications for two hosts.

Post by Johnjones »

I have two hosts H1 and H2. when H1 is down it should create a Warning notification instead of down when H2 is up. I tried to use BPI for this but the notification sent from BPI doesn't have any information on which host is down. Is there way to customize the BPI notification to send the status of all the hosts with hostnames that are in problem condition in the group.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Custom notifications for two hosts.

Post by tmcdonald »

Are you also looking for the reverse, where H2 will not alert if H1 is up?
Former Nagios employee
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Custom notifications for two hosts.

Post by Box293 »

An alternative to this is to use the check_clusters plugin. You could have a ping service on each host, and use the status of those services for the check_cluster plugin (the check_cluster plugin is used for the host check).

Have a read up about it here:
https://assets.nagios.com/downloads/nag ... sters.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked