Page 1 of 3
solaris-nrpe-agent
Posted: Wed Jun 06, 2012 1:26 pm
by shethm
solaris agent has been installed successfully and ran monitoring wizard, Monitor a remote Unix server using NRPE. Host status is showing green/up. When you click on IP address performance graphs is showing only ping. I am not able to see any other services running. Service detail shows current load, current users status shows unknown and total processes is critical. Please assist.
Re: solaris-nrpe-agent
Posted: Wed Jun 06, 2012 4:04 pm
by scottwilkerson
Can you give the full output from the status detail page from the following detail pages
current load, current users,total processes
Also, I'm not positive if all these plugins return performance data, you can verify this from the advanced tab on the service detail page
Re: solaris-nrpe-agent
Posted: Thu Jun 07, 2012 10:06 am
by shethm
I hope i'm gathering the right info ... Pls, view the attach. -Thanks.
Re: solaris-nrpe-agent
Posted: Thu Jun 07, 2012 10:13 am
by shethm
attach is advanced picture ... What would be my next step to troubleshoot this and get it working ? Please help.
Re: solaris-nrpe-agent
Posted: Thu Jun 07, 2012 11:20 am
by scottwilkerson
Sorry but I don't think the forum supports tiff files, I cannot open them
Re: solaris-nrpe-agent
Posted: Thu Jun 07, 2012 12:45 pm
by shethm
Status Details
Host State: Up
Duration: 5h 32m 56s
Host Stability: Unchanging (stable)
Last Check: 06/07/2012 17:41:22
Next Check: 06/07/2012 17:46:32
Host Notes:
Host notifications are disabled
Quick Actions
Enable notifications
Schedule an immediate check
Action URL for this host
Notes URL for this host
Ping this host
Traceroute to this host
Re: solaris-nrpe-agent
Posted: Thu Jun 07, 2012 12:53 pm
by shethm
How could i configure to monitor Current Load, Current Users and Total Processes on the server ? These status shows unknown or critical. Please assist.
Re: solaris-nrpe-agent
Posted: Thu Jun 07, 2012 2:00 pm
by scottwilkerson
Can you please post the output on one of the critical services
The output displays between the tabs and where is displays
Status Details
Re: solaris-nrpe-agent
Posted: Thu Jun 07, 2012 2:01 pm
by lmiltchev
Can you run these three commands and show us the output?
Code: Select all
./check_nrpe -H <solaris_machine_IP> -t 30 -c check_load -a '-w 15,10,5 -c 30,20,10'
./check_nrpe -H <solaris_machine_IP> -t 30 -c check_users -a '-w 5 -c 10'
./check_nrpe -H <solaris_machine_IP> -t 30 -c check_all_procs -a '-w 150 -c 250'
Re: solaris-nrpe-agent
Posted: Fri Jun 08, 2012 7:43 am
by shethm
hello, thanks for your respond...
Did you want me to run these command on the solaris agent ? Our nagios server is windows server. Let us know. thanks ... .