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 Load

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
2339
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 Load
This plugin checks load of Watchguard device and returns load performance data
Usage: check_wg_load.sh [options]
# -h | --host: ip of device.
# -w1 | --warning1: load1 warning. Default: 0.7
# -c1 | --critical1: load1 critical. Default: 1.
# -w5 | --warning5: load5 warning. Default: 0.7
# -c5 | --critical5: load5 critical. Default: 1.
# -w15 | --warning15: load15 warning. Default: 0.7
# -c15 | --critical15: load15 critical. Default: 1.
# -a | --auto: auto detects number of cores and multiply warning and critical by cores.
##### Ex. warning=0.7 and critical=1 will be w=2.8 and c=4 on a device with 4 cores.
# -v | --version: snmp version. Depends of version you must specify. Default 2.
##### 2: -s | --string: snmp community string. Default public
##### 3: -u | --user: user. -p | --pass: password.

Example: check_wg_load.sh -h 192.168.2.100 -a
Example: check_wg_load.sh -h 192.168.2.100 -c1 1 -w1 0.7 -w5 0.5 -c5 0.8 -w15 0.5 -c15 0.6 -v 2 -s publicwg -a
Example: check_wg_load.sh -h 192.168.2.100 -c1 2 -w1 0.8 -v 3 -u read -p 1234567789 -a

Example of output with performance data after |
Ok. CPU load average: 0.04, 0.09, 0.03 | load1=0.04;2.8;4;0;4 load5=0.09;2.8;4;0;4 load15=0.03;2.8;4;0;4