Configuring notifications only for a down parent.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
javid
Posts: 7
Joined: Wed Oct 30, 2019 6:48 pm

Configuring notifications only for a down parent.

Post by javid »

NagiosXI currently notifies our team for every single item that goes down on our network. We need to more appropriately configure NagiosXI to only alert us on the parents that are impacted and let us assume that the child dependencies are also impacted. This is especially problematic when we have power outages and DISTS or MDFs go down.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Configuring notifications only for a down parent.

Post by cdienger »

Parent and child relationships can be configured in the CCM(Manage Parents button on the host or host template) or via the API(config/host/<hostname> endpoint. See Help > API Docs > Config Reference > Hosts. The parents option can be added.). If this has been setup then you can disable UNREACHABLE notifications(again on the host or host template) that would be sent out whenever a child is unreachable due to a parent being down.

https://assets.nagios.com/downloads/nag ... ility.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
javid
Posts: 7
Joined: Wed Oct 30, 2019 6:48 pm

Re: Configuring notifications only for a down parent.

Post by javid »

Don't see the 'Manage Parents' button in host template or anywhere under CCM. Is it something in 5.6.8 update?
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Configuring notifications only for a down parent.

Post by cdienger »

You'll need to add/edit a host or host template configuration to see the option.
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked