Home Directory Plugins Network Connections, Stats and Bandwidth Watchguard Gateway Antivirus and IPS last updated

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 Gateway Antivirus and IPS last updated

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2022-03-17
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
1807
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin checks Gateway Antivirus Service and/or Intrusion Prevention Service update time in a Watchguard device.
Usage: check_wg_signatures.sh [options]

# -h | --host: ip of device.
# -w | --warning: warning hours since last update. Default 24.
# -c | --critical: critical hours since last update. Default 48.
# -a | --antivirus: checks only Antivirus Service.
# -i | --intrusion: checks only Intrusion Prevention Service.
# -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_signatures.sh -h 192.168.2.100 -s publicsnmp -a
Example: check_wg_signatures.sh -h 192.168.2.100 -v 3 -u read -p 1234567789 -i