Page 2 of 2

Re: linux-nrpe-agent uninstall / remove

Posted: Tue Mar 21, 2017 5:05 pm
by Nags007
Dear Team,
I have successfully installed the NagiosXI server and Nagios NRPE client.

Thank you very much for your support. Appreciating your help.

================================================================
I have added the DEV servers and QA servers.

I want to get the metrics of the below for any of DEV server.
1. CPU
2. UPTIME
3. DISK
4. MEMORY

Please guide me the navigation path for the above ?


Also , How can i group the DEV servers names and GROUP QA server names ?

How to get the emails Notifications configuration ?

Thanks,
Nag

Re: linux-nrpe-agent uninstall / remove

Posted: Wed Mar 22, 2017 11:04 am
by dwhitfield
1. check_nrpe!check_load!-a '-w 15,10,5 -c 30,20,10'
2. Do you really want the uptime or just whether it's up or down? The reports will give you an uptime based on the results.
3. check_disk: http://nagios-plugins.org/doc/man/check_disk.html
4. check_nrpe!check_mem!-a '-w 20 -c 10'

As for your questions about grouping and notification, please open another thread.

Re: linux-nrpe-agent uninstall / remove

Posted: Wed Mar 22, 2017 1:34 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: linux-nrpe-agent uninstall / remove

Posted: Wed Mar 22, 2017 2:20 pm
by dwhitfield
I'm going to lock this thread since we are working through the checks in another thread.