Search found 4158 matches

by sreinhardt
Wed Jan 14, 2015 4:29 pm
Forum: Nagios XI
Topic: Nagios XI showing different results via GUI than plugin
Replies: 6
Views: 226

Re: Nagios XI showing different results via GUI than plugin

This sounds like something best handled in a ticket, as we will possibly need to do a remote and almost definitely will need to see a current config snapshot. If you could, send in an email with a link to this thread to xisupport@nagios.com. Please also attach a profile.zip from Admin->System Profil...
by sreinhardt
Wed Jan 14, 2015 4:21 pm
Forum: Open Source Nagios Projects
Topic: Configuring Nagios Cross Platform Agent (NCPA)
Replies: 56
Views: 24691

Re: Configuring Nagios Cross Platform Agent (NCPA)

As slansing mentioned, config name and everything except token is optional and only used for nrdp\nrds. If you are planning to use just active checks with check_ncpa, you do not need the passive section at all, and it may be left entirely blank without worry.
by sreinhardt
Wed Jan 14, 2015 4:14 pm
Forum: Nagios Log Server
Topic: RHEL 7 running nagioslogserver as unprivileged user
Replies: 6
Views: 2391

Re: RHEL 7 running nagioslogserver as unprivileged user

setcap should still work, but this is more than likely related to trusted path issues not so much permissions once setcap is enabled. Are you getting any specific error messages in the logstash logs or /var/log/messages when starting the service with a non-root user, setcap enabled, and low ports en...
by sreinhardt
Wed Jan 14, 2015 3:49 pm
Forum: Nagios XI
Topic: check_http insecure SSL
Replies: 7
Views: 561

Re: check_http insecure SSL

Good thing you added the domain in there. It's just check_http not playing nice with autonegotiation, and your server wanting sslv2. Try:

Code: Select all

./check_http -H tdocs.trinitylogisticsonline.com -p 4443 -S2 -vvv
by sreinhardt
Wed Jan 14, 2015 3:26 pm
Forum: Nagios XI
Topic: Netapp Network Bandwidth with SNMP
Replies: 9
Views: 632

Re: Netapp Network Bandwidth with SNMP

You're welcome, sounds good we'll wait to hear from you.
by sreinhardt
Wed Jan 14, 2015 3:02 pm
Forum: Nagios XI
Topic: check_http insecure SSL
Replies: 7
Views: 561

Re: check_http insecure SSL

I assume you are, but are you using -S and possibly -S3? Could you post the output from appending -vvv for me?
by sreinhardt
Wed Jan 14, 2015 3:01 pm
Forum: Nagios XI
Topic: check_http NTLM authentication
Replies: 3
Views: 439

Re: check_http NTLM authentication

I am honestly not 100% sure if webinject does support ntlm or not, however I strongly prefer selenium if I need to do transactional checks anyway. Selenium, if only because of the massive number of languages it can export into, should definitely support ntlm. Sorry about it not being the answer you ...
by sreinhardt
Wed Jan 14, 2015 2:57 pm
Forum: Nagios XI
Topic: check_http insecure SSL
Replies: 7
Views: 561

Re: check_http insecure SSL

You're gonna make me lookup curl usage aren't you? If I recall, that is just an ignore ssl cert errors and continue, correct? If so, the default behavior would already include this, as check_http should never care about expiration or hostname to cert name matching, unless you specify it to check day...
by sreinhardt
Wed Jan 14, 2015 2:50 pm
Forum: Nagios XI
Topic: SNMP Walk not using vendor MIB
Replies: 11
Views: 1483

Re: SNMP Walk not using vendor MIB

Thanks, that is just about exactly what we started with as well. Can we lock this up?
by sreinhardt
Wed Jan 14, 2015 2:19 pm
Forum: Nagios XI
Topic: NagiosXI 2014/ Core 4.x with mod_gearman-1.5
Replies: 9
Views: 1631

Re: NagiosXI 2014/ Core 4.x with mod_gearman-1.5

No, our rpm of gearman, includes the neb module and the worker both at 1.5. The major benefit other than many bug fixes, is that we support the use of the latest rpm based gearmand instead of forcing several year out of date versions. Using the yum localinstall command will cause gearmand and all ne...