Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Description: ------------- This Nagios Plugin calculates count of threads for one or more Linux process(es). One can give pid number or pid file path to identify the unique process. pid_cmd_regex is useful when monitoring sum of thread counts for multiple processes. Usage: -------- check_linux_threadcount.py {-w,--warn} {-c,--crit} {--pid_number,--pid_file,--pid_cmd_regex} Examples: ------------ Monitoring the process with pid number 1757: check_linux_threadcount.py -w 1500 -c 2000 --pid_number 1757 Monitoring the process by using pid file: check_linux_threadcount.py --warn 2000 --crit 2200 --pid_file /var/run/autofs.pid Getting sum of the thread counts for multiple jboss instances: check_linux_threadcount.py -w 1500 -c 2000 --pid_cmd_regex ".*org.jboss.Main.*"
Current Version
v1.0
Last Release Date
2018-12-19
Owner
Kadir Sert
Website
https://github.com/kadirsert/nagios-plugins-check_linux_threadcount
Download URL
https://github.com/kadirsert/nagios-plugins-check_linux_threadcount/archive/v1.0.tar.gz
License
GPL
Compatible With
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!