Sending Different Types of Alerts

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
stevecalderoni
Posts: 15
Joined: Wed Mar 29, 2017 10:47 am

Sending Different Types of Alerts

Post by stevecalderoni »

Hello All,

Trying to figure out if there is a way to have different types of alerts based on host groups. The idea would be that there are servers we want to know that there are issues but it's not needed to send a text alert, only email. Then there are the 'wake me up at 2 am' servers that am email and a text message would be good. I don't see where to do this or if it's possible.

Thanks!
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Sending Different Types of Alerts

Post by mcapra »

You would probably need to create a custom notification handler and handle the logic in the script itself. Something like "if server_priority > 5 and it's 2am, send text notification. Else don't".

Richer alerting logic is something that has been requested frequently though and it is on our development team's radar.
Former Nagios employee
https://www.mcapra.com/
stevecalderoni
Posts: 15
Joined: Wed Mar 29, 2017 10:47 am

Re: Sending Different Types of Alerts

Post by stevecalderoni »

Ok, I'll give that a shot. I mean, I can do it simple like have a user that the email points to a group and that user doesn't have a cell number for no page alerts but yeah... your idea might work for the page during business hours idea.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Sending Different Types of Alerts

Post by cdienger »

Let us know your results or if you have any more questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked