Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
aherbjornsen
byaherbjornsen, January 28, 2020
It works, but I noticed a problem where it got stuck reporting a problem when there was none.
I line 446 it says:
if ($NoAPs lt $NoAPs_old)
This is a string comparison and iterates incorrectly when e.g. NoAPs_old100
I believe the correct syntax should be:
if ($NoAPs I might have it all wrong.
I line 446 it says:
if ($NoAPs lt $NoAPs_old)
This is a string comparison and iterates incorrectly when e.g. NoAPs_old100
I believe the correct syntax should be:
if ($NoAPs I might have it all wrong.