Opto22 Environment Moniroring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
glenl
Posts: 42
Joined: Thu Jan 03, 2013 8:04 pm

Opto22 Environment Moniroring

Post 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.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Opto22 Environment Moniroring

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
glenl
Posts: 42
Joined: Thu Jan 03, 2013 8:04 pm

Re: Opto22 Environment Moniroring

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Opto22 Environment Moniroring

Post 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).
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked