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
40446
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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
}