Search found 8 matches

by prandal
Mon Apr 07, 2014 9:20 am
Forum: Open Source Nagios Projects
Topic: Command Definition with Spaces?
Replies: 2
Views: 1449

Re: Command Definition with Spaces?

Have you tried

./check_nrpe -H IP -p 5666 -c check_mostrecentfile -a "c:/test log/" 50 60 1
by prandal
Fri Mar 21, 2014 10:00 am
Forum: Open Source Nagios Projects
Topic: nagiostats 4.0.4 bug?
Replies: 3
Views: 1517

Re: nagiostats 4.0.4 bug?

AFAIK, those variables don't exist anymore in Nagios 4.x.

You'll need to remove that one graph out of your mrtg.cfg

nagiostats.c needs amending to remove them from the --help output, too.
by prandal
Wed Mar 19, 2014 4:49 pm
Forum: Open Source Nagios Projects
Topic: Caught SIGSEGV, shutting down... nagios 3.5.1
Replies: 6
Views: 9841

Re: Caught SIGSEGV, shutting down... nagios 3.5.1

The issue was that at some point in the 3.x branch the internal nagios downtime structure changed. Livestatus is compiled against the old format, hence the problem. You may find that the problem recurs without patching and rebuilding nagios. In our setup, the crash didn't always happen at every log ...
by prandal
Wed Mar 19, 2014 4:18 am
Forum: Open Source Nagios Projects
Topic: Caught SIGSEGV, shutting down... nagios 3.5.1
Replies: 6
Views: 9841

Re: Caught SIGSEGV, shutting down... nagios 3.5.1

If you're using Nagios 3.5.1 with mk-livestatus you need this patch for Nagios:

http://git.mathias-kettner.de/git/?p=om ... 10;hb=HEAD

Cheers,

Phil
by prandal
Tue Mar 18, 2014 5:12 am
Forum: Open Source Nagios Projects
Topic: check-host-alive pinging every second?
Replies: 23
Views: 28605

Re: check-host-alive pinging every second?

What's your interval_length set to in nagios.cfg? It should be 60. Format: interval_length=<seconds> Example: interval_length=60 This is the number of seconds per "unit interval" used for timing in the scheduling queue, re-notifications, etc. "Units intervals" are used in the obj...
by prandal
Mon Mar 17, 2014 3:45 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.0.2 Email notification
Replies: 7
Views: 10355

Re: Nagios Core 4.0.2 Email notification

I discovered this one independently.

I've logged the bug here: http://tracker.nagios.org/view.php?id=582 and attached a patch "582-command-v2.patch" which fixes it for me to that bug report.

Cheers,

Phil
by prandal
Mon Nov 19, 2012 5:26 am
Forum: Open Source Nagios Projects
Topic: The culprit of high CPU & Memory usage on Windows & Linux
Replies: 10
Views: 3638

Re: The culprit of high CPU & Memory usage on Windows & Linu

Nice enhancement.

It would be great if you could feed your changes upstream to nsclient.org so they can become part of the standard NSClient++