Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Koobal
byKoobal, May 5, 2015
Hi,
First of all thanks for the plugins which work great.
We just have a little problem with the diskused option.
We are monitoring about 70 volumes on a fas8020 CDOT.
Sometimes, all volumes are turning red with an out of bound return code. Those false positive are resorbed with a recheck.
I tried to change the SNMP timeout session as ebardellidoxee says :
1) Manage SNMP timeout.
my ($sess, $err) = Net::SNMP->session( -hostname => $server, -version => $version, -community => $comm, -timeout=> 60);
If you don’t specify any value, the default is 5 secs and in a busy environment it misses lots of packets. You might add a flag that populate the –timeout parameter of the Net::SNMP->session
But when I change it I got a general error of this plugin.
It seems that the timeout parameter for snmp session is not good.
Did someone encounter the same problem and how to solve it ?
Thanks,
regards
First of all thanks for the plugins which work great.
We just have a little problem with the diskused option.
We are monitoring about 70 volumes on a fas8020 CDOT.
Sometimes, all volumes are turning red with an out of bound return code. Those false positive are resorbed with a recheck.
I tried to change the SNMP timeout session as ebardellidoxee says :
1) Manage SNMP timeout.
my ($sess, $err) = Net::SNMP->session( -hostname => $server, -version => $version, -community => $comm, -timeout=> 60);
If you don’t specify any value, the default is 5 secs and in a busy environment it misses lots of packets. You might add a flag that populate the –timeout parameter of the Net::SNMP->session
But when I change it I got a general error of this plugin.
It seems that the timeout parameter for snmp session is not good.
Did someone encounter the same problem and how to solve it ?
Thanks,
regards
byKoobal, June 11, 2013
Thanks Alejandro for your help !
Very nice script and a very comprehensive scripter.
Very nice script and a very comprehensive scripter.
Hi,
I had the same problem than vijragha,
I tried with wrong user and it still return me : host authenticated successfully.
How did you resolv that please ?
I had the same problem than vijragha,
I tried with wrong user and it still return me : host authenticated successfully.
How did you resolv that please ?