Search found 67 matches
- Fri Dec 04, 2015 5:18 pm
- Forum: Nagios XI
- Topic: BPI Consider Soft State as PROBLEM
- Replies: 10
- Views: 588
Re: BPI Consider Soft State as PROBLEM
Nagios 5R1.0
- Fri Dec 04, 2015 9:22 am
- Forum: Nagios XI
- Topic: BPI Consider Soft State as PROBLEM
- Replies: 10
- Views: 588
Re: BPI Consider Soft State as PROBLEM
Any update about this issue?
- Tue Oct 06, 2015 1:56 pm
- Forum: Nagios XI
- Topic: Cannot create/update BPI After Upgrate to XI5.1
- Replies: 3
- Views: 202
Re: Cannot create/update BPI After Upgrate to XI5.1
It's working now! Thanks Jomann, you can go ahead and close this thread.
- Tue Oct 06, 2015 1:32 pm
- Forum: Nagios XI
- Topic: Cannot create/update BPI After Upgrate to XI5.1
- Replies: 3
- Views: 202
Cannot create/update BPI After Upgrate to XI5.1
Hello experts. It's seems that when you write the configuration of a BPI, Nagios it's using the wrong character to update BPI Config file. This error can be easily reproduced. Just create a new BPI or add more host/services to an already created: Screen Shot 2015-10-06 at 15.22.31.png After opening ...
- Mon Oct 05, 2015 2:19 pm
- Forum: Nagios XI
- Topic: EventHandler on Distribute Nagios XI - GEARMAN
- Replies: 14
- Views: 1131
Re: EventHandler on Distribute Nagios XI - GEARMAN
When you pass a config file doesn't need to pass "--eventhandler" as a parameter since this attribute it's defined inside the config. file, but, I've just tested with "--venthandler" and again the worker didn't received the event handler check. So it looks like that the worker ha...
- Wed Sep 30, 2015 8:07 am
- Forum: Nagios XI
- Topic: EventHandler on Distribute Nagios XI - GEARMAN
- Replies: 14
- Views: 1131
Re: EventHandler on Distribute Nagios XI - GEARMAN
Queue Name | Worker Available | Jobs Waiting | Jobs Running
----------------------------------------------------------------------
check_results | 1 | 0 | 0
eventhandler | 10 | 0 | 0
...
----------------------------------------------------------------------
check_results | 1 | 0 | 0
eventhandler | 10 | 0 | 0
...
- Mon Sep 28, 2015 1:26 pm
- Forum: Nagios XI
- Topic: EventHandler on Distribute Nagios XI - GEARMAN
- Replies: 14
- Views: 1131
Re: EventHandler on Distribute Nagios XI - GEARMAN
Yes it's eventhandler=yes on both /etc/mod_gearman/mod_gearman_neb.conf Nagios Server and on the worker.
I've debugged here, there is no error log on Worker nor in gearmand. The eventhandler it's been executed but by the local worker (Inside the Nagios XI Server)
I've debugged here, there is no error log on Worker nor in gearmand. The eventhandler it's been executed but by the local worker (Inside the Nagios XI Server)
- Mon Sep 28, 2015 7:15 am
- Forum: Nagios XI
- Topic: EventHandler on Distribute Nagios XI - GEARMAN
- Replies: 14
- Views: 1131
Re: EventHandler on Distribute Nagios XI - GEARMAN
It was already configured. Check my broker config:
broker_module=/usr/lib64/mod_gearman/mod_gearman.o key=mykey server=myIP eventhandler=yes hosts=yes services=yes hostgroups=ABC,XXX,YYY
Worker:
eventhandler=yes
services=no
hosts=no
hostgroups=ABC
It's ok right? It's not working.
broker_module=/usr/lib64/mod_gearman/mod_gearman.o key=mykey server=myIP eventhandler=yes hosts=yes services=yes hostgroups=ABC,XXX,YYY
Worker:
eventhandler=yes
services=no
hosts=no
hostgroups=ABC
It's ok right? It's not working.
- Fri Sep 25, 2015 7:07 pm
- Forum: Nagios XI
- Topic: EventHandler on Distribute Nagios XI - GEARMAN
- Replies: 14
- Views: 1131
Re: EventHandler on Distribute Nagios XI - GEARMAN
Ok, got it. I'll try this as soon as possible.
- Wed Sep 23, 2015 7:17 am
- Forum: Nagios XI
- Topic: BPI Consider Soft State as PROBLEM
- Replies: 10
- Views: 588
Re: BPI Consider Soft State as PROBLEM
Any news?