Monitoring
Monitoring copied to clipboard
check_fortigate firmware thesholds
When running
check_fortigate.pl ... -T firmware -w 200000 -c 190000
The expected behavior is:
- Warn if firmware < 200000
- Critical if firmware < 190000.
The actual behavior is somewhat different:
- Warn if firmware != 200000
- No critical possible with a warn threshold specified, no matter which value is higher.