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 ?
Need help with Monitoring solaris hosts
Re: Need help with Monitoring solaris hosts
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
./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
Nicholas Scott
Former Nagios employee
Former Nagios employee