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.
Opto22 Environment Moniroring
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Opto22 Environment Moniroring
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
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.
Re: Opto22 Environment Moniroring
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.
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
Try "walking" the device to see what info is available (what you will be able to monitor), i.e.
or
Open the "walk.txt" that was generated in the "/tmp" directory by running the above command(s).
Code: Select all
snmpwalk -v 1 <ip address> -c <community string> > /tmp/walk.txtCode: Select all
snmpwalk -v2c <ip address> -c <community string> > /tmp/walk.txtBe sure to check out our Knowledgebase for helpful articles and solutions!