from nagios.org FAQs :

-------------------------------------------------
Title: How can I send notifications via SMS?
FAQ ID: F0065
Submitted By: Daniel Geske
Last Updated: 11/13/2002


Description: User would like to have notifications sent out in SMS using a
phone line.


Solution: SMS messages can be sent with several programs, one of which is
yaps (Yet Another Pager Software).

Once yaps is installed and working, command definitions like these can be
added and used.


define command{
        command_name    notify-by-sms
        command_line    /usr/bin/yaps -t $CONTACTPAGER$
'$NOTIFICATIONTYPE$: $HOSTNAME$: $SERVICEDESC$ is $SERVICESTATE$
($OUTPUT$)'
        }

define command{
        command_name    host-notify-by-sms
        command_line    /usr/bin/yaps -t $CONTACTPAGER$
'$NOTIFICATIONTYPE$: $HOSTNAME$ is $HOSTSTATE$ ($OUTPUT$)'
        }

-------------------------------------------------


> Hello all!
>
> Anyone of you had already tried enabling nagios' notification via SMS?
> Mine is working with email notification but i can't get through with its
> SMS feature. I'm using gnokii to run its SMS but I can't get it to work
> with nagios.
>
> Any help??!!!
>
>
> --
> ______________________________________________
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
> --
> Philippine Linux Users' Group (PLUG) Mailing List
> [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
> Official Website: http://plug.linux.org.ph
> Searchable Archives: http://marc.free.net.ph
> .
> To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
> .
> Are you a Linux newbie? To join the newbie list, go to
> http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie



--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to