Nagios XI what is the best option in SMS notification

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
martinkuriax
Posts: 37
Joined: Tue Jul 01, 2014 12:21 pm

Nagios XI what is the best option in SMS notification

Post by martinkuriax »

Hi,

I am using the document below to send out sms alerts but it seems my Nagios SMS notififacion with smstools-2.2.20.tar.gz from http://stefanfrings.de/smstools/index-en.html smsd does not work

http://assets.nagios.com/downloads/nagi ... _Ahmed.pdf


From the terminal it works and I can send SMS from terminal.

Below are the errors I am getting from the smsd loggs. What does RSZDT mean?

# tail -f /var/log/smsd.log
2014-07-05 09:56:13,5, smsd: No destination in file processes with STATE = RSZDT
2014-07-05 09:56:13,6, smsd: Deleted file processes with STATE = RSZDT
2014-07-05 09:56:14,5, smsd: No destination in file processes with STATE = RSZDT
2014-07-05 09:56:14,6, smsd: Deleted file processes with STATE = RSZDT
2014-07-05 09:56:15,5, smsd: No destination in file processes with STATE = RSZDT
2014-07-05 09:56:15,6, smsd: Deleted file processes with STATE = RSZDT
2014-07-05 09:56:16,5, smsd: No destination in file processes with STATE = RSZDT
2014-07-05 09:56:16,6, smsd: Deleted file processes with STATE = RSZDT
2014-07-05 09:56:17,5, smsd: No destination in file processes with STATE = RSZDT
2014-07-05 09:56:17,6, smsd: Deleted file processes with STATE = RSZDT
2014-07-05 09:56:18,5, smsd: No destination in file processes with STATE = RSZDT
2014-07-05 09:56:18,6, smsd: Deleted file processes with STATE = RSZDT
2014-07-05 09:56:19,6, GSM1: Checking device for incoming SMS

Please advice the best way to send sms alerts from my Nagios XI thanks

Regards
Martin
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI what is the best option in SMS notification

Post by lmiltchev »

May I ask why you are trying to use a 3rd party options, when this functionality is available "out-of-the-box" in XI? Each user can modify his/her notification options and choose to receive mobile text alerts...

Notification Options->Notification Methods->Mobile Text
Be sure to check out our Knowledgebase for helpful articles and solutions!
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: Nagios XI what is the best option in SMS notification

Post by rajasegar »

lmiltchev wrote:May I ask why you are trying to use a 3rd party options, when this functionality is available "out-of-the-box" in XI? Each user can modify his/her notification options and choose to receive mobile text alerts...

Notification Options->Notification Methods->Mobile Text
Common scenario
1) Users wants SMS for host A but not host B. Email is required for both.
2) User wants SMS for service A but not Service B in the same host.
3) User wants SMS for critical alerts but not warning. Email is required for both.
4) A mixture of the above.

How does NagiosXI handle this?
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios XI what is the best option in SMS notification

Post by tmcdonald »

Typically I tell people to create contacts based not on people but on addresses. One contact for email, one for SMS. That way you can tailor which contact gets which alerts and at what time. SMS in this case is usually for higher-priority items, or if you would need to wake up at 3AM for an alert (since email might not be configured on your phone but SMS would be).
Former Nagios employee
Locked