Different notification groups for W and C

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dervari
Posts: 20
Joined: Thu Jun 20, 2013 7:54 am

Different notification groups for W and C

Post by dervari »

I would like to be able to send notifications to two different groups based on severity. Engineering on a warning, Engineering and Management on a Critical. Is this possible with the built in handlers or do I need to look into coding a custom handler to do this?
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Different notification groups for W and C

Post by BanditBBS »

You can use escalations to accomplish this.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
dervari
Posts: 20
Joined: Thu Jun 20, 2013 7:54 am

Re: Different notification groups for W and C

Post by dervari »

I just noticed that a little while ago. Looking into it now.

Will escalations still notify if the issue has been acknowledged?
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Different notification groups for W and C

Post by BanditBBS »

dervari wrote:I just noticed that a little while ago. Looking into it now.

Will escalations still notify if the issue has been acknowledged?
Nope.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Different notification groups for W and C

Post by lmiltchev »

dervari, let us know if you have any more questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: Different notification groups for W and C

Post by krobertson71 »

I had a similar issue where IT groups have a different mailbox for warnings and critical alerts.

You can do something like this without having to create an escalation:

Create a contact for "Enginering" and another for "Management" - just substituting general names here.

Go into CCM for each contact and click on the Alert Setting tab.

Here you can select what types of alerts a contact should respond to. So for the Enginering group you can select w and c and for the Management group you can just check c.

Do the same for the service checks.

put them both into a contact group then just assign the group to the Host/Service of choice.

So now if you have a warning generate it will send it to that contact group and see that only one of the contacts can receive and process warnings. If a critical comes through it will see that all contacts in the group should receive the alert.

Hope that helps as well.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Different notification groups for W and C

Post by lmiltchev »

Thanks, krobertson71! This would be another way of achieving the same goal.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked