Search found 84 matches

by maartin.pii
Fri Feb 24, 2017 3:30 pm
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

I looked in the module.conf file for the Gearman Server and the following entry is in there twice localhostgroups= One has hostgroups defined and the other is empty. Remove the empty entry and see if that helps. I do have a question, what host group is the clickod1 host in? That server is not part ...
by maartin.pii
Wed Feb 22, 2017 1:34 am
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

2017-02-22 03:34:03 - localhost:4730 - v0.33 Queue Name | Worker Available | Jobs Waiting | Jobs Running ------------------------------------------------------------------------------------------------- check_results | 1 | 0 | 0 eventhandler | 117 | 0 | 0 host | 87 | 0 | 0 hostgroup_BPI_HG | 21 | 0...
by maartin.pii
Wed Feb 22, 2017 1:33 am
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

Hi Guys - I have been trying to debug this issue and still have no work around to this. I have enabled the debug log but I don't see any errors. The behavior is always the same: 1) A host arrive to the queue 2) It's been scheduled to run a few minutes later 3) Get orphan (1st attemp) 4) It get sched...
by maartin.pii
Fri Jan 27, 2017 9:40 am
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

bheden wrote:What version of gearmand are you running?

Code: Select all

# rpm -qa | grep gearm
gearmand-devel-0.33-2.x86_64
mod_gearman2-2.1.1-1.el7.centos.x86_64
gearmand-server-0.33-2.x86_64
gearmand-0.33-2.x86_64
gearmand-debuginfo-0.33-2.x86_64
by maartin.pii
Thu Jan 26, 2017 1:08 pm
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

Another SS of what I was trying to explain on my previous reply.
by maartin.pii
Thu Jan 26, 2017 1:04 pm
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

Can you show us the full output of gearman_top2 from the gearman machine? 2017-01-26 14:56:50 - localhost:4730 - v0.33 Queue Name | Worker Available | Jobs Waiting | Jobs Running ------------------------------------------------------------------------------------------------- check_results | 1 | 0 ...
by maartin.pii
Wed Jan 25, 2017 1:12 pm
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

I don't believe it's permission, but possibly routing. When you ran the check - did you run check_icmp against 127.0.0.1 or did you specify the IP of a check that is failing? If it's routing related, 10.0.0.0/8 may not have a route to 192.168.5.0/24. One of the workers may not be able to reach 192....
by maartin.pii
Tue Jan 24, 2017 9:35 am
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

All of the gearman workers that have the directive 'hosts=yes' have the necessary routes to the hosts. Your first step is going to be logging in to each of the 6 gearman workers and manually running the host check command in its entirety. It will likely be something like this: /usr/local/nagios/lib...
by maartin.pii
Fri Jan 20, 2017 1:07 pm
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

Let's redefine the problem for clarity: Some hostchecks are being sent to a gearman worker where they are failing. This begs the question ..do all of the gearman workers have the proper routes to all of the hosts? If not, maybe just having a generic catchall hosts=yes isn't going to work for you. Y...
by maartin.pii
Wed Jan 18, 2017 10:45 pm
Forum: Nagios XI
Topic: NagiosXI+Remote-Workers-(Distributed Monitoring)
Replies: 30
Views: 2851

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

After reviewing the configuration files you posted, a few things stick out: You do not have all of your hostgroups listed in the NEB config in the worker configs. Some are missing. Those will be orphaned. You have some hostgroups specified in both the hostgroups directive and the localhostgroups. I...