Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

send_android

Current Version
6323c1057d
Last Release Date
2012-12-31
Compatible With
  • Nagios 3.x
License
Other
Hits
40140
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This is used in conjunction with the Notify My Android app (http://www.notifymyandroid.com/).
This is used in conjunction with the Notify My Android app (http://www.notifymyandroid.com/). You will need a developer key from them. Example given of use on a contact.

define command{
command_name notify-host-by-android
command_line $USER1$/send_android -d $ARG1$ -f "Wirehive Monitoring" -H "$HOSTNAME$" -S $HOSTSTATE$ -p 2
}

define command{
command_name notify-service-by-android
command_line $USER1$/send_android -d $ARG1$ -f "Wirehive Monitoring" -s $SERVICESTATE$ -H "$HOSTNAME$" -D $SERVICEDESC$ -p 2
}

define contact{
contact_name simonANDROID
use generic-contact
alias Simon Green NMA
service_notification_options c
host_notification_options d,u
service_notification_commands notify-service-by-android!USERS-NMA-KEY
host_notification_commands notify-host-by-android!USERS-NMA-KEY
}