* Nelson Serafica <[EMAIL PROTECTED]> [2006-03-28 17:05]: > does anyone knows how can i send notifications via sms that is FREE ???
| There are two ways you can do this. | | If your paging company has an email-pager gateway, you can simply have | Nagios send an email message to your pager address. An example of this | type of address might look like: [EMAIL PROTECTED] | | You should note that sending notifications through email might fail if | SMTP or DNS services are down or if your connection to the greater | Internet is down. An alternative to sending pager messages through an | email gateway would be to hook a modem up to your monitoring host and | have Nagios dial out through the modem and send the message using the | TAP (IXO) protocol. There are several programs that can do this for you | on *NIX systems. Two popular ones seem to be Sendpage and QuickPage. [ http://www.nagios.org/faqs/viewfaq.php?faq_id=113 ] See also: http://nagios.sourceforge.net/docs/2_0/notifications.html Some links to these and other packages: http://www.sendpage.org/ http://qpage.org/ http://www.sta.to/ftp/yaps/ http://rsug.itd.umich.edu/software/beepage/ http://smash.sourceforge.net/ http://www.smsclient.org/ http://www.hylafax.org/ > if anyone here using free software that send sms when there is > critical or warning, please share or any procedure how to setup this > sms notifications or just an idea that you implement in your nagios | 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$)' | } [ http://www.nagios.org/faqs/viewfaq.php?faq_id=65 ] We use Sendpage. Holger -- PGP fingerprint: F1F0 9071 8084 A426 DD59 9839 59D3 F3A1 B8B5 D3DE ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] 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
