Search found 7 matches
- Tue Jun 24, 2014 4:18 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe!check_cpu and others not working, weird issue
- Replies: 11
- Views: 12790
Re: check_nrpe!check_cpu and others not working, weird issue
@eloyd, yeah I'm aware its free and the support I got here for this was great. I'm aware of the commercial version, but the price is out of my league to be honest. Its clearly aimed at large enterprises. I run a small web development company with 11 servers, and $2000 is out of my league for this (e...
- Tue Jun 24, 2014 2:44 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe!check_cpu and others not working, weird issue
- Replies: 11
- Views: 12790
Re: check_nrpe!check_cpu and others not working, weird issue
Hi @tmcdonald I dont think I did see this specific one. If I am honest, I don't think the documentation is very user friendly for newbies, there is a lot of digging around, so I just source other peoples blogs with easy guides to follow to install it (all of which are different which makes it worse!...
- Tue Jun 24, 2014 2:37 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe!check_cpu and others not working, weird issue
- Replies: 11
- Views: 12790
Re: check_nrpe!check_cpu and others not working, weird issue
Ahhhhhh... not passing warning and critical values on the client still works, so therefore I assumed not passing on then on the host would work too! I thought it woud run the same command. I didn't think it would pass empty -w -c. I couldn't find the commands in any logs to see it not being passed t...
- Mon Jun 23, 2014 3:39 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe!check_cpu and others not working, weird issue
- Replies: 11
- Views: 12790
Re: check_nrpe!check_cpu and others not working, weird issue
I was just about to say I have dont_blame_nrpe=1 Here's the file: ############################################################################# # Sample NRPE Config File # Written by: Ethan Galstad (nagios@nagios.org) # # Last Modified: 11-23-2007 # # NOTES: # This is a sample configuration file for...
- Mon Jun 23, 2014 3:00 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe!check_cpu and others not working, weird issue
- Replies: 11
- Views: 12790
check_nrpe!check_cpu and others not working, weird issue
Hi I am really struggling with an issue I have... Running this on the remote machine works fine: [root@mail ~]# /usr/lib64/nagios/plugins/check_cpu OK: CPU is 98% idle | cpu=2%;101;102;0;100 Running it on the nagios server produced an error: root@monitor:~# /usr/lib/nagios/plugins/check_nrpe -H myho...
- Mon Jun 23, 2014 2:42 pm
- Forum: Open Source Nagios Projects
- Topic: Do I need to use check_nrpe on all services?
- Replies: 3
- Views: 1805
Re: Do I need to use check_nrpe on all services?
Yes it makes sense thanks. But is there somewhere that clearly lists when I need to use check_nrpe? For example, check_imap, check_pop. These could either be checking them via a port on a remove server (so no check_nrpe) or checking some internal process (so check_nrpe). Is there somewhere we can co...
- Mon Jun 23, 2014 4:20 am
- Forum: Open Source Nagios Projects
- Topic: Do I need to use check_nrpe on all services?
- Replies: 3
- Views: 1805
Do I need to use check_nrpe on all services?
Hi I am new to Nagios, and I am getting there slowly. I just discovered last night... check_all_disks reports only "Disk OK". I wanted to see free space so added a plugin to get the free space. Turns out check_all_disks (which uses check_disk) just checks the local disk as all my servers r...