Search found 11 matches

by andressete
Thu May 05, 2016 1:27 am
Forum: Open Source Nagios Projects
Topic: Passive checks
Replies: 6
Views: 3726

Re: Passive checks

Thank you very much for the information. I have installed this packages: net­snmp net­snmp­libs net­snmp­utils net­snmp­perl perl­Net­SNMP net­snmp­devel perl­List­MoreUtils.x86_64 perl­List-AllUtils.noarch perl­Sys­Syslog.x86_64 nagios­plugins­snmp.x86_64 snmptt.noarch. I needed change the files: i...
by andressete
Tue May 03, 2016 4:11 am
Forum: Open Source Nagios Projects
Topic: Passive checks
Replies: 6
Views: 3726

Re: Passive checks

Hi;

Thanks for de info, but I can't understand the philosophy... on the one hand the storage device leaves the traps in the log? ... And then nagios reads the log with "submit_check_result" and displays a result? you would be so kind to explain how work it?

Thank you very much!!
by andressete
Fri Apr 29, 2016 2:04 am
Forum: Open Source Nagios Projects
Topic: Passive checks
Replies: 6
Views: 3726

Re: Passive checks

I would like monitored HP BladeSystem c7000 Enclosure G3, HP BladeSystem c7000 Onboard Administrator Tray and NetApp cDot Release 8.3.2P1 on Nagios 4.0.8. This machine sends events to official HP support and to Netapp official support, we would like catch this events on Nagios too. This events are s...
by andressete
Thu Apr 28, 2016 10:05 am
Forum: Open Source Nagios Projects
Topic: Passive checks
Replies: 6
Views: 3726

Passive checks

Hi everybody. I'm working to try in passive checks with snmp. We need monitored a events from storage netapp and events from enclosures (HP). In theory, It's not possible install a daemon in this machines. In nagios, we have allow and configured passive checks, but we don't see anything in nagios. (...
by andressete
Tue Mar 08, 2016 2:03 am
Forum: Open Source Nagios Projects
Topic: problem snmp netapp
Replies: 11
Views: 8281

Re: problem snmp netapp

sounds good ?? :D :D I'm fighting with google looking for information

Yes! this topic can be lock.

Thanks!
by andressete
Mon Mar 07, 2016 4:53 am
Forum: Open Source Nagios Projects
Topic: problem snmp netapp
Replies: 11
Views: 8281

Re: problem snmp netapp

yes.. passive checks... well I will work in this way, If I have news o final answer I will post again

Thank you very much for you help!!
by andressete
Fri Mar 04, 2016 2:08 am
Forum: Open Source Nagios Projects
Topic: problem snmp netapp
Replies: 11
Views: 8281

Re: problem snmp netapp

./check_snmp -C community -P 2c -H netappname -o .1.3.6.1.4.1.789.0.22 .. reply --> SNMP OK - Such Object available on this agent at this OID

I'm in the same situation like in the first message... :-(

If you are other idea.. I'll be very graceful.

Thanks again.
by andressete
Thu Mar 03, 2016 2:20 am
Forum: Open Source Nagios Projects
Topic: problem snmp netapp
Replies: 11
Views: 8281

Re: problem snmp netapp

I followed the steps and the result is: -bash-4.1$ snmptranslate -Td .1.3.6.1.4.1.789.0.22 NETAPP-MIB::diskFailed diskFailed NOTIFICATION-TYPE -- FROM NETAPP-MIB OBJECTS { productTrapData, productSerialNum } DESCRIPTION "One or more disks failed. The trap includes a string describing the failed...
by andressete
Wed Mar 02, 2016 6:59 am
Forum: Open Source Nagios Projects
Topic: problem snmp netapp
Replies: 11
Views: 8281

Re: problem snmp netapp

If I run: snmpwalk -v 2c -c community netappname .1.3.6.1.4.1.789.0 .. reply : SNMPv2-SMI::enterprises.789.0 = No Such Object available on this agent at this OID However, if I run: snmpwalk -v 2c -c community netappname .1.3.6.1.4.1.789.1 ... reply more than 13.000 lines with oid to monitoring ... m...
by andressete
Wed Mar 02, 2016 2:09 am
Forum: Open Source Nagios Projects
Topic: problem snmp netapp
Replies: 11
Views: 8281

Re: problem snmp netapp

yes, of course: ./check_snmp -C public -P community -H netappname -o .1.3.6.1.4.1.789.0.22 -m all .. reply --> SNMP OK - Such Object available on this agent at this OID snmptranslate -Td .1.3.6.1.4.1.789.0.22 .. reply: SNMPv2-SMI::enterprises.789.0.22 enterprises OBJECT-TYPE -- FROM SNMPv2-SMI, RFC1...