Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check_Monit
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!
Using this plugin, you will be able to get CPU and Memory usage for your services and build performance data for graphing in OP5. Additionally, passing warning and critical thresholds will allow for alerting if those thresholds are passed.
Here is what the basic usage for this plugin looks like:
check_monit_tpt.py -H -u -P -S <-C or -M or -S> -w -c
When using arguments -C -M or -S . For CPU and Memory you must pass -w thresholds. The -S does not need the threshold options, output will show all stats of service passed along with whether the service is running. Note: Performance data is only created for -C and -M .
Here are some examples of check commands:
Services being monitored by Monit:
./check_monit_tpt.py -H -u -P
This check will just output all the services that Monit is monitoring to OP5 or Nagios
Apache CPU Usage:
./check_monit_tpt.py -H -u -P -s httpd -C -w 40 -c 50
MySQL Memory Usage:
./check_monit_tpt.py -H -u -P -s httpd -C -w 40 -c 50
For -w and critical thresholds enter integer between [0-100]
Here is what the basic usage for this plugin looks like:
check_monit_tpt.py -H
When using arguments -C
Here are some examples of check commands:
Services being monitored by Monit:
./check_monit_tpt.py -H
This check will just output all the services that Monit is monitoring to OP5 or Nagios
Apache CPU Usage:
./check_monit_tpt.py -H
MySQL Memory Usage:
./check_monit_tpt.py -H
For -w
Reviews (0)
Be the first to review this listing!