Build precise queries to find exactly what you need
Press ESC to close
@Koobal
Favorites0
Views
Projects0
Thanks Alejandro for your help ! Very nice script and a very comprehensive scripter.
Reviewed 13 years ago
Very nice product for quick checks on NagiosXI. I have one question, is it possible to disconnect from the web site when we are identified ? Thanks
Reviewed 12 years ago
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
Reviewed 10 years ago
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 ?