Search found 28 matches

by arunkrishnan.tvm
Wed Apr 20, 2016 1:01 pm
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

The old plugin check-netapp-ng.pl which I have tried first was giving output for disk check. But only one issue was needs to hardcore the command switches (User name, Security protocols and Password) in the script. Is there any way to find the correct OIDs from the result which I have previously att...
by arunkrishnan.tvm
Fri Apr 15, 2016 4:03 pm
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

Please find the attached full output.
by arunkrishnan.tvm
Thu Apr 14, 2016 2:13 pm
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

Below is the full output which I am getting when run this command: [root@TCVNG01 libexec]# snmpwalk 192.168.23.45 -v 3 -l authPriv -u myusr -a SHA -A mypasswd -X mypasswd .1.3.6.1.4.1.789.1 SNMPv2-SMI::enterprises.789.1.1.1.0 = INTEGER: 2 SNMPv2-SMI::enterprises.789.1.1.2.0 = STRING: "Netkpp Re...
by arunkrishnan.tvm
Thu Apr 14, 2016 12:39 am
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

I am getting the same output. [root@TCVNG01 libexec]# snmpwalk -H 192.168.23.45 -v 3 -l authPriv -u myusr -a SHA -A mypasswd -X mypasswd .1.3.6.1.4.1.789.1 Configuration directives understood: No log handling enabled - turning on stderr logging In snmpwalk.conf and snmpwalk.local.conf: includeReques...
by arunkrishnan.tvm
Wed Apr 13, 2016 2:04 pm
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

I am getting the following result when I try to run the command: Also is there any way to fix the volume usage checking issue. It is showing the error "ERROR: No snmp response from 192.168.23.45 (alarm timeout)". [root@TCVNG01 libexec]# snmpwalk -H 192.168.23.45 -v 3 -l authPriv -u myusr -...
by arunkrishnan.tvm
Tue Apr 12, 2016 1:43 pm
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

How to query directly using OID's ? Could you please provide an example syntax ? Another major issue I am facing with this plugin is unable to check the volume usage and volume related checks. It is showing the error "ERROR: No snmp response from 192.168.23.45 (alarm timeout)". ./check_net...
by arunkrishnan.tvm
Mon Apr 11, 2016 11:59 am
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

Thank you very much Box293. It is working fine now. But some variable checks showing error. CACHEAGE - Cache Age CIFSOPS - CIFS Operations FAN - fan failed state GLOBALSTATUS - Global Status NDMPSESSIONS - NDMP Sessions NETRCVD - Net In NETSENT - Net Out NFSOPS - NFS Operations NVRAM - nvram battery...
by arunkrishnan.tvm
Wed Apr 06, 2016 11:27 pm
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

Sorry for that.

I have changed authpriv to authPriv but still getting the same error.

Yes, My user name and password have special characters.
by arunkrishnan.tvm
Wed Apr 06, 2016 2:20 pm
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

Any help please ?
by arunkrishnan.tvm
Wed Apr 06, 2016 2:01 pm
Forum: Nagios XI
Topic: Monitor Netapp device which is using SNMP V3
Replies: 37
Views: 9496

Re: Monitor Netapp device which is using SNMP V3

Following is the error I am getting Missing or incorrect arguments! (SNMP v1, v2c) ./check_netapp3.pl -H ip_address -v variable [ -P snmp_version ] [ -c community ] [ -p port_number ] (SNMP v3) ./check_netapp3.pl -H ip_address -v variable -L sec_level -U sec_name [ -w warn_range ] [ -c crit_range ] ...