Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check_Monit

Rating
0 votes
Favoured:
0
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
Apache
Hits
6499
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.
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]