Monitoring F5 Load balancers

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Monitoring F5 Load balancers

Post 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.
Former Nagios Employee
aap
Posts: 180
Joined: Wed Oct 12, 2011 4:01 am

Re: Monitoring F5 Load balancers

Post 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.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Monitoring F5 Load balancers

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
aap
Posts: 180
Joined: Wed Oct 12, 2011 4:01 am

Re: Monitoring F5 Load balancers

Post by aap »

Please close this thread.
Locked