Search found 1 match
- Fri Mar 27, 2020 9:59 am
- Forum: Open Source Nagios Projects
- Topic: Check threshold in perl script
- Replies: 1
- Views: 1983
Check threshold in perl script
Hello, I wish to write a nagios probe for a specific need. I use the "Nagios::Plugin" library. For the test, I use the check_threshold function. When the values of warning and critical are integers, the return of the function is OK, but when at least one of them is a range the return is no...