SMS Notifications - Incomplete Output on HostNotification

Marc Powell marc at ena.com
Tue Jun 5 22:06:31 CEST 2007



> -----Original Message-----
> From: nagios-users-bounces at lists.sourceforge.net [mailto:nagios-users-
> bounces at lists.sourceforge.net] On Behalf Of Stover, Beth
> Sent: Tuesday, June 05, 2007 2:38 PM
> To: nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] SMS Notifications - Incomplete Output on
> HostNotification
> 
> Hi,
> 
> I've fully migrated to Nagios 2.8.  My only problem seems to be that
host
> notifications to my cell using sms_client have incomplete output.
Service
> notifications using sms_client to my cell work just fine.  I'm
guessing
> this is just some kind of formatting problem on my command definition.
> 
> Here are my notification command definitions:


 
> # 'notify-by-sms' command definition
> define command{
>         command_name    notify-by-sms
> command_line    /usr/local/bin/sms_client -q $CONTACTPAGER$
> '$NOTIFICATIONTYPE$: $HOSTNAME$: $SERVICEDESC$ is $SERVICESTATE$
> ($SERVICEOUTPUT$)'
> 
>         }
> 
> #'host-notify-by-sms' command definition
> define command{
>        command_name    host-notify-by-sms
> command_line    /usr/local/bin/sms_client -q $CONTACTPAGER$
> '$NOTIFICATIONTYPE$: $HOSTNAME$: $SERVICEDESC$ is $SERVICESTATE$
> ($HOSTOUTPUT$)'
> 
>         }

Not really related but $SERVICEDESC$ and $SERVICESTATE$ will always be
null for a host notification. You should remove them.

> Email notifications work fine.  Service notifications via SMS work
fine.
> Only the hsot notifications via SMS do no t work correctly.
> 
> Here's the output I do receive from the host notification via SMS:
> 
> Recovery:
> Server1: is ()
> 
> These command definitions worked fine on my Nagios v 1.3 system.

Not likely since $HOSTOUTPUT$ wasn't valid then ;) In any event, I think
they worked fine under 1.3 and you're seeing your current results
because host-notify-by-sms is never actually used. Do you really have
contact definitions that use host-notify-by-sms? It would seem more
likely that they all use notify-by-sms for both
service_notification_commands and host_notification_commands.

--
Marc

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list