Search found 4158 matches

by sreinhardt
Wed Jan 14, 2015 1:54 pm
Forum: Nagios XI
Topic: SNMP Traps coming in as experimental
Replies: 14
Views: 1257

Re: SNMP Traps coming in as experimental

It's actually not different, and its not really that nagios can't handle it. The route a trap takes is like so: remote device -> snmptrapd -> spooled file -> snmptt -> exec line to snmptraphandling.py -> nagios check result The trap sent from your device is perfectly fine, but they choose to use int...
by sreinhardt
Wed Jan 14, 2015 1:02 pm
Forum: Nagios XI
Topic: SNMP Traps coming in as experimental
Replies: 14
Views: 1257

Re: SNMP Traps coming in as experimental

OK, so we can see everything is coming in properly as numeric and your system is registering the integer sent. The problem here is two fold, 1 snmptt just relays the information and does not provide context to the value and 2, snmptraphandler.py is not understanding how to do the conversion. In your...
by sreinhardt
Wed Jan 14, 2015 11:50 am
Forum: Nagios XI
Topic: Netapp Network Bandwidth with SNMP
Replies: 9
Views: 632

Re: Netapp Network Bandwidth with SNMP

Ok this is going to get a bit tricky, and is something I haven't done before, but it seems straightforward enough. First, let's run that same snmpwalk command, and we want to get numeric oid's, unless you already know them. Second, we want to use those oids and your device's IP to modify the config ...
by sreinhardt
Tue Jan 13, 2015 5:50 pm
Forum: Nagios XI
Topic: Nagios 2014R2.3 on VM HIGH LOAD SPIKES
Replies: 51
Views: 8225

Re: Nagios 2014R2.3 on VM HIGH LOAD SPIKES

It's possible that vmware tools might have an impact on this. How much so, I am unsure. Let us know what happens, and we can go from there.
by sreinhardt
Tue Jan 13, 2015 5:43 pm
Forum: Open Source Nagios Projects
Topic: False positives avoidance
Replies: 22
Views: 15731

Re: False positives avoidance

Agreed, check_multi is a very different beast, and the quote you mentioned is one of the prime reasons why. BPI while complex, allows for logical dependencies and relatively easy configuration depending on what you are attempting to do. Check_multi is fine, but it does not concern itself with what y...
by sreinhardt
Tue Jan 13, 2015 5:38 pm
Forum: Nagios Log Server
Topic: Can't Save Imported Dashboard
Replies: 13
Views: 5233

Re: Can't Save Imported Dashboard

I presume you are still referencing saving an imported dashboard? As to your question of can we fix this, absolutely, it's just a matter of confirming, then finding, then resolving the bug.
by sreinhardt
Tue Jan 13, 2015 5:33 pm
Forum: Nagios XI
Topic: Manage Host/Service Notification Commands not working
Replies: 7
Views: 528

Re: Manage Host/Service Notification Commands not working

This is not actually an issue. Users have very specific settings within the postgres database that the xi notification handlers require. Creating just a contact and not an associated user, will almost always fail to notify your recipient. If you do have the contacts associated with a user, emails as...
by sreinhardt
Tue Jan 13, 2015 5:30 pm
Forum: Nagios Log Server
Topic: Problem index log every day
Replies: 40
Views: 24758

Re: Problem index log every day

Sounds great, let us know how it goes!
by sreinhardt
Tue Jan 13, 2015 5:23 pm
Forum: Nagios XI
Topic: nagiosXI website check for monitoring SSO websites
Replies: 3
Views: 1649

Re: nagiosXI website check for monitoring SSO websites

More than likely selenium and webinject will be the route you need to take. I'd suggest looking at the following:

http://assets.nagios.com/downloads/nagi ... ios-XI.pdf
http://assets.nagios.com/downloads/nagi ... ios-XI.pdf
by sreinhardt
Tue Jan 13, 2015 5:19 pm
Forum: Nagios XI
Topic: check_http NTLM authentication
Replies: 3
Views: 439

Re: check_http NTLM authentication

Not at this point, although provided the rest of my planning goes as expected there should be major changes sooner rather than later that would allow this. Currently properly implementing ntlm authentication would require some major work to check_http, however there are other plugins that would like...