how to monitor Solaris Resource pool using snmp wizard
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
how to monitor Solaris Resource pool using snmp wizard
how to monitor Solaris Resource pools (rpool) using snmp wizard.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to monitor Solaris Resource pool using snmp wizard
you will need need to find out what SNMP OID is that relates to the Solaris Resource pools you want to monitor. Then run the plain SNMP wizard and add them there.
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
Re: how to monitor Solaris Resource pool using snmp wizard
how do i find the SNMP OID relates to the Solaris Resource pool that i want to monitor? should i need to add that OID in snmpd.conf file and restart the service and then add server via snmp wizard?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to monitor Solaris Resource pool using snmp wizard
You would need to consult Solaris SNMP documentation for Resource pools. We do not have these systems in house.
You would then use the OID when running the SNMP wizard
You would then use the OID when running the SNMP wizard
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
Re: how to monitor Solaris Resource pool using snmp wizard
we are sing linux snmp wizard to add the solaris 10 and 11 version servers, where do i need to mention the OID for monitoring solaris resource pool? or should i need to use different wizard? what is the OID for this?
-
jforcier
Re: how to monitor Solaris Resource pool using snmp wizard
Use the SNMP wizard, not the Linux SNMP wizard. Step 2 in that wizard will have an input box for your OID.
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
Re: how to monitor Solaris Resource pool using snmp wizard
OK, what will be the OID to mention in the below options shows in step 2/next screen?
OID Display Name Data Label Data Units Match Type Warning
Range Critical
Range String
To Match MIB To Use
OID Display Name Data Label Data Units Match Type Warning
Range Critical
Range String
To Match MIB To Use
-
jforcier
Re: how to monitor Solaris Resource pool using snmp wizard
You will have to refer to Solaris SNMP documentation for the relevant OIDs.
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
Re: how to monitor Solaris Resource pool using snmp wizard
I couldn't get the correct OID for solaris zpool usage to monitor, Is there any other wizard in Nagios XI that can monitor Solaris Zpool usage?
Re: how to monitor Solaris Resource pool using snmp wizard
I'm not sure the zpool information is directly readable from SNMP without extending it.
I found this:
http://www.competa.com/blog/monitoring- ... with-snmp/
Almost everything I found is related to running some remote plugin through NRPE/NCPA:
https://www.claudiokuenzler.com/blog/34 ... 842TvlRfmE
All the ones related to SNMP have listed examples of how to extend SNMP so that it can monitor the zpools, you'll likely need to do that if you have to use SNMP, I was unable to find a SNMP plugin that does it.
I found this:
http://www.competa.com/blog/monitoring- ... with-snmp/
Almost everything I found is related to running some remote plugin through NRPE/NCPA:
https://www.claudiokuenzler.com/blog/34 ... 842TvlRfmE
All the ones related to SNMP have listed examples of how to extend SNMP so that it can monitor the zpools, you'll likely need to do that if you have to use SNMP, I was unable to find a SNMP plugin that does it.