Page 1 of 1

Opto22 Environment Moniroring

Posted: Tue Sep 08, 2015 10:05 pm
by glenl
Hi Nagios Support,

I just like to inquire if there are available plug-in for monitoring Opto22 products.

We have an Opto22 monitoring system that was specific to their products. I just want to know if you have also a plug-in for it.

I've already search at the Plug-In page and found nothing. I want to verify if there were really none.

Your response would be mostly appreciated.

Thank you very much.

Re: Opto22 Environment Moniroring

Posted: Tue Sep 08, 2015 10:20 pm
by Box293
If these devices are SNMP capable then you will be able to monitor then using the check_snmp plugins.

Have a look at the Config Wizards in Nagios XI:
SNMP
SNMP Trap
SNMP Walk

Re: Opto22 Environment Moniroring

Posted: Wed Sep 09, 2015 8:59 am
by glenl
Hi,

If these devices are SNMP capable, is there certain configuration that we need to set on SNMP monitoring that may be specific on the services being monitored?

We'll test your suggestion and will get back to you after our testing.

Thank you very much.

Re: Opto22 Environment Moniroring

Posted: Wed Sep 09, 2015 9:39 am
by lmiltchev
Try "walking" the device to see what info is available (what you will be able to monitor), i.e.

Code: Select all

snmpwalk -v 1 <ip address> -c <community string> > /tmp/walk.txt
or

Code: Select all

snmpwalk -v2c <ip address> -c <community string> > /tmp/walk.txt
Open the "walk.txt" that was generated in the "/tmp" directory by running the above command(s).