Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
check_supervisord_programs extends nagios monitoring by interacting with the supervisord socket. It is written in BASH, meaning its agnostic across linux variants. Usage ./check_supervisord_program -c Alternate config file -p Program name -h This menu -d Enable debugging Example: ./check_supervisord_program -p apache2 Outputs: OK: apache2 is running Critical: apache2 is stopped Setup is simple: 1. Copy the check to the server you want to monitor 2. Choose how you wish to interact with the plugin (NRPE or Over SSH) 3. Define your nagios service 4. Set the permissions on the supervisord.conf to allow the user (nagios by default) to access the socket file Supervisord Config (Default /etc/supervisord.conf) [unix_http_server] file=/var/tmp/supervisor.sock ; (the path to the socket file) chmod = 0766 ; Set the permissions
Current Version
1.0
Last Release Date
November 22, 2016
Owner
Adam Copley
Download URL
http://www.arola.co.uk/extend-learn/nagios-plugins/send/2-nagios-plugins/1-check-supervisord
Compatible With
check_supervisord extends nagios monitoring by interacting with the supervisord socket. It is written in BASH, meaning its agnostic across linux variants.
Usage ./check_supervisord_program <options> -c Alternate config file -p Program name -h This menu -d Enable debugging
Example: ./check_supervisord_program -p apache2
Outputs: OK: apache2 is running Critical: apache2 is stopped
Setup is simple:
1. Copy the check to the server you want to monitor 2. Choose how you wish to interact with the plugin (NRPE or Over SSH) 3. Define your nagios service 4. Set the permissions on the supervisord.conf to allow the user (nagios by default) to access the socket file
Supervisord Config (Default /etc/supervisord.conf) [unix_http_server] file=/var/tmp/supervisor.sock ; (the path to the socket file) chmod = 0766 ; Set the permissions
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!