Search found 13 matches

by jnojr
Wed Jul 06, 2016 11:05 am
Forum: Open Source Nagios Projects
Topic: NRPE for Mac?
Replies: 12
Views: 5247

Re: NRPE for Mac?

I am currently working with our C developer for the upcoming release of NRPE v3. I have prepared documentation on installing this on Apple OS X and will be fully supported when released (very soon). Shipped as a .pkg? If you would like to try the Beta version PM me and I'll send you the instruction...
by jnojr
Tue Jul 05, 2016 3:56 pm
Forum: Open Source Nagios Projects
Topic: NRPE for Mac?
Replies: 12
Views: 5247

NRPE for Mac?

Been Googling, and all I find are old posts about it and people posting their own home-rolled ones. Is there a "real" NRPE for Mac? I'd really like to install a supported .pkg rather than rely on something someone banged up for their Leopard Mac years ago right before disappearing from the...
by jnojr
Thu Jun 30, 2016 6:13 pm
Forum: Open Source Nagios Projects
Topic: DISK CRITICAL - 20% is not accessible
Replies: 7
Views: 3914

Re: DISK CRITICAL - 20% is not accessible

ssax wrote:No problem, glad you got that sorted! Are we okay to lock this up and mark it as resolved?
Absolutely :)
by jnojr
Thu Jun 30, 2016 4:18 pm
Forum: Open Source Nagios Projects
Topic: DISK CRITICAL - 20% is not accessible
Replies: 7
Views: 3914

Re: DISK CRITICAL - 20% is not accessible

check_nrpe_disk!check_disk! 20% !10%!/ I bet the difference is in the nrpe.cfg or common.cfg file with the check_disk definition on that host (most likely order of ARGS). Check to make sure the command is defined the same on a working host and a non-working host in those files. I'll be damned. The ...
by jnojr
Thu Jun 30, 2016 2:06 pm
Forum: Open Source Nagios Projects
Topic: DISK CRITICAL - 20% is not accessible
Replies: 7
Views: 3914

Re: DISK CRITICAL - 20% is not accessible

Can you show us the complete check_command that the service is using in conjunction with check_disk? This should help us understand, and be able to replicate on our end. Unfortunately, this issue is on a network with no Internet connectivity. But I'm using the bone-stock, out-of-the-box commands th...
by jnojr
Thu Jun 30, 2016 1:55 pm
Forum: Open Source Nagios Projects
Topic: DISK CRITICAL - 20% is not accessible
Replies: 7
Views: 3914

DISK CRITICAL - 20% is not accessible

Some of my hosts report this, or "DISK CRITICAL - -c is not accessible" They're all lumped together in my config. I've tried carefully retyping one host stanza to no avail. All use the same check_disk command on the server and the same check_disk client (2.0.3) On the server, I can check_...
by jnojr
Wed Apr 27, 2016 5:26 pm
Forum: Open Source Nagios Projects
Topic: Remote disk check not working
Replies: 14
Views: 4190

Re: Remote disk check not working

Box293 wrote:Please post your nrpe config from the machine that is not working.
GAH I was using the default line for check_disk...

Got it now!
by jnojr
Wed Apr 27, 2016 5:07 pm
Forum: Open Source Nagios Projects
Topic: Remote disk check not working
Replies: 14
Views: 4190

Re: Remote disk check not working

Nice! Did that get it working for you on your system? Just trying to figure out if we can mark this as resolved. On one system. On another, with the same service definition, I get: DISK CRITICAL - 20% is not accessible: No such file or directory check_nrpe via the command line both on server and cl...
by jnojr
Wed Apr 27, 2016 4:46 pm
Forum: Open Source Nagios Projects
Topic: Remote disk check not working
Replies: 14
Views: 4190

Re: Remote disk check not working

Wait.. sorry.. use this: $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a '-w $ARG2$ -c $ARG3$ -p $ARG4$' And then you would use this in the nrpe.cfg: command[check_disk]=/usr/local/nagios/libexec/check_disk $ARG1$ There we go! So, clearly, this shouldn't be 'check_nrpe', but 'check_nrpe_disks' or ...
by jnojr
Wed Apr 27, 2016 4:31 pm
Forum: Open Source Nagios Projects
Topic: Remote disk check not working
Replies: 14
Views: 4190

Re: Remote disk check not working

ssax wrote:Please post your command definition for check_nrpe in your /usr/local/nagios/etc/commands.cfg.

Code: Select all

define command{
     command_name      check_nrpe
     command_line      $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
     }