OpenSolaris Snmp scripts & plugins!

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
yoyo
Posts: 2
Joined: Thu Jul 08, 2010 7:35 am

OpenSolaris Snmp scripts & plugins!

Post by yoyo »

Dear all,
i want to monitor my openSolaris machine through nrpe for instance CPU , executing check_cpu_stats.sh script i get the follwoing error:
"UNKNOWN: SunOS not yet supported by this plugin. Coming soon !"
thus i decided to use the snmp scripts for cpu but again there is no support for OpenSolaris nor Solaris.
i need for starter to monitor through nagiosxi my PCU , Network, memorry ,tcp connection ,disk (i/o,space ...) well actually all the neccessary staff.
is there any support/scripts, plugins for OpenSolaris /Solaris?

Thanks in advanced
yoyo
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: OpenSolaris Snmp scripts & plugins!

Post by tonyyarusso »

SNMP should be cross-platform, but you may need to provide the necessary MIB files. There is some information on this on two other threads:
http://support.nagios.com/forum/viewtop ... =130&p=356
http://support.nagios.com/forum/viewtop ... =202&p=749

Can you give more detail on what you're experiencing with check_snmp?
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
yoyo
Posts: 2
Joined: Thu Jul 08, 2010 7:35 am

Re: OpenSolaris Snmp scripts & plugins!

Post by yoyo »

The problem is that i will probably will have to edit the check_cpu_stats.sh located in the plugin folder of the target machine and check_snmp files on the Nagios machine with the OID's of the OpenSolaris and adjust it to function for the Os as it isnt out of the box.
unless there are scripts for the OpenSolaris system?
by any chance does someone knows when NRPE support for OpenSolaris will be published?
Thanks
yoyo
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: OpenSolaris Snmp scripts & plugins!

Post by mguthrie »

With testing on our Solaris box we were able to make the loadavg script work. Do you happen to know if there's much of a difference between the loadavg vs CPU check commands?

You should be able to use the check_loadavg plugin as found in [1]CSW's nagios-plugins.

1. http://www.opencsw.org/
Locked