-
Getting this when calling a job with Gearmand 0.34
Deprecated: GearmanClient::do() [gearmanclient.do]: Use GearmanClient::doNormal() in /vhosts/domains/cardsinthepost.com/public/current/vendor/bundle…
-
I have hundreds of thousands of services to be monitored. And some of those services should be add or delete every one minute. But the 'nagios reload' command waste so much times, can i changes config…
-
Nagios crashes after running external command RESTART_PROCESS with Mod Gearman 1.1.1 and gearmand 0.26. No errors logged in nagios.log or dmesg.
No issue with gearmand 0.25.
Tested under SLES 11 64 …
c-kr updated
12 years ago
-
Migrated from [rt.perl.org#93234](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=93234) (status was 'rejected')
Searchable as RT93234$
p5pRT updated
12 years ago
-
init gearmand says
CMD="$DAEMON -p $PORT -P $PIDFILE $OPTIONS --log-file=$LOGFILE -v -v --listen=$LISTEN"
which results in a failure
"required parameter is missing in 'verbose'"
should be
CMD="$DAEM…
-
This is partly a packaging issue, but also a coding issue. Linux has a default ulimit -n of 1024. For many Redis users, this is insufficient. There are various ugly workarounds that are used to rai…
-
Right now I have workers that handle 3-6 functions each. By default, they do so with each function getting its priority by the order in which the functions are registered. For example, one of my PHP w…
-
When using mod_gearman with mklivestatus there is a problem that initializing first mklivestatus and
later mod_gearman, mklivestatus is put into DEBUG mode and it creates HUGE logs nagios.log files.
A…