Search found 3722 matches

by mcapra
Wed Feb 22, 2017 12:54 pm
Forum: Nagios XI
Topic: Problems With NRDP Clients - Windows and Mac
Replies: 37
Views: 5137

Re: Problems With NRDP Clients - Windows and Mac

It was previously suggested by Nagios support that we use NRDP because of this. NCPA is pretty good at speaking NRDP, which is why I recommended it. It's not exclusively used for active checks, and in this case I think it would be beneficial since we can do some much richer troubleshooting when eve...
by mcapra
Wed Feb 22, 2017 12:29 pm
Forum: Nagios Log Server
Topic: Filter build help..
Replies: 10
Views: 251

Re: Filter build help..

So that explains the syslog typed messages, but are you getting api_access typed messages into NLS at all? Even if rsyslog is tossing them into /var/log/messages for some reason, the rule should still be shipping the file's contents to the destination on 5514. You could try adding a udp rule to your...
by mcapra
Wed Feb 22, 2017 11:45 am
Forum: Nagios XI
Topic: No Logs are being made at server
Replies: 6
Views: 130

Re: No Logs are being made at server

It looks like one of the outputs may have been excluded. Can we see:

Code: Select all

ls -al /usr/local/nagios/var/archives
Can you also PM me a system profile? From the Nagios XI GUI, you can gather a profile via Admin -> System Profile -> Download Profile.
by mcapra
Wed Feb 22, 2017 10:57 am
Forum: Nagios Log Server
Topic: Filter build help..
Replies: 10
Views: 251

Re: Filter build help..

Hmm, the filter looks solid so I don't think that's the problem. Can you share the outputs of the following commands executed from a Nagios Log Server node: grep '' /usr/local/nagioslogserver/logstash/etc/conf.d/* netstat -an | grep 5514 As well as the outputs of the following commands executed from...
by mcapra
Tue Feb 21, 2017 5:06 pm
Forum: Nagios XI
Topic: Problems With NRDP Clients - Windows and Mac
Replies: 37
Views: 5137

Re: Problems With NRDP Clients - Windows and Mac

I'll only push this once, but NCPA might be a better option for handling passive checks. The NRDS clients we distribute are a bit dated. NCPA 2.1 will be able to accept NRDS configurations and will probably replace the NRDS clients in the long term. I would suggest reviewing NCPA to see if it fits y...
by mcapra
Tue Feb 21, 2017 4:42 pm
Forum: Nagios XI
Topic: Nagios XI Config Failed
Replies: 28
Views: 7549

Re: Nagios XI Config Failed

Can you share the full contents of _multiple_host.cfg ? Feel free to PM it if sensitive information is contained within, Can you also send over a full system profile? From the Nagios XI GUI, you can gather a profile via Admin -> System Profile -> Download Profile. There's probably some small thing t...
by mcapra
Tue Feb 21, 2017 3:26 pm
Forum: Nagios Log Server
Topic: A question about the output filter
Replies: 4
Views: 75

Re: A question about the output filter

The receiving ELK stack's Logstash input should be leveraging the JSON codec, unless you have a filter rule that matches if [type] == 'json' and then parses the message as JSON. Here's the stock JSON input we use for NLS, it should work just as well on an OSS ELK stack: tcp { type => 'import_json' t...
by mcapra
Tue Feb 21, 2017 12:15 pm
Forum: Nagios XI
Topic: CHECK_NRPE: Error - Could not complete SSL handshake
Replies: 1
Views: 378

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Can you share the output of the following commands executed from the CLI of your Nagios XI machine: # yum install nmap if not already installed nmap -sS -O -p5666 192.168.67.97 /usr/local/nagios/libexec/check_nrpe /usr/local/nagios/libexec/check_nrpe -H <remote_host> -n /usr/local/nagios/libexec/che...
by mcapra
Tue Feb 21, 2017 12:02 pm
Forum: Open Source Nagios Projects
Topic: NSClient - ERROR: Could not get value
Replies: 3
Views: 2200

Re: NSClient - ERROR: Could not get value

You might try using the latest stable versions of:

0.4.4 - https://github.com/mickem/nscp/releases ... 23-x64.msi
0.5.0 - https://github.com/mickem/nscp/releases ... 62-x64.msi

And see if either of those resolve the issue.
by mcapra
Tue Feb 21, 2017 11:56 am
Forum: Open Source Nagios Projects
Topic: check_http to ensure 403 response
Replies: 5
Views: 9829

Re: check_http to ensure 403 response

Hmm, this works as expected for me: [root@xi-stable var]# /usr/local/nagios/libexec/check_http -H 192.168.67.1 -u /nagiosxi/includes/ HTTP WARNING: HTTP/1.1 403 Forbidden - 430 bytes in 0.000 second response time |time=0.000358s;;;0.000000 size=430B;;;0 [root@xi-stable var]# /usr/local/nagios/libexe...