Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
send_prowl
r67
2011-05-05
- Nagios 2.x
- Nagios 3.x
- Nagios XI
Other
93657
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!
You can get the Prowl app and signup for an API provider account (not required) at the Prowl website http://www.prowlapp.com/
Place send_prowl in your libexec directory.
Call from Nagios using a command line similar to:
define command{
command_name notify-host-by-prowl
command_line $USER1$/send_prowl -d $ARG1$ -f "Server Monitoring" -H "$HOSTNAME$" -S $HOSTSTATE$ -P acc4d4ee43a3c59c58efd2dba96f -p 2
}
define command{
command_name notify-service-by-prowl
command_line $USER1$/send_prowl -d $ARG1$ -f "Server Monitoring" -s $SERVICESTATE$ -H "$HOSTNAME$" -D $SERVICEDESC$ -P acc4d4ee43a3c51c58efd2dba96f -p 2
}
Then create contacts such as:
define contact{
contact_name simonProwl
use prowl-contact
alias Simon Green Prowl
service_notification_options c
host_notification_options d,u
service_notification_commands notify-service-by-prowl!dd5fa5767acfe14dcba5ba866b898
host_notification_commands notify-host-by-prowl!dd5fa5767acfeb83cba5ba866b898
}
Set priority by editing the file.
Call from Nagios using a command line similar to:
define command{
command_name notify-host-by-prowl
command_line $USER1$/send_prowl -d $ARG1$ -f "Server Monitoring" -H "$HOSTNAME$" -S $HOSTSTATE$ -P acc4d4ee43a3c59c58efd2dba96f -p 2
}
define command{
command_name notify-service-by-prowl
command_line $USER1$/send_prowl -d $ARG1$ -f "Server Monitoring" -s $SERVICESTATE$ -H "$HOSTNAME$" -D $SERVICEDESC$ -P acc4d4ee43a3c51c58efd2dba96f -p 2
}
Then create contacts such as:
define contact{
contact_name simonProwl
use prowl-contact
alias Simon Green Prowl
service_notification_options c
host_notification_options d,u
service_notification_commands notify-service-by-prowl!dd5fa5767acfe14dcba5ba866b898
host_notification_commands notify-host-by-prowl!dd5fa5767acfeb83cba5ba866b898
}
Set priority by editing the file.
Reviews (0)
Be the first to review this listing!