Page 3 of 3

Re: Monitoring F5 Load balancers

Posted: Tue Jul 19, 2016 9:30 am
by rkennedy
Try changing line 50 in the plugin -

Code: Select all

my($TIMEOUT) = 10; # snmp timeout seconds
to

Code: Select all

my($TIMEOUT) = 60; # snmp timeout seconds
Then do not specify a -t value.

Re: Monitoring F5 Load balancers

Posted: Thu Jul 21, 2016 4:59 am
by aap
Unfortunately, this has not helped much. Still the same.

I have increased the retry interval to 5mins in a bid to delay a notification being sent out =even though the service shows as Critical on the console.

Will see if that helps.

Re: Monitoring F5 Load balancers

Posted: Thu Jul 21, 2016 1:24 pm
by tgriep
You could also setup that service to have a notification delay so if the check returns to an OK state before the notification delay, that should work as well.

Re: Monitoring F5 Load balancers

Posted: Tue Aug 30, 2016 2:57 am
by aap
Please close this thread.