[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, upstream, updated. upstream/1.0.6-34-gd3fb2ec
Matthias Flacke
matthias.flacke at gmx.de
Wed Aug 24 09:21:55 UTC 2011
The following commit has been merged in the upstream branch:
commit b9ea666455d6bf66d96595de2acd06ef6c72f430
Author: Matthias Flacke <matthias.flacke at gmx.de>
Date: Thu Jul 28 07:05:56 2011 +0200
provide meaningful timeout message
diff --git a/tools/send_multi.c b/tools/send_multi.c
index a3f54bf..a2eb952 100644
--- a/tools/send_multi.c
+++ b/tools/send_multi.c
@@ -286,7 +286,7 @@ int send_result() {
void alarm_sighandler(int sig) {
gm_log( GM_LOG_TRACE, "alarm_sighandler(%i)\n", sig );
- printf("got no input! Send plugin output to stdin.\n");
+ printf("Timeout after %d seconds - got no input! Send plugin output to stdin.\n", mod_gm_opt->timeout);
exit(EXIT_FAILURE);
}
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list