Page 1 of 1

Agent For Solaris 10 Sparc

Posted: Tue May 16, 2017 6:33 am
by bashar.abed
Hi

we have Nagios XI Version 5.4.2 VM machine , we installed the Agent on Solaris 10 Sparc server to get IO statistics ,we did all needed configuration but from Testing the setup we get the below output

[[email protected] ~]$ /usr/local/nagios/libexec/check_nrpe -H 10.x.x.81 -t 180 -c check_iostat -a '-d c2t500009755807105Bd1 -w 80000,80000,500000,80000,80000,80000,50,50,50,50 -c 85000,85000,600000,85000,85000,85000,70,70,70,70 -p'
-e
This plugin shows the I/O usage of the specified disk, using the iostat external program.
It prints three statistics: Transactions per second (tps), Kilobytes per second
read from the disk (KB_read/s) and and written to the disk (KB_written/s)

/opt/nagios/libexec/check_iostat:
-d <disk> Device to be checked (without the full path, eg. sda)
-c <tps>,<read>,<wrtn> Sets the CRITICAL level for tps, KB_read/s and KB_written/s, respectively
-w <tps>,<read>,<wrtn> Sets the WARNING level for tps, KB_read/s and KB_written/s, respectively

please find the attached file about check_iostat script ,so if you can check it or send me the correct script

Re: Agent For Solaris 10 Sparc

Posted: Tue May 16, 2017 6:38 am
by bashar.abed
please find attached file text
please open it

WordPad

Re: Agent For Solaris 10 Sparc

Posted: Tue May 16, 2017 9:16 am
by dwhitfield
I recognize that you are using Solaris, but that plugin hasn't been updated since 2009.

The two following were released in 2016:
https://exchange.nagios.org/directory/P ... 16/details
https://exchange.nagios.org/directory/P ... in/details

Also, we did not write that plugin. You may get quicker resolution if you email the author at [email protected]

This is not to say we can't dig a little deeper into your issue, but those are some things that jump out at me.

Did you compile NRPE from source (I'm assuming so, since SPARC, but if not can you link to use where you got the binaries)? What version of NRPE is it? Do any of the other checks work on the Solaris box?