Search found 3722 matches

by mcapra
Wed Mar 08, 2017 5:11 pm
Forum: Open Source Nagios Projects
Topic: Logging of v3 nrpe
Replies: 1
Views: 628

Re: Logging of v3 nrpe

The re-compile is the only fix currently, but it's not as if you need to make that change in every single NRPE agent you will ever deploy. You only need to make that change within the check_nrpe plugin that Nagios Core is executing to reach out to those machines. Granted yes, once you upgrade the ag...
by mcapra
Wed Mar 08, 2017 4:32 pm
Forum: Open Source Nagios Projects
Topic: prevent first critical notification
Replies: 5
Views: 3478

Re: prevent first critical notification

I agree completely with the proposed scenario and outcomes, but I'm saying that it's better to tell Nagios Core what really is a "problem" state (or a "HARD" state) rather than to try and adjust anything happening on the notification end of the process. If you tell Nagios Core &q...
by mcapra
Wed Mar 08, 2017 4:23 pm
Forum: Open Source Nagios Projects
Topic: Getting information from Nagios
Replies: 5
Views: 3237

Re: Getting information from Nagios

I don't know of any Perl libraries for assessing the Nagios Core system state, but the status.dat file defined in your nagios.cfg file under the status_file directive is a good place to start. Take a look through that file and see if it's got the sort of information you're looking to access. Monitor...
by mcapra
Wed Mar 08, 2017 4:19 pm
Forum: Open Source Nagios Projects
Topic: Nagios inheritance issue
Replies: 6
Views: 1608

Re: Nagios inheritance issue

Just for the sake of argument, can you show us the host definitions of the two hosts (I assume psplb01a.example.com,psplb01b.example.com) that aren't getting the correct PING thresholds?
by mcapra
Wed Mar 08, 2017 4:11 pm
Forum: Nagios Log Server
Topic: LDAP/Active Directory Import Users (Limit of Returned Users)
Replies: 3
Views: 740

Re: LDAP/Active Directory Import Users (Limit of Returned Us

It stinks, but it's pretty firmly an issue with the current PHP version being distributed by the CentOS/RedHat repository maintainers. The necessary "chunking" you mentioned would require a paginated LDAP query which isn't something that can be done in the version of openLDAP that runs on ...
by mcapra
Wed Mar 08, 2017 4:05 pm
Forum: Open Source Nagios Projects
Topic: Nagios alert Whatsapp
Replies: 6
Views: 3256

Re: Nagios alert Whatsapp

Yeah, this is pretty strictly related to something gone awry with your Python environment. I would highly recommend contacting the maintainers of the yowsup-cli package and see what they have to say about this. It looks like there may be issues with the protobuf package specifically, though I don't ...
by mcapra
Wed Mar 08, 2017 4:03 pm
Forum: Open Source Nagios Projects
Topic: NRPE Check fails
Replies: 9
Views: 4017

Re: NRPE Check fails

1 week is 10080 minutes, so you should be able to set your Nagios object's check_interval to that.
by mcapra
Wed Mar 08, 2017 4:02 pm
Forum: Open Source Nagios Projects
Topic: how to install RabbitMQ plugin - Ubuntu 12.04
Replies: 2
Views: 1260

Re: how to install RabbitMQ plugin - Ubuntu 12.04

You could probably install it via cpan if it's not available in the Ubuntu repositories. cpan is basically like apt/yum, except for Perl modules/packages specifically. apt-get install cpan Then you could install the required module via cpan like so: cpan -i Monitoring::Plugin Otherwise, you could do...
by mcapra
Wed Mar 08, 2017 3:58 pm
Forum: Open Source Nagios Projects
Topic: All Linux Server CPU Spike at same time
Replies: 51
Views: 22708

Re: All Linux Server CPU Spike at same time

From 10.2.8.7, can you share the output of these commands:

Code: Select all

ls -al /usr/local/nagios/libexec/
ps aux | grep xinetd
ps aux | grep nrpe
cat /usr/local/nagios/etc/nrpe.cfg
by mcapra
Wed Mar 08, 2017 3:54 pm
Forum: Open Source Nagios Projects
Topic: Windows Update Check
Replies: 11
Views: 5684

Re: Windows Update Check

1 week is 10080 minutes, so you should be able to set your check_interval to that.

Haven't had a chance to lab this up yet, but i'll let you know if I find anything weird.