solaris-nrpe-agent

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
shethm
Posts: 15
Joined: Wed Jun 06, 2012 12:36 pm

solaris-nrpe-agent

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: solaris-nrpe-agent

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
shethm
Posts: 15
Joined: Wed Jun 06, 2012 12:36 pm

Re: solaris-nrpe-agent

Post by shethm »

I hope i'm gathering the right info ... Pls, view the attach. -Thanks.
You do not have the required permissions to view the files attached to this post.
shethm
Posts: 15
Joined: Wed Jun 06, 2012 12:36 pm

Re: solaris-nrpe-agent

Post by shethm »

attach is advanced picture ... What would be my next step to troubleshoot this and get it working ? Please help.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: solaris-nrpe-agent

Post by scottwilkerson »

Sorry but I don't think the forum supports tiff files, I cannot open them
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
shethm
Posts: 15
Joined: Wed Jun 06, 2012 12:36 pm

Re: solaris-nrpe-agent

Post 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
shethm
Posts: 15
Joined: Wed Jun 06, 2012 12:36 pm

Re: solaris-nrpe-agent

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: solaris-nrpe-agent

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: solaris-nrpe-agent

Post 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'
Be sure to check out our Knowledgebase for helpful articles and solutions!
shethm
Posts: 15
Joined: Wed Jun 06, 2012 12:36 pm

Re: solaris-nrpe-agent

Post 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 ... .