Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Allows you to send cleanly formatted Prowl notifications for Nagios alerts. Includes URLs to take you right to the host or service being alerted.
Current Version
v0.02
Last Release Date
2012-10-12
Owner
Jeff Walter
Website
http://github.com/jeffwalter
Download URL
http://github.com/jeffwalter/nagios-prowl/tree/stable
License
GPL
Compatible With
Requirements ============ * Perl modules ** LWP::UserAgent ** Crypt::SSLeay
Use === * Grab nagios-prowl.pl and put them somewhere nice. * Set mode for nagios-prowl.pl to 0555, or something more restrictive (0500 maybe). * In Nagios: ** Add the following two commands making sure that the paths to nagios-prowl.pl are correct. If you have a provider API key (and you should), be sure to fill it in. If you don't, remove the -p <PROVIDER_KEY> bit from each command. Also update <URL_TO_NAGIOS_CGI-BIN> with the URL to your Nagios cgi-bin.
define command { command_name notify-host-by-prowl command_line /usr/local/bin/nagios-prowl.pl -p <PROVIDER_KEY> -u "<URL_TO_NAGIOS_CGI-BIN>" -t "$LONGDATETIME$" -N "$NOTIFICATIONTYPE$" -s "$HOSTSTATE$" -H "$HOSTNAME$" -o "$HOSTOUTPUT$" -a "$_CONTACTPROWL_APIKEYS$" }
define command { command_name notify-service-by-prowl command_line /usr/local/bin/nagios-prowl.pl -p <PROVIDER_KEY> -u "<URL_TO_NAGIOS_CGI-BIN>" -t "$LONGDATETIME$" -N "$NOTIFICATIONTYPE$" -s "$SERVICESTATE$" -H "$HOSTNAME$" -S "$SERVICEDESC$" -o "$HOSTOUTPUT$" -a "$_CONTACTPROWL_APIKEYS$" }
** Add the following to contact records you'd like Prowl notifications for:
define contact { service_notification_commands <WHAT_YOU_HAD_BEFORE>,notify-service-by-prowl host_notification_commands <WHAT_YOU_HAD_BEFORE>,notify-host-by-prowl _prowl_apikeys <KEY>[, <KEY>...] }
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!