Need help with Monitoring solaris hosts

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
neeraj79
Posts: 5
Joined: Tue Oct 04, 2011 4:10 pm

Need help with Monitoring solaris hosts

Post 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 ?
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Need help with Monitoring solaris hosts

Post 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
Nicholas Scott
Former Nagios employee
Locked