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

Watchguard CPU

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2022-03-04
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
2228
Nagios CSP

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!
Watchguard CPU
This plugin checks CPU usage of Watchguard device and returns CPU performance data.
Usage: check_wg_cpu.sh [options]
# -h | --host: ip of device.
# -w | --warning: % of cpu warning. Default 90.
# -c | --critical: % of cpu critical. Default 100.
# -v | --version: snmp version. Default 2. Depends on version you must specify:
##### 2: -s | --string: snmp community string. Default public.
##### 3: -u | --user: user. -p | --pass: password.

Example: check_wg_cpu.sh -h 192.168.2.100
Example: check_wg_cpu.sh -h 192.168.2.100 -c 80 -w 90 -v 2 -s publicwg
Example: check_wg_cpu.sh -h 192.168.2.100 -c 80 -w 90 -v 3 -u read -p 1234567789

Example of output with performance data after |
Ok. CPU usage: 10% | cpu=10%;90;100;0;100