Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check_Monit
Compatible With
- Nagios 3.x
- Nagios 4.x
- Nagios XI
Owner
Download URL
License
Apache
Hits
5621
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!