Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
SMS Notifications via Clockwork
Current Version
1.2
Last Release Date
2012-12-14
Compatible With
- Nagios 2.x
- Nagios 3.x
Owner
Website
Download URL
License
Other
Hits
95128
Files:
File | Description |
---|---|
notify_sms[1].pl | SMS Notification script |
Uses the Nagios pager configuration to send SMS through the Clockwork SMS Gateway.
Send SMS notifications from Nagios.
Uses the Nagios pager configuration to send SMS through the Clockwork SMS Gateway.
Example commands:
define command{
command_name notify-by-sms
command_line $USER1$/notify_sms.pl -k API_KEY -t $CONTACTPAGER$ -f Nagios -m "Service: $SERVICEDESC$nHost: $HOSTNAME$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nInfo: $SERVICEOUTPUT$nDate: $LONGDATETIME$"
}
define command{
command_name host-notify-by-sms
command_line $USER1$/notify_sms.pl -k API_KEY -t $CONTACTPAGER$ -f Nagios -m "Host $HOSTNAME$ is $HOSTSTATE$nInfo: $HOSTOUTPUT$nTime: $LONGDATETIME$"
}
To use this script you will need a Cloockwork account available from http://www.clockworksms.com/platforms/nagios/
The latest version of this plugin with full change history can always be found at:
http://github.com/mediaburst/Nagios-Plugins
Uses the Nagios pager configuration to send SMS through the Clockwork SMS Gateway.
Example commands:
define command{
command_name notify-by-sms
command_line $USER1$/notify_sms.pl -k API_KEY -t $CONTACTPAGER$ -f Nagios -m "Service: $SERVICEDESC$nHost: $HOSTNAME$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nInfo: $SERVICEOUTPUT$nDate: $LONGDATETIME$"
}
define command{
command_name host-notify-by-sms
command_line $USER1$/notify_sms.pl -k API_KEY -t $CONTACTPAGER$ -f Nagios -m "Host $HOSTNAME$ is $HOSTSTATE$nInfo: $HOSTOUTPUT$nTime: $LONGDATETIME$"
}
To use this script you will need a Cloockwork account available from http://www.clockworksms.com/platforms/nagios/
The latest version of this plugin with full change history can always be found at:
http://github.com/mediaburst/Nagios-Plugins