Search found 3722 matches

by mcapra
Wed Mar 01, 2017 4:46 pm
Forum: Open Source Nagios Projects
Topic: NRPE: Unable to read output
Replies: 22
Views: 9336

Re: NRPE: Unable to read output

From ssb-voor-01_168.162.97.143 , can you share the output of the following commands executed from the CLI: su nagios /apps/nagios/libexec/nagios-jmx-plugin-1.2.3/check_jmx -U service:jmx:rmi:///jndi/rmi://168.162.97.143:7780/jmxrmi -O jboss.system:type=ServerInfo -A TotalMemory -w 3247300864 -c 325...
by mcapra
Wed Mar 01, 2017 4:32 pm
Forum: Open Source Nagios Projects
Topic: Adding a new service check without restarting Nagios
Replies: 1
Views: 1295

Re: Adding a new service check without restarting Nagios

That's a very cool setup :) If you'd like to see this sort stuff make it into Nagios Core, you can always raise an issue on the github with your findings and suggestions. If this requires mklivestatus to function, it might be more appropriate to share your findings with that community: https://mathi...
by mcapra
Wed Mar 01, 2017 4:27 pm
Forum: Open Source Nagios Projects
Topic: What is the diff between state changes last/hard
Replies: 6
Views: 2589

Re: What is the diff between state changes last/hard

You might find this documentation useful. It describes all the entire NDOUtils database model: https://assets.nagios.com/downloads/nagioscore/docs/ndoutils/NDOUtils_DB_Model.pdf Could you clarify what you're referring to with last_hard_state and usec ? A lot of the _usec fields aren't directly relat...
by mcapra
Wed Mar 01, 2017 4:14 pm
Forum: Nagios XI
Topic: Error in AWS EC2 Uubuntu Monitoring
Replies: 84
Views: 20501

Re: Error in AWS EC2 Uubuntu Monitoring

Since NRPE is running as a stand-alone daemon, the xinetd configuration isn't being used for anything at the moment. That configuration would only apply if NRPE was running under xinetd. With NRPE running as a stand-alone daemon, you will need to alter your nrpe.cfg to include the Nagios XI machine'...
by mcapra
Wed Mar 01, 2017 4:06 pm
Forum: Nagios XI
Topic: Notification contact for all service of a Host
Replies: 3
Views: 1057

Re: Notification contact for all service of a Host

I understand the frustration. The granularity is available for services, just not in the way your particular services have been deployed. There aren't very good options for overloading definitions within any given service/host when it's inheriting attributes from a hostgroup. Ideally, there may be a...
by mcapra
Wed Mar 01, 2017 4:00 pm
Forum: Open Source Nagios Projects
Topic: nagios not auto starting in Gentoo
Replies: 8
Views: 4506

Re: nagios not auto starting in Gentoo

Did you use any particular guide when setting this up on your Gentoo machine? This one looks pretty reasonable:
https://wiki.gentoo.org/wiki/Nagios/Guide

Since we don't control what Gentoo distributes as a "nagios" package, troubleshooting is a bit tricky.
by mcapra
Wed Mar 01, 2017 3:59 pm
Forum: Open Source Nagios Projects
Topic: DISK WARNING - free space: /var 0 GB (49% inode=96%):
Replies: 7
Views: 5301

Re: DISK WARNING - free space: /var 0 GB (49% inode=96%):

Can you share the service definitions you are using? Also any relevant command configuration being used in the service.
by mcapra
Wed Mar 01, 2017 3:58 pm
Forum: Open Source Nagios Projects
Topic: NRPE installed on Docker connectivity issue
Replies: 11
Views: 5095

Re: NRPE installed on Docker connectivity issue

Anything NRPE is doing is unlikely to cause this sort of behavior. It's also going to be difficult to troubleshoot a pre-built Docker container that we didn't put together ourselves. Can you post your nagios.cfg file so we can get a better idea of what this setup looks like? It's typically located i...
by mcapra
Wed Mar 01, 2017 3:55 pm
Forum: Nagios XI
Topic: NRDP Not Showing Unconfigured Objects
Replies: 21
Views: 10477

Re: NRDP Not Showing Unconfigured Objects

We would have to see the existing Apache configurations being leveraged. Most of the NRDP directives exist in /etc/httpd/conf.d/nrdp.conf , but this isn't accounting for any sort of additional hardening done against Apache itself. If you can provide your entire apache configurations being used, we c...
by mcapra
Wed Mar 01, 2017 2:17 pm
Forum: Nagios XI
Topic: Monitor sessions per user
Replies: 1
Views: 45

Re: Monitor sessions per user

You could probably look at the volume of requests showing up in access_log and at least get a unique IP/host of someone who's got an awful lot of requests coming in. But based on how we authenticate those AJAX requests on the back-end, there isn't an easy way to tie the authentication token to any s...