Page 1 of 1
NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI
Posted: Wed Mar 22, 2017 10:12 am
by Nags007
Hi Team,
I have installed successfully Nagiosxi 5.4.3 on Redhat 6.8 santioago. Also the NRPE client.
I have added the list of nrpe servers and i can see the same in HOST details.
Please provide the nagivation path , where to check the CPU, Memory , UPtime for any of the added servers, which are visible in HOST details.
Thank You,
Nag.
Re: NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI
Posted: Wed Mar 22, 2017 12:17 pm
by dwhitfield
The check output will be viewable in Service Details, not Host Details.
I mentioned some other specifics in
https://support.nagios.com/forum/viewto ... 34#p215834 , but if you use the Linux Server Wizard, you should get everything you ask for here. You'll have to make sure you configure, not just install, the NRPE client on those servers.
You'll likely find
https://assets.nagios.com/downloads/nag ... utions.pdf useful, but if you have an error message you'd like us to look at, please let us know.
Re: NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI
Posted: Wed Mar 22, 2017 2:14 pm
by Nags007
Hi ,
1. for CPU, there is only dropdown menu for the check_command
How can we execute your suggested below command ? please guide as it is having two commands together. ?
check_nrpe!check_load!-a '-w 15,10,5 -c 30,20,10'
In the dropdown box, we can SELECT only one command... so how to execute above 2 commnads?
=====================================================================================
I also tried the above command in : /usr/local/nagios/libexec
/usr/local/nagios/libexec/check_nrpe!check_load!-a '-w 15,10,5 -c 30,20,10'
-bash: !check_load!-a: event not found
Thank you,
Re: NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI
Posted: Wed Mar 22, 2017 2:20 pm
by dwhitfield
You should really run through the Linux Server Wizard, but if you want to do it by hand you'll want to set up different services. If you run through the wizard once, I think it will show you the difference between hosts and services.
I mentioned Services vs. Hosts before, but if you are going to do it manually through the CCM, it would be in the Service Management, not Host Management.
Re: NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI
Posted: Wed Mar 22, 2017 4:42 pm
by rkennedy
Nags007 wrote:Hi ,
1. for CPU, there is only dropdown menu for the check_command
How can we execute your suggested below command ? please guide as it is having two commands together. ?
check_nrpe!check_load!-a '-w 15,10,5 -c 30,20,10'
In the dropdown box, we can SELECT only one command... so how to execute above 2 commnads?
=====================================================================================
I also tried the above command in : /usr/local/nagios/libexec
/usr/local/nagios/libexec/check_nrpe!check_load!-a '-w 15,10,5 -c 30,20,10'
-bash: !check_load!-a: event not found
Thank you,
Set your $ARG1$ to check_load and $ARG2$ to -a '-w 15,10,5 -c 30,20,10'
Re: NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI
Posted: Wed Mar 22, 2017 4:43 pm
by dwhitfield
Re: NagiosXI 5.4.3 - CPU,Memory and uptime on Nagios XI
Posted: Thu Mar 23, 2017 12:47 pm
by Nags007
Hi ,
Thank you very much for your reply. I have added client machine from advance core confi manager and able to see complete stats about CPU / MEMORY / UPTIME/ ... services .. java.. etc.. completely in dash board.
Please close this post.
Thanks again.
Nag