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
linux-nrpe-agent uninstall / remove
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: linux-nrpe-agent uninstall / remove
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.
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
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,
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,
You do not have the required permissions to view the files attached to this post.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: linux-nrpe-agent uninstall / remove
I'm going to lock this thread since we are working through the checks in another thread.