Re: Mod Gearman Installation Issue
Posted: Fri Jan 09, 2015 5:03 am
Hello,
So I was able to add a hostgroup and servicegroup to the gearman config files. When I do a gearman_top, I can see the configured hostgroup and servicegroup, but I never see any jobs waiting or jobs running. See screenshot.
Extract of mod_gearman_neb.conf on the Nagios XI Production server:
Extract of /etc/mod_gearman/mod_gearman_worker.conf on the worker node.
The hostgroup contains four Windows hosts. I edited the nscleint ini file and added the ip address of the worker node.
What am I doing wrong? I'd like to see some jobs queued or running on the worker node when I schedule immediate check for all services on soem of the hosts in the hostgroup all_srv_gearman.
Tried setting debug=2, but /var/log/mod_gearman/mod_gearman_neb.log is not even being created it seems. On the worker node the /var/log/mod_gearman/mod_gearman_worker.log file does recive debug and trace info, but I'm not sure what it means.
What ahppens if in the nsclient.ini file , the mrtg ip is not set in allowed_from? WIll the check fail, or wil it be executed on the Nagios XI production server?
Thanks for any help / advice on this.. Reread http://assets.nagios.com/downloads/nagi ... ios_XI.pdf 5 times, config is exact as in the procedure. Shared key is the same. When I remove the ip of the Nagios XI prod server from allowed_from on a server in the all_srv_gearman test hostgroup, I get "CHECK_NRPE: Error - Could not complete SSL handshake.", so checks are still executed locally...
Grtz
Willem
So I was able to add a hostgroup and servicegroup to the gearman config files. When I do a gearman_top, I can see the configured hostgroup and servicegroup, but I never see any jobs waiting or jobs running. See screenshot.
Extract of mod_gearman_neb.conf on the Nagios XI Production server:
Code: Select all
# defines if the module should distribute execution of
# eventhandlers.
eventhandler=no
# defines if the module should distribute execution of
# service checks.
services=yes
# defines if the module should distribute execution of
# host checks.
hosts=yes
# sets a list of hostgroups which will go into seperate
# queues. Either specify a comma seperated list or use
# multiple lines.
hostgroups=all_srv_gearman
#hostgroups=name2,name3
# sets a list of servicegroups which will go into seperate
# queues.
servicegroups=all_gearman_services
Code: Select all
# defines if the module should distribute execution of
# eventhandlers.
eventhandler=no
# defines if the module should distribute execution of
# service checks.
services=yes
# defines if the module should distribute execution of
# host checks.
hosts=yes
# sets a list of hostgroups which will go into seperate
# queues. Either specify a comma seperated list or use
# multiple lines.
hostgroups=all_srv_gearman
#hostgroups=name2,name3
# sets a list of servicegroups which will go into seperate
# queues.
servicegroups=all_gearman_services
What am I doing wrong? I'd like to see some jobs queued or running on the worker node when I schedule immediate check for all services on soem of the hosts in the hostgroup all_srv_gearman.
Tried setting debug=2, but /var/log/mod_gearman/mod_gearman_neb.log is not even being created it seems. On the worker node the /var/log/mod_gearman/mod_gearman_worker.log file does recive debug and trace info, but I'm not sure what it means.
Code: Select all
[2015-01-09 11:58:04][6547][TRACE] idle_sighandler(14)
[2015-01-09 11:58:04][6547][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:04][6547][TRACE] cleaning worker
[2015-01-09 11:58:04][6547][TRACE] cleaning client
[2015-01-09 11:58:04][6552][TRACE] idle_sighandler(14)
[2015-01-09 11:58:04][6552][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:04][6552][TRACE] cleaning worker
[2015-01-09 11:58:04][6552][TRACE] cleaning client
[2015-01-09 11:58:04][6550][TRACE] idle_sighandler(14)
[2015-01-09 11:58:04][6550][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:04][6550][TRACE] cleaning worker
[2015-01-09 11:58:04][6550][TRACE] cleaning client
[2015-01-09 11:58:04][6548][TRACE] idle_sighandler(14)
[2015-01-09 11:58:04][6548][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:04][6548][TRACE] cleaning worker
[2015-01-09 11:58:04][6548][TRACE] cleaning client
[2015-01-09 11:58:04][6551][TRACE] idle_sighandler(14)
[2015-01-09 11:58:04][6551][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:04][6551][TRACE] cleaning worker
[2015-01-09 11:58:04][6551][TRACE] cleaning client
[2015-01-09 11:58:04][6549][TRACE] idle_sighandler(14)
[2015-01-09 11:58:04][6549][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:04][6549][TRACE] cleaning worker
[2015-01-09 11:58:04][6549][TRACE] cleaning client
[2015-01-09 11:58:05][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:05][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:05][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:05][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:05][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:05][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:05][5748][TRACE] make_new_child(2)
[2015-01-09 11:58:05][5748][TRACE] forking status worker
[2015-01-09 11:58:05][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:05][5748][TRACE] forking worker
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index() -> 4
[2015-01-09 11:58:05][6554][DEBUG] child started with pid: 6554
[2015-01-09 11:58:05][6554][TRACE] status worker client started
[2015-01-09 11:58:05][6554][TRACE] set_worker()
[2015-01-09 11:58:05][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:05][5748][TRACE] forking worker
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index() -> 5
[2015-01-09 11:58:05][6554][TRACE] create_client()
[2015-01-09 11:58:05][6554][TRACE] create_client_dup()
[2015-01-09 11:58:05][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:05][5748][TRACE] forking worker
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index() -> 6
[2015-01-09 11:58:05][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:05][5748][TRACE] forking worker
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index() -> 7
[2015-01-09 11:58:05][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:05][5748][TRACE] forking worker
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:05][5748][TRACE] get_next_shm_index() -> 8
[2015-01-09 11:58:05][6559][DEBUG] child started with pid: 6559
[2015-01-09 11:58:05][6559][TRACE] job worker client started
[2015-01-09 11:58:05][6559][TRACE] set_worker()
[2015-01-09 11:58:05][6559][TRACE] create_client()
[2015-01-09 11:58:05][6559][TRACE] create_client_dup()
[2015-01-09 11:58:05][6557][DEBUG] child started with pid: 6557
[2015-01-09 11:58:05][6557][TRACE] job worker client started
[2015-01-09 11:58:05][6557][TRACE] set_worker()
[2015-01-09 11:58:05][6558][DEBUG] child started with pid: 6558
[2015-01-09 11:58:05][6556][DEBUG] child started with pid: 6556
[2015-01-09 11:58:05][6556][TRACE] job worker client started
[2015-01-09 11:58:05][6556][TRACE] set_worker()
[2015-01-09 11:58:05][6557][TRACE] create_client()
[2015-01-09 11:58:05][6557][TRACE] create_client_dup()
[2015-01-09 11:58:05][6556][TRACE] create_client()
[2015-01-09 11:58:05][6558][TRACE] job worker client started
[2015-01-09 11:58:05][6556][TRACE] create_client_dup()
[2015-01-09 11:58:05][6558][TRACE] set_worker()
[2015-01-09 11:58:05][6558][TRACE] create_client()
[2015-01-09 11:58:05][6558][TRACE] create_client_dup()
[2015-01-09 11:58:05][6555][DEBUG] child started with pid: 6555
[2015-01-09 11:58:05][6555][TRACE] job worker client started
[2015-01-09 11:58:05][6555][TRACE] set_worker()
[2015-01-09 11:58:05][6555][TRACE] create_client()
[2015-01-09 11:58:05][6555][TRACE] create_client_dup()
[2015-01-09 11:58:35][6556][TRACE] idle_sighandler(14)
[2015-01-09 11:58:35][6556][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:35][6556][TRACE] cleaning worker
[2015-01-09 11:58:35][6556][TRACE] cleaning client
[2015-01-09 11:58:35][6554][TRACE] idle_sighandler(14)
[2015-01-09 11:58:35][6554][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:35][6554][TRACE] cleaning worker
[2015-01-09 11:58:35][6554][TRACE] cleaning client
[2015-01-09 11:58:35][6555][TRACE] idle_sighandler(14)
[2015-01-09 11:58:35][6555][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:35][6555][TRACE] cleaning worker
[2015-01-09 11:58:35][6555][TRACE] cleaning client
[2015-01-09 11:58:35][6558][TRACE] idle_sighandler(14)
[2015-01-09 11:58:35][6558][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:35][6558][TRACE] cleaning worker
[2015-01-09 11:58:35][6558][TRACE] cleaning client
[2015-01-09 11:58:35][6559][TRACE] idle_sighandler(14)
[2015-01-09 11:58:35][6559][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:35][6559][TRACE] cleaning worker
[2015-01-09 11:58:35][6559][TRACE] cleaning client
[2015-01-09 11:58:35][6557][TRACE] idle_sighandler(14)
[2015-01-09 11:58:35][6557][TRACE] clean_worker_exit(0)
[2015-01-09 11:58:35][6557][TRACE] cleaning worker
[2015-01-09 11:58:35][6557][TRACE] cleaning client
[2015-01-09 11:58:36][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:36][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:36][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:36][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:36][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:36][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:58:36][5748][TRACE] make_new_child(2)
[2015-01-09 11:58:36][5748][TRACE] forking status worker
[2015-01-09 11:58:36][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:36][5748][TRACE] forking worker
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index() -> 4
[2015-01-09 11:58:36][6621][DEBUG] child started with pid: 6621
[2015-01-09 11:58:36][6621][TRACE] status worker client started
[2015-01-09 11:58:36][6621][TRACE] set_worker()
[2015-01-09 11:58:36][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:36][5748][TRACE] forking worker
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index() -> 5
[2015-01-09 11:58:36][6621][TRACE] create_client()
[2015-01-09 11:58:36][6621][TRACE] create_client_dup()
[2015-01-09 11:58:36][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:36][5748][TRACE] forking worker
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index() -> 6
[2015-01-09 11:58:36][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:36][5748][TRACE] forking worker
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index() -> 7
[2015-01-09 11:58:36][5748][TRACE] make_new_child(0)
[2015-01-09 11:58:36][5748][TRACE] forking worker
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index()
[2015-01-09 11:58:36][5748][TRACE] get_next_shm_index() -> 8
[2015-01-09 11:58:36][6626][DEBUG] child started with pid: 6626
[2015-01-09 11:58:36][6626][TRACE] job worker client started
[2015-01-09 11:58:36][6626][TRACE] set_worker()
[2015-01-09 11:58:36][6626][TRACE] create_client()
[2015-01-09 11:58:36][6626][TRACE] create_client_dup()
[2015-01-09 11:58:36][6624][DEBUG] child started with pid: 6624
[2015-01-09 11:58:36][6624][TRACE] job worker client started
[2015-01-09 11:58:36][6624][TRACE] set_worker()
[2015-01-09 11:58:36][6624][TRACE] create_client()
[2015-01-09 11:58:36][6624][TRACE] create_client_dup()
[2015-01-09 11:58:36][6625][DEBUG] child started with pid: 6625
[2015-01-09 11:58:36][6625][TRACE] job worker client started
[2015-01-09 11:58:36][6625][TRACE] set_worker()
[2015-01-09 11:58:36][6625][TRACE] create_client()
[2015-01-09 11:58:36][6625][TRACE] create_client_dup()
[2015-01-09 11:58:36][6623][DEBUG] child started with pid: 6623
[2015-01-09 11:58:36][6623][TRACE] job worker client started
[2015-01-09 11:58:36][6623][TRACE] set_worker()
[2015-01-09 11:58:36][6623][TRACE] create_client()
[2015-01-09 11:58:36][6623][TRACE] create_client_dup()
[2015-01-09 11:58:36][6622][DEBUG] child started with pid: 6622
[2015-01-09 11:58:36][6622][TRACE] job worker client started
[2015-01-09 11:58:36][6622][TRACE] set_worker()
[2015-01-09 11:58:36][6622][TRACE] create_client()
[2015-01-09 11:58:36][6622][TRACE] create_client_dup()
[2015-01-09 11:59:06][6626][TRACE] idle_sighandler(14)
[2015-01-09 11:59:06][6626][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:06][6626][TRACE] cleaning worker
[2015-01-09 11:59:06][6626][TRACE] cleaning client
[2015-01-09 11:59:06][6624][TRACE] idle_sighandler(14)
[2015-01-09 11:59:06][6624][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:06][6624][TRACE] cleaning worker
[2015-01-09 11:59:06][6624][TRACE] cleaning client
[2015-01-09 11:59:06][6622][TRACE] idle_sighandler(14)
[2015-01-09 11:59:06][6622][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:06][6622][TRACE] cleaning worker
[2015-01-09 11:59:06][6622][TRACE] cleaning client
[2015-01-09 11:59:06][6625][TRACE] idle_sighandler(14)
[2015-01-09 11:59:06][6625][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:06][6625][TRACE] cleaning worker
[2015-01-09 11:59:06][6625][TRACE] cleaning client
[2015-01-09 11:59:06][6621][TRACE] idle_sighandler(14)
[2015-01-09 11:59:06][6621][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:06][6621][TRACE] cleaning worker
[2015-01-09 11:59:06][6621][TRACE] cleaning client
[2015-01-09 11:59:06][6623][TRACE] idle_sighandler(14)
[2015-01-09 11:59:06][6623][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:06][6623][TRACE] cleaning worker
[2015-01-09 11:59:06][6623][TRACE] cleaning client
[2015-01-09 11:59:07][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:07][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:07][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:07][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:07][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:07][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:07][5748][TRACE] make_new_child(2)
[2015-01-09 11:59:07][5748][TRACE] forking status worker
[2015-01-09 11:59:07][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:07][5748][TRACE] forking worker
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index() -> 4
[2015-01-09 11:59:07][6660][DEBUG] child started with pid: 6660
[2015-01-09 11:59:07][6660][TRACE] status worker client started
[2015-01-09 11:59:07][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:07][5748][TRACE] forking worker
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index() -> 5
[2015-01-09 11:59:07][6660][TRACE] set_worker()
[2015-01-09 11:59:07][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:07][5748][TRACE] forking worker
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index() -> 6
[2015-01-09 11:59:07][6660][TRACE] create_client()
[2015-01-09 11:59:07][6660][TRACE] create_client_dup()
[2015-01-09 11:59:07][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:07][5748][TRACE] forking worker
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index() -> 7
[2015-01-09 11:59:07][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:07][5748][TRACE] forking worker
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:07][5748][TRACE] get_next_shm_index() -> 8
[2015-01-09 11:59:07][6665][DEBUG] child started with pid: 6665
[2015-01-09 11:59:07][6665][TRACE] job worker client started
[2015-01-09 11:59:07][6665][TRACE] set_worker()
[2015-01-09 11:59:07][6665][TRACE] create_client()
[2015-01-09 11:59:07][6665][TRACE] create_client_dup()
[2015-01-09 11:59:07][6663][DEBUG] child started with pid: 6663
[2015-01-09 11:59:07][6663][TRACE] job worker client started
[2015-01-09 11:59:07][6663][TRACE] set_worker()
[2015-01-09 11:59:07][6663][TRACE] create_client()
[2015-01-09 11:59:07][6663][TRACE] create_client_dup()
[2015-01-09 11:59:07][6664][DEBUG] child started with pid: 6664
[2015-01-09 11:59:07][6664][TRACE] job worker client started
[2015-01-09 11:59:07][6664][TRACE] set_worker()
[2015-01-09 11:59:07][6664][TRACE] create_client()
[2015-01-09 11:59:07][6664][TRACE] create_client_dup()
[2015-01-09 11:59:07][6662][DEBUG] child started with pid: 6662
[2015-01-09 11:59:07][6662][TRACE] job worker client started
[2015-01-09 11:59:07][6661][DEBUG] child started with pid: 6661
[2015-01-09 11:59:07][6662][TRACE] set_worker()
[2015-01-09 11:59:07][6661][TRACE] job worker client started
[2015-01-09 11:59:07][6662][TRACE] create_client()
[2015-01-09 11:59:07][6661][TRACE] set_worker()
[2015-01-09 11:59:07][6662][TRACE] create_client_dup()
[2015-01-09 11:59:07][6661][TRACE] create_client()
[2015-01-09 11:59:07][6661][TRACE] create_client_dup()
[2015-01-09 11:59:37][6663][TRACE] idle_sighandler(14)
[2015-01-09 11:59:37][6663][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:37][6663][TRACE] cleaning worker
[2015-01-09 11:59:37][6663][TRACE] cleaning client
[2015-01-09 11:59:37][6665][TRACE] idle_sighandler(14)
[2015-01-09 11:59:37][6665][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:37][6665][TRACE] cleaning worker
[2015-01-09 11:59:37][6665][TRACE] cleaning client
[2015-01-09 11:59:37][6660][TRACE] idle_sighandler(14)
[2015-01-09 11:59:37][6660][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:37][6660][TRACE] cleaning worker
[2015-01-09 11:59:37][6660][TRACE] cleaning client
[2015-01-09 11:59:37][6661][TRACE] idle_sighandler(14)
[2015-01-09 11:59:37][6661][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:37][6661][TRACE] cleaning worker
[2015-01-09 11:59:37][6661][TRACE] cleaning client
[2015-01-09 11:59:37][6664][TRACE] idle_sighandler(14)
[2015-01-09 11:59:37][6664][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:37][6664][TRACE] cleaning worker
[2015-01-09 11:59:37][6664][TRACE] cleaning client
[2015-01-09 11:59:37][6662][TRACE] idle_sighandler(14)
[2015-01-09 11:59:37][6662][TRACE] clean_worker_exit(0)
[2015-01-09 11:59:37][6662][TRACE] cleaning worker
[2015-01-09 11:59:37][6662][TRACE] cleaning client
[2015-01-09 11:59:38][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:38][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:38][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:38][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:38][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:38][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 11:59:38][5748][TRACE] make_new_child(2)
[2015-01-09 11:59:38][5748][TRACE] forking status worker
[2015-01-09 11:59:38][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:38][5748][TRACE] forking worker
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index() -> 4
[2015-01-09 11:59:38][6723][DEBUG] child started with pid: 6723
[2015-01-09 11:59:38][6723][TRACE] status worker client started
[2015-01-09 11:59:38][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:38][6723][TRACE] set_worker()
[2015-01-09 11:59:38][5748][TRACE] forking worker
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index() -> 5
[2015-01-09 11:59:38][6723][TRACE] create_client()
[2015-01-09 11:59:38][6723][TRACE] create_client_dup()
[2015-01-09 11:59:38][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:38][5748][TRACE] forking worker
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index() -> 6
[2015-01-09 11:59:38][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:38][5748][TRACE] forking worker
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index() -> 7
[2015-01-09 11:59:38][5748][TRACE] make_new_child(0)
[2015-01-09 11:59:38][5748][TRACE] forking worker
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index()
[2015-01-09 11:59:38][5748][TRACE] get_next_shm_index() -> 8
[2015-01-09 11:59:38][6727][DEBUG] child started with pid: 6727
[2015-01-09 11:59:38][6727][TRACE] job worker client started
[2015-01-09 11:59:38][6727][TRACE] set_worker()
[2015-01-09 11:59:38][6727][TRACE] create_client()
[2015-01-09 11:59:38][6727][TRACE] create_client_dup()
[2015-01-09 11:59:38][6725][DEBUG] child started with pid: 6725
[2015-01-09 11:59:38][6725][TRACE] job worker client started
[2015-01-09 11:59:38][6725][TRACE] set_worker()
[2015-01-09 11:59:38][6725][TRACE] create_client()
[2015-01-09 11:59:38][6724][DEBUG] child started with pid: 6724
[2015-01-09 11:59:38][6724][TRACE] job worker client started
[2015-01-09 11:59:38][6724][TRACE] set_worker()
[2015-01-09 11:59:38][6724][TRACE] create_client()
[2015-01-09 11:59:38][6724][TRACE] create_client_dup()
[2015-01-09 11:59:38][6725][TRACE] create_client_dup()
[2015-01-09 11:59:38][6728][DEBUG] child started with pid: 6728
[2015-01-09 11:59:38][6728][TRACE] job worker client started
[2015-01-09 11:59:38][6728][TRACE] set_worker()
[2015-01-09 11:59:38][6728][TRACE] create_client()
[2015-01-09 11:59:38][6728][TRACE] create_client_dup()
[2015-01-09 11:59:38][6726][DEBUG] child started with pid: 6726
[2015-01-09 11:59:38][6726][TRACE] job worker client started
[2015-01-09 11:59:38][6726][TRACE] set_worker()
[2015-01-09 11:59:38][6726][TRACE] create_client()
[2015-01-09 11:59:38][6726][TRACE] create_client_dup()
[2015-01-09 12:00:08][6725][TRACE] idle_sighandler(14)
[2015-01-09 12:00:08][6725][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:08][6725][TRACE] cleaning worker
[2015-01-09 12:00:08][6725][TRACE] cleaning client
[2015-01-09 12:00:08][6727][TRACE] idle_sighandler(14)
[2015-01-09 12:00:08][6727][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:08][6727][TRACE] cleaning worker
[2015-01-09 12:00:08][6727][TRACE] cleaning client
[2015-01-09 12:00:08][6724][TRACE] idle_sighandler(14)
[2015-01-09 12:00:08][6724][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:08][6724][TRACE] cleaning worker
[2015-01-09 12:00:08][6724][TRACE] cleaning client
[2015-01-09 12:00:08][6723][TRACE] idle_sighandler(14)
[2015-01-09 12:00:08][6723][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:08][6723][TRACE] cleaning worker
[2015-01-09 12:00:08][6723][TRACE] cleaning client
[2015-01-09 12:00:08][6728][TRACE] idle_sighandler(14)
[2015-01-09 12:00:08][6728][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:08][6728][TRACE] cleaning worker
[2015-01-09 12:00:08][6728][TRACE] cleaning client
[2015-01-09 12:00:08][6726][TRACE] idle_sighandler(14)
[2015-01-09 12:00:08][6726][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:08][6726][TRACE] cleaning worker
[2015-01-09 12:00:08][6726][TRACE] cleaning client
[2015-01-09 12:00:09][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:09][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:09][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:09][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:09][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:09][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:09][5748][TRACE] make_new_child(2)
[2015-01-09 12:00:09][5748][TRACE] forking status worker
[2015-01-09 12:00:09][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:09][5748][TRACE] forking worker
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index() -> 4
[2015-01-09 12:00:09][6746][DEBUG] child started with pid: 6746
[2015-01-09 12:00:09][6746][TRACE] status worker client started
[2015-01-09 12:00:09][6746][TRACE] set_worker()
[2015-01-09 12:00:09][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:09][5748][TRACE] forking worker
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index() -> 5
[2015-01-09 12:00:09][6746][TRACE] create_client()
[2015-01-09 12:00:09][6746][TRACE] create_client_dup()
[2015-01-09 12:00:09][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:09][5748][TRACE] forking worker
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index() -> 6
[2015-01-09 12:00:09][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:09][5748][TRACE] forking worker
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index() -> 7
[2015-01-09 12:00:09][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:09][5748][TRACE] forking worker
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:09][5748][TRACE] get_next_shm_index() -> 8
[2015-01-09 12:00:09][6750][DEBUG] child started with pid: 6750
[2015-01-09 12:00:09][6750][TRACE] job worker client started
[2015-01-09 12:00:09][6750][TRACE] set_worker()
[2015-01-09 12:00:09][6750][TRACE] create_client()
[2015-01-09 12:00:09][6750][TRACE] create_client_dup()
[2015-01-09 12:00:09][6749][DEBUG] child started with pid: 6749
[2015-01-09 12:00:09][6749][TRACE] job worker client started
[2015-01-09 12:00:09][6749][TRACE] set_worker()
[2015-01-09 12:00:09][6749][TRACE] create_client()
[2015-01-09 12:00:09][6749][TRACE] create_client_dup()
[2015-01-09 12:00:09][6751][DEBUG] child started with pid: 6751
[2015-01-09 12:00:09][6751][TRACE] job worker client started
[2015-01-09 12:00:09][6751][TRACE] set_worker()
[2015-01-09 12:00:09][6751][TRACE] create_client()
[2015-01-09 12:00:09][6751][TRACE] create_client_dup()
[2015-01-09 12:00:09][6747][DEBUG] child started with pid: 6747
[2015-01-09 12:00:09][6747][TRACE] job worker client started
[2015-01-09 12:00:09][6747][TRACE] set_worker()
[2015-01-09 12:00:09][6747][TRACE] create_client()
[2015-01-09 12:00:09][6747][TRACE] create_client_dup()
[2015-01-09 12:00:09][6748][DEBUG] child started with pid: 6748
[2015-01-09 12:00:09][6748][TRACE] job worker client started
[2015-01-09 12:00:09][6748][TRACE] set_worker()
[2015-01-09 12:00:09][6748][TRACE] create_client()
[2015-01-09 12:00:09][6748][TRACE] create_client_dup()
[2015-01-09 12:00:39][6750][TRACE] idle_sighandler(14)
[2015-01-09 12:00:39][6750][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:39][6750][TRACE] cleaning worker
[2015-01-09 12:00:39][6750][TRACE] cleaning client
[2015-01-09 12:00:39][6749][TRACE] idle_sighandler(14)
[2015-01-09 12:00:39][6749][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:39][6749][TRACE] cleaning worker
[2015-01-09 12:00:39][6749][TRACE] cleaning client
[2015-01-09 12:00:39][6747][TRACE] idle_sighandler(14)
[2015-01-09 12:00:39][6747][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:39][6747][TRACE] cleaning worker
[2015-01-09 12:00:39][6747][TRACE] cleaning client
[2015-01-09 12:00:39][6746][TRACE] idle_sighandler(14)
[2015-01-09 12:00:39][6746][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:39][6746][TRACE] cleaning worker
[2015-01-09 12:00:39][6746][TRACE] cleaning client
[2015-01-09 12:00:39][6751][TRACE] idle_sighandler(14)
[2015-01-09 12:00:39][6751][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:39][6751][TRACE] cleaning worker
[2015-01-09 12:00:39][6751][TRACE] cleaning client
[2015-01-09 12:00:39][6748][TRACE] idle_sighandler(14)
[2015-01-09 12:00:39][6748][TRACE] clean_worker_exit(0)
[2015-01-09 12:00:39][6748][TRACE] cleaning worker
[2015-01-09 12:00:39][6748][TRACE] cleaning client
[2015-01-09 12:00:40][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:40][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:40][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:40][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:40][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:40][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:00:40][5748][TRACE] make_new_child(2)
[2015-01-09 12:00:40][5748][TRACE] forking status worker
[2015-01-09 12:00:40][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:40][5748][TRACE] forking worker
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index() -> 4
[2015-01-09 12:00:40][6758][DEBUG] child started with pid: 6758
[2015-01-09 12:00:40][6758][TRACE] status worker client started
[2015-01-09 12:00:40][6758][TRACE] set_worker()
[2015-01-09 12:00:40][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:40][5748][TRACE] forking worker
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index() -> 5
[2015-01-09 12:00:40][6758][TRACE] create_client()
[2015-01-09 12:00:40][6758][TRACE] create_client_dup()
[2015-01-09 12:00:40][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:40][5748][TRACE] forking worker
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index() -> 6
[2015-01-09 12:00:40][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:40][5748][TRACE] forking worker
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index() -> 7
[2015-01-09 12:00:40][5748][TRACE] make_new_child(0)
[2015-01-09 12:00:40][5748][TRACE] forking worker
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index()
[2015-01-09 12:00:40][5748][TRACE] get_next_shm_index() -> 8
[2015-01-09 12:00:40][6763][DEBUG] child started with pid: 6763
[2015-01-09 12:00:40][6763][TRACE] job worker client started
[2015-01-09 12:00:40][6763][TRACE] set_worker()
[2015-01-09 12:00:40][6763][TRACE] create_client()
[2015-01-09 12:00:40][6763][TRACE] create_client_dup()
[2015-01-09 12:00:40][6762][DEBUG] child started with pid: 6762
[2015-01-09 12:00:40][6762][TRACE] job worker client started
[2015-01-09 12:00:40][6762][TRACE] set_worker()
[2015-01-09 12:00:40][6762][TRACE] create_client()
[2015-01-09 12:00:40][6762][TRACE] create_client_dup()
[2015-01-09 12:00:40][6761][DEBUG] child started with pid: 6761
[2015-01-09 12:00:40][6761][TRACE] job worker client started
[2015-01-09 12:00:40][6761][TRACE] set_worker()
[2015-01-09 12:00:40][6761][TRACE] create_client()
[2015-01-09 12:00:40][6761][TRACE] create_client_dup()
[2015-01-09 12:00:40][6760][DEBUG] child started with pid: 6760
[2015-01-09 12:00:40][6760][TRACE] job worker client started
[2015-01-09 12:00:40][6760][TRACE] set_worker()
[2015-01-09 12:00:40][6760][TRACE] create_client()
[2015-01-09 12:00:40][6760][TRACE] create_client_dup()
[2015-01-09 12:00:40][6759][DEBUG] child started with pid: 6759
[2015-01-09 12:00:40][6759][TRACE] job worker client started
[2015-01-09 12:00:40][6759][TRACE] set_worker()
[2015-01-09 12:00:40][6759][TRACE] create_client()
[2015-01-09 12:00:40][6759][TRACE] create_client_dup()
[2015-01-09 12:01:10][6758][TRACE] idle_sighandler(14)
[2015-01-09 12:01:10][6758][TRACE] clean_worker_exit(0)
[2015-01-09 12:01:10][6758][TRACE] cleaning worker
[2015-01-09 12:01:10][6758][TRACE] cleaning client
[2015-01-09 12:01:10][6762][TRACE] idle_sighandler(14)
[2015-01-09 12:01:10][6762][TRACE] clean_worker_exit(0)
[2015-01-09 12:01:10][6762][TRACE] cleaning worker
[2015-01-09 12:01:10][6762][TRACE] cleaning client
[2015-01-09 12:01:10][6763][TRACE] idle_sighandler(14)
[2015-01-09 12:01:10][6763][TRACE] clean_worker_exit(0)
[2015-01-09 12:01:10][6763][TRACE] cleaning worker
[2015-01-09 12:01:10][6763][TRACE] cleaning client
[2015-01-09 12:01:10][6761][TRACE] idle_sighandler(14)
[2015-01-09 12:01:10][6761][TRACE] clean_worker_exit(0)
[2015-01-09 12:01:10][6761][TRACE] cleaning worker
[2015-01-09 12:01:10][6761][TRACE] cleaning client
[2015-01-09 12:01:10][6759][TRACE] idle_sighandler(14)
[2015-01-09 12:01:10][6759][TRACE] clean_worker_exit(0)
[2015-01-09 12:01:10][6759][TRACE] cleaning worker
[2015-01-09 12:01:10][6759][TRACE] cleaning client
[2015-01-09 12:01:10][6760][TRACE] idle_sighandler(14)
[2015-01-09 12:01:10][6760][TRACE] clean_worker_exit(0)
[2015-01-09 12:01:10][6760][TRACE] cleaning worker
[2015-01-09 12:01:10][6760][TRACE] cleaning client
[2015-01-09 12:01:11][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:01:11][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:01:11][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:01:11][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:01:11][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:01:11][5748][TRACE] waitpid() worker exited with: 0
[2015-01-09 12:01:11][5748][TRACE] make_new_child(2)
[2015-01-09 12:01:11][5748][TRACE] forking status worker
[2015-01-09 12:01:11][5748][TRACE] make_new_child(0)
[2015-01-09 12:01:11][5748][TRACE] forking worker
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index()
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index() -> 4
[2015-01-09 12:01:11][5748][TRACE] make_new_child(0)
[2015-01-09 12:01:11][5748][TRACE] forking worker
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index()
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index() -> 5
[2015-01-09 12:01:11][6793][DEBUG] child started with pid: 6793
[2015-01-09 12:01:11][6793][TRACE] status worker client started
[2015-01-09 12:01:11][6793][TRACE] set_worker()
[2015-01-09 12:01:11][5748][TRACE] make_new_child(0)
[2015-01-09 12:01:11][5748][TRACE] forking worker
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index()
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index() -> 6
[2015-01-09 12:01:11][6793][TRACE] create_client()
[2015-01-09 12:01:11][6793][TRACE] create_client_dup()
[2015-01-09 12:01:11][5748][TRACE] make_new_child(0)
[2015-01-09 12:01:11][5748][TRACE] forking worker
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index()
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index() -> 7
[2015-01-09 12:01:11][5748][TRACE] make_new_child(0)
[2015-01-09 12:01:11][5748][TRACE] forking worker
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index()
[2015-01-09 12:01:11][5748][TRACE] get_next_shm_index() -> 8
[2015-01-09 12:01:11][6798][DEBUG] child started with pid: 6798
[2015-01-09 12:01:11][6798][TRACE] job worker client started
[2015-01-09 12:01:11][6798][TRACE] set_worker()
[2015-01-09 12:01:11][6798][TRACE] create_client()
[2015-01-09 12:01:11][6798][TRACE] create_client_dup()
[2015-01-09 12:01:11][6796][DEBUG] child started with pid: 6796
[2015-01-09 12:01:11][6796][TRACE] job worker client started
[2015-01-09 12:01:11][6796][TRACE] set_worker()
[2015-01-09 12:01:11][6796][TRACE] create_client()
[2015-01-09 12:01:11][6796][TRACE] create_client_dup()
[2015-01-09 12:01:11][6797][DEBUG] child started with pid: 6797
[2015-01-09 12:01:11][6797][TRACE] job worker client started
[2015-01-09 12:01:11][6797][TRACE] set_worker()
[2015-01-09 12:01:11][6797][TRACE] create_client()
[2015-01-09 12:01:11][6797][TRACE] create_client_dup()
[2015-01-09 12:01:11][6794][DEBUG] child started with pid: 6794
[2015-01-09 12:01:11][6794][TRACE] job worker client started
[2015-01-09 12:01:11][6794][TRACE] set_worker()
[2015-01-09 12:01:11][6794][TRACE] create_client()
[2015-01-09 12:01:11][6794][TRACE] create_client_dup()
[2015-01-09 12:01:11][6795][DEBUG] child started with pid: 6795
[2015-01-09 12:01:11][6795][TRACE] job worker client started
[2015-01-09 12:01:11][6795][TRACE] set_worker()
[2015-01-09 12:01:11][6795][TRACE] create_client()
[2015-01-09 12:01:11][6795][TRACE] create_client_dup()
Thanks for any help / advice on this.. Reread http://assets.nagios.com/downloads/nagi ... ios_XI.pdf 5 times, config is exact as in the procedure. Shared key is the same. When I remove the ip of the Nagios XI prod server from allowed_from on a server in the all_srv_gearman test hostgroup, I get "CHECK_NRPE: Error - Could not complete SSL handshake.", so checks are still executed locally...
Grtz
Willem