Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
A plugin to check supervisord processes via xmlrpc interface.
Current Version
2.2
Last Release Date
2020-04-22
Owner
Ali Erdinc Koroglu
Website
http://ae.koroglu.org
Download URL
https://github.com/aekoroglu/Nagios/blob/master/Supervisord/check_supervisord.py
License
GPL
Compatible With
Usage: check_supervisord.py -s 192.168.1.1 -P 9001 -u superv -p superv -a tomcat
Options: --version show program's version number and exit -h, --help show this help message and exit -s SERVER, --server=SERVER IP address or hostname you want to connect -P PORT, --port=PORT TCP port -u USERNAME, --username=USERNAME Username -p PASSWORD, --password=PASSWORD Password -a PROCESS, --process-name=PROCESS Process name -t TIME, --time=TIME Time unit of measurement (second|minute|hour|day) (default: minutes) -w WARNING, --warning=WARNING The warning threshold -c CRITICAL, --critical=CRITICAL The critical threshold
[root@nagios ~]# /usr/lib64/nagios/plugins/check_supervisord -s 192.168.199.217 -P 9001 -u xxxx -p xxxx -a aragorn -w 60 -c 20 aragorn OK: pid 18217, uptime 2 days, 6:42:58 | uptime=3283;60;20;
nagios's commands.cfg ### /etc/nagios/objects/commands.cfg define command{ command_name check_supervisord command_line $USER1$/check_supervisord -s $HOSTADDRESS$ -P $ARG1$ -u $ARG2$ -p $ARG3$ -a $ARG4$ -w $ARG5$ -c $ARG6$ }
/etc/nagios/conf.d/services/superv/aragorn.cfg define service { use generic-service host_name qa-test-1 service_description Aragorn check_command check_supervisord!9001!xxxx!xxxx!aragorn!60!20 }
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!