Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
SMS Notification via AQL
Current Version
1.0
Last Release Date
2011-08-03
Compatible With
- Nagios 2.x
- Nagios 3.x
Owner
Website
Download URL
License
GPL
Hits
90308
Files:
File | Description |
---|---|
notify_by_smsaql | notify_by_smsaql |
Uses the Nagios pager configuration to send SMS through the AQL HTTP Gateway.
Send SMS notifications from Nagios.
Send SMS notifications to your mobile phone from Nagios.
Uses the Nagios pager configuration to send SMS through the AQL HTTP Gateway.
Send SMS notifications from Nagios.
Uses the Nagios pager configuration to send SMS through the AQL HTTP Gateway.
Example commands:
define command{
command_name notify-service-by-sms
command_line $USER1$/notify_sms.pl -u USERNAME -p PASSWORD -t $CONTACTPAGER$ -f Nagios -m "Service: $SERVICEDESC$nHost: $HOSTNAME$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nInfo: $SERVICEOUTPUT$nDate: $LONGDATETIME$"
}
define command{
command_name notify-host-by-sms
command_line $USER1$/notify_sms.pl -u USERNAME -p PASSWORD -t $CONTACTPAGER$ -f Nagios -m "Host $HOSTNAME$ is $HOSTSTATE$nInfo: $HOSTOUTPUT$nTime: $LONGDATETIME$"
}
To use this script you will need a AQL SMS account available from http://www.aql.co.uk/
The latest version of this plugin with full change history can always be found at:
http://subversion.assembla.com/svn/nagios-plugins/tag/
Uses the Nagios pager configuration to send SMS through the AQL HTTP Gateway.
Send SMS notifications from Nagios.
Uses the Nagios pager configuration to send SMS through the AQL HTTP Gateway.
Example commands:
define command{
command_name notify-service-by-sms
command_line $USER1$/notify_sms.pl -u USERNAME -p PASSWORD -t $CONTACTPAGER$ -f Nagios -m "Service: $SERVICEDESC$nHost: $HOSTNAME$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nInfo: $SERVICEOUTPUT$nDate: $LONGDATETIME$"
}
define command{
command_name notify-host-by-sms
command_line $USER1$/notify_sms.pl -u USERNAME -p PASSWORD -t $CONTACTPAGER$ -f Nagios -m "Host $HOSTNAME$ is $HOSTSTATE$nInfo: $HOSTOUTPUT$nTime: $LONGDATETIME$"
}
To use this script you will need a AQL SMS account available from http://www.aql.co.uk/
The latest version of this plugin with full change history can always be found at:
http://subversion.assembla.com/svn/nagios-plugins/tag/
Reviews (0)
Be the first to review this listing!