Search found 4158 matches

by sreinhardt
Mon Jan 12, 2015 5:49 pm
Forum: Nagios Log Server
Topic: 3 months of NLS - my wishlist for development
Replies: 17
Views: 5814

Re: 3 months of NLS - my wishlist for development

Seamless auth between an XI and an NLS system might be a little tricky, but something we can think about. The rotating dashboards is a pretty great idea though.
by sreinhardt
Mon Jan 12, 2015 3:42 pm
Forum: Nagios XI
Topic: Mod Gearman Installation Issue
Replies: 21
Views: 715

Re: Mod Gearman Installation Issue

In gearman_top, there is a line check_results => What exactly woudl this be showing? it seems to always stay on 1 worker available. Unless you have an absurdly busy system, this should stay at 1, reaping check results should not take much time. hostgroup_all_srv_gearman => The waiting and running j...
by sreinhardt
Fri Jan 09, 2015 4:41 pm
Forum: Nagios Log Server
Topic: Problem index log every day
Replies: 40
Views: 24758

Re: Problem index log every day

I'd also like to have you apply the fix here: http://support.nagios.com/forum/viewtop ... er#p122363
You may not be seeing crashes, but it seems to be similar issues.
by sreinhardt
Fri Jan 09, 2015 4:11 pm
Forum: Nagios XI
Topic: Upgrade PHP on Nagios XI 2014R2.3
Replies: 7
Views: 1665

Re: Upgrade PHP on Nagios XI 2014R2.3

Good point, I had forgotten you did that.
by sreinhardt
Fri Jan 09, 2015 4:10 pm
Forum: Nagios XI
Topic: Send custom msg to NSClient from AnyApp.exe running on host
Replies: 10
Views: 472

Re: Send custom msg to NSClient from AnyApp.exe running on h

nsclient has internal handlers for checking if a particular process name is running. Those commands should be aliased in by default. Depending on what you are looking for with logging, there is some internal log handling although often a powershell or vbs script might be better. http://exchange.nagi...
by sreinhardt
Fri Jan 09, 2015 3:29 pm
Forum: Open Source Nagios Projects
Topic: KVM guest to guest 'No data received from host'
Replies: 20
Views: 7793

Re: KVM guest to guest 'No data received from host'

Let's start with an nmap and make sure those ports are available.

Code: Select all

nmap -p 5666,12489 [remote host\ip]
by sreinhardt
Fri Jan 09, 2015 3:18 pm
Forum: Nagios XI
Topic: SNMP Walk not using vendor MIB
Replies: 11
Views: 1477

Re: SNMP Walk not using vendor MIB

This is a mixed issue of ours and snmp binaries. By default they will not pull in all mibs when run, additionally providing -m ALL which should import all mibs, generally causes more issues than it resolves. We do have a current feature request to add selecting a specific mib to walk within the wiza...
by sreinhardt
Fri Jan 09, 2015 3:15 pm
Forum: Open Source Nagios Projects
Topic: Periodically, there are multiple Nagios processes running
Replies: 1
Views: 2644

Re: Periodically, there are multiple Nagios processes runnin

There have been several possible issues for this. Core 3.0.6 is quite old, and should be updated to at least 3.5 if not 4.0.x. It is never expected, that multiple instances should be running. It is however very likely that multiple processes are, all with a singular parent process. I think all of th...
by sreinhardt
Fri Jan 09, 2015 3:11 pm
Forum: Open Source Nagios Projects
Topic: SNMP Error in Packet
Replies: 14
Views: 25461

Re: SNMP Error in Packet

Ouch, ya i wouldn't increase it more than that, thats already a long time between an actual failure and a notification.
by sreinhardt
Fri Jan 09, 2015 3:10 pm
Forum: Nagios Log Server
Topic: 3 months of NLS - my wishlist for development
Replies: 17
Views: 5814

Re: 3 months of NLS - my wishlist for development

Good idea, we'll see about how we might implement that.