Skip to content

Commit

Permalink
Update check_watchguard.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalarumeth committed May 18, 2022
1 parent 3968c72 commit e32af3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_watchguard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Source.HostAlive() {
}

Source.SNMP() {
snmpwalk -v $SNMPVERSION -Oe -c $COMMUNITY $HOST_NAME $1
snmpwalk -v $SNMPVERSION -r 1 -t 10 -Oe -c $COMMUNITY $HOST_NAME $1
}

# - WatchGuard Health Monitoring
Expand Down

0 comments on commit e32af3b

Please sign in to comment.