Search found 8 matches
- Wed May 09, 2018 3:58 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring Linux Processes
- Replies: 5
- Views: 7603
Re: Monitoring Linux Processes
Thanks for your help, it had completely escaped my mind that you can run the below on the host you are monitoring to check the allowed flags in detail /usr/local/nagios/libexec/check_procs --help Having just tried what you suggested initially it threw an error; ./check_nrpe -H 172.16.30.211 -c check...
- Tue May 08, 2018 9:43 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring Linux Processes
- Replies: 5
- Views: 7603
Re: Monitoring Linux Processes
Thanks for the detailed response, I tried using the -C flag previously but the command returns advising that it is an illegal option. Below is the contents of /usr/local/nagios/etc/nrpe.cfg # LOG FACILITY # The syslog facility that should be used for logging purposes. log_facility=daemon # LOG FILE ...
- Tue May 08, 2018 3:43 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring Linux Processes
- Replies: 5
- Views: 7603
Monitoring Linux Processes
Hi, Up to this point we have been hosting cloud services on Windows servers which have been monitored by Nagios successfully. In their infinite wisdom the engineers have decided to move over to Linux which means translating all the checks for the new OS. Everything has been going well but I am strug...
- Tue Jun 28, 2016 5:47 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp Return Codes Issue - Nagios not alerting
- Replies: 5
- Views: 4458
Re: check_snmp Return Codes Issue - Nagios not alerting
-r has worked in this case and is now getting me the results I need. Is there a way to define the exit codes (0 = ok, 1 = warning, 2 = critical, and 3 = unknown) within the check_snmp command defined in Nagios? Thanks @rhassing! To add to this, Nagios will change statuses based on the exit codes lik...
- Fri Jun 24, 2016 8:02 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp Return Codes Issue - Nagios not alerting
- Replies: 5
- Views: 4458
check_snmp Return Codes Issue - Nagios not alerting
Hi all, I am configuring Nagios to monitor a Brocade switch using snmp which is working using the following command define command{ command_name check_brocade_port3 command_line $USER1$/check_snmp -H 192.168.250.242 -o 1.3.6.1.2.1.2.2.1.8.3 -C winn -m ALL -t 60 | /usr/bin/cut -d'|' -f1 } This is ret...
- Wed Jun 22, 2016 2:50 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe & NSClient++ - Alert threshold help
- Replies: 5
- Views: 4201
Re: check_nrpe & NSClient++ - Alert threshold help
That's sorted it! I knew it would be something simple that I was missing. Many thanks for the help. In your NSClient++ configuration, you'll need to add / modify the following part (make sure it's under [/settings/NRPE/server], if you do not have that section, then add it) - [/settings/NRPE/server] ...
- Tue Jun 21, 2016 10:02 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe & NSClient++ - Alert threshold help
- Replies: 5
- Views: 4201
Re: check_nrpe & NSClient++ - Alert threshold help
That is what I initially though but when I run that I get the below: [Using default values] [root@qsnag01 libexec]# ./check_nrpe -H 10.10.1.29 -c check_drivesize -a drive=d CRITICAL d: 4.764TB/5TB used|'d used'=4.76412TB;3.9999;4.49988;0;4.99987 'd used %'=95%;79;89;0;100 [root@qsnag01 libexec]# ./c...
- Tue Jun 21, 2016 3:51 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe & NSClient++ - Alert threshold help
- Replies: 5
- Views: 4201
check_nrpe & NSClient++ - Alert threshold help
Hi all, First of all here are the details of the Nagios servers and the host that I am trying to monitor; CentOS 7 Minimal running Nagios® Core - Version 4.0.8 Host - Windows Server 2012 R2 Standard running NSClient++ 0.4.4.19 I recently inherited this system and have been monitoring the disk usage ...