Page 1 of 1

How 2 create Datasoure 2 monitor a solaris device via ssh

Posted: Fri Feb 08, 2013 10:38 am
by sathishakh
How to monitor solaris device using ssh in nagios. please help me in monitoring of cpu, swap, disk and uptime using ssh.

Re: How 2 create Datasoure 2 monitor a solaris device via ss

Posted: Fri Feb 08, 2013 11:37 am
by abrist
Have you read through the following document?

http://exchange.nagios.org/directory/Ad ... rd/details

Re: How 2 create Datasoure 2 monitor a solaris device via ss

Posted: Fri Feb 08, 2013 11:47 am
by sathishakh
thanks abrist. let me configure it and get back to u if i found any issue.

Re: How 2 create Datasoure 2 monitor a solaris device via ss

Posted: Fri Feb 08, 2013 12:36 pm
by slansing
Excellent, let us know if you need help.

Re: How 2 create Datasoure 2 monitor a solaris device via ss

Posted: Thu Feb 14, 2013 4:39 am
by sathishakh
Hi Buddy,

after i followed the http://exchange.nagios.org/directory/Ad ... rd/details, i added the solaris device through ssh. there is a error like
Return code of 127 is out of bounds - plugin may be missing for Root Disk Space.

i have mentioned the following things to monitor Disk space in "Monitor the service with this command..."
check_xi_service_snmp_linux_storage!-C secret --v1c -m "^/$" -w 90 -c 95 -f!!!!!!!

Please help.

Re: How 2 create Datasoure 2 monitor a solaris device via ss

Posted: Thu Feb 14, 2013 10:44 am
by slansing
Are you able to run the check command manually from the command line of your Nagios XI server? I would recommend doing this, though you will likely get the same error, in this case, make sure that the correct ports are opened and definitions made on the remote system. Also make sure that the plugin is in fact executable.

Re: How 2 create Datasoure 2 monitor a solaris device via ss

Posted: Thu Feb 14, 2013 10:51 am
by abrist
sathishakh wrote: check_xi_service_snmp_linux_storage!-C secret --v1c -m "^/$" -w 90 -c 95 -f!!!!!!!

Code: Select all

"^/$"
There was a bug in the ccm that replaced quotes with the html """. If you have not yet updated to 2012r1.6, please do so. You will have to correct the quotes for any service check you have set up after the upgrade.
Upgrade XI