Page 1 of 1

Need help with Monitoring solaris hosts

Posted: Mon Oct 10, 2011 7:56 pm
by neeraj79
Hi,
I am trying to configure monitoring of solaris hosts using " Monitoring via SSH " method. Can someone tell me the remote command to use for getting CPU and Memory stats from the target solaris server?

For instance, I am able to successfully receive data using remote commands like these below for checking disk space
/usr/local/nagios/libexec/check_disk.
what is the command to get CPU & memory data ?

Re: Need help with Monitoring solaris hosts

Posted: Tue Oct 11, 2011 11:41 am
by nscott
CPU check is

./check_load -w <warning vals> -c <crit vals>

As for memory, you'll need to grab a plugin from the exchange, this one looks good:

http://exchange.nagios.org/directory/Pl ... pl/details