I will just use this workaround - >
Created cronjob so mod_gearman_worker service gets checked (every hour) start if not working.
http://www.akamaras.com/linux/linux-scr ... s-stopped/
Search found 80 matches
- Wed Jul 29, 2015 2:07 am
- Forum: Nagios XI
- Topic: Worker shows up in Unhandled hosts "mod_gearman_worker down"
- Replies: 14
- Views: 2459
- Wed Jul 29, 2015 1:26 am
- Forum: Nagios XI
- Topic: Worker shows up in Unhandled hosts "mod_gearman_worker down"
- Replies: 14
- Views: 2459
Re: Worker shows up in Unhandled hosts "mod_gearman_worker d
Still getting this error, and debug level is 3. Log is exactly the same.
- Fri Jun 19, 2015 8:50 am
- Forum: Nagios XI
- Topic: Checking free/used disk space QNAP (seperate volumes)
- Replies: 3
- Views: 6074
Re: Checking free/used disk space QNAP
This works however you can't check the seperate volumes. My bad for not mentioning seperate volumes.derekb wrote:Give this a shot
https://exchange.nagios.org/directory/P ... us/details
- Fri Jun 19, 2015 3:47 am
- Forum: Nagios XI
- Topic: Checking free/used disk space QNAP (seperate volumes)
- Replies: 3
- Views: 6074
Checking free/used disk space QNAP (seperate volumes)
Hello, After a couple of days of looking around and investigating on this i'm getting a little bit tired. I think i literally tried everything that i could find on the exchange that has something to do with snmp qnap disk spaces etc.. The thing that i found usefull was this topic: http://support.nag...
- Wed Jun 17, 2015 1:50 am
- Forum: Nagios XI
- Topic: Worker shows up in Unhandled hosts "mod_gearman_worker down"
- Replies: 14
- Views: 2459
Re: Worker shows up in Unhandled hosts "mod_gearman_worker d
In the log file, it looks like the max-jobs that the worker ran was hit. The setting in your config file is set to 1000. Here is the description of what that option is for. max-jobs Controls the amount of jobs a worker will do before he exits. Use this to control how fast the amount of workers will...
- Tue Jun 16, 2015 1:38 am
- Forum: Nagios XI
- Topic: Worker shows up in Unhandled hosts "mod_gearman_worker down"
- Replies: 14
- Views: 2459
Re: Worker shows up in Unhandled hosts "mod_gearman_worker d
I had to cut alot out of the log - it was 22 MB's only left the day it happened again.
tgriep wrote:Could you upload the following files so we can review them?Code: Select all
/var/log/mod_gearman/mod_gearman_worker.log /etc/mod_gearman/mod_gearman_worker.conf
- Mon Jun 15, 2015 4:57 am
- Forum: Nagios XI
- Topic: Worker shows up in Unhandled hosts "mod_gearman_worker down"
- Replies: 14
- Views: 2459
Re: Worker shows up in Unhandled hosts "mod_gearman_worker d
There were no DNS issues at that moment. Today it happened again: checked log to see what happened: [2015-06-15 11:10:24][1420][DEBUG] -------------------------------- [2015-06-15 11:10:24][1431][INFO ] mod_gearman worker daemon started with pid 1431 [2015-06-15 11:10:24][1431][DEBUG] Version 1.5.0b...
- Thu Jun 11, 2015 2:05 am
- Forum: Nagios XI
- Topic: Worker shows up in Unhandled hosts "mod_gearman_worker down"
- Replies: 14
- Views: 2459
Re: Worker shows up in Unhandled hosts "mod_gearman_worker d
A few things: By default there is a log at /var/log/mod_gearman/mod_gearman_worker.log Look there and see if there aren't any clues. I bet there will be. If not up your debug level in /etc/mod_gearman/mod_gearman_worker.conf to 2: # use debug to increase the verbosity of the module. # Possible valu...
- Tue Jun 09, 2015 1:56 am
- Forum: Nagios XI
- Topic: Worker shows up in Unhandled hosts "mod_gearman_worker down"
- Replies: 14
- Views: 2459
Re: Worker shows up in Unhandled hosts "mod_gearman_worker d
Code: Select all
]# chkconfig --list | grep mod_gearman_worker
mod_gearman_worker 0:off 1:off 2:on 3:on 4:on 5:on 6:off- Mon Jun 08, 2015 1:35 am
- Forum: Nagios XI
- Topic: Worker shows up in Unhandled hosts "mod_gearman_worker down"
- Replies: 14
- Views: 2459
Worker shows up in Unhandled hosts "mod_gearman_worker down"
Hello, Today(not the first time) i saw my worker show up at "Unhandled hosts" when i ping the host i get a respond so it was up. I logged into the worker with ssh and checked "service mod_gearman_worker status" it told me it was not running. How can i check why my mod gearman wor...