Different notification groups for W and C
Different notification groups for W and C
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?
Re: Different notification groups for W and C
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
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
Re: Different notification groups for W and C
I just noticed that a little while ago. Looking into it now.
Will escalations still notify if the issue has been acknowledged?
Will escalations still notify if the issue has been acknowledged?
Re: Different notification groups for W and C
Nope.dervari wrote:I just noticed that a little while ago. Looking into it now.
Will escalations still notify if the issue has been acknowledged?
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
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
Re: Different notification groups for W and C
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
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.
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.
Re: Different notification groups for W and C
Thanks, krobertson71! This would be another way of achieving the same goal.
Be sure to check out our Knowledgebase for helpful articles and solutions!