Closed flackem closed 13 years ago
Hi Sven,
send_multi is too silent when the feeding check_multi has a problem, it only states: WARNING: 0 check_multi child checks submitted
I now look for a ASCIIZ message in STDIN stream and provide this message instead, if there were no successful child checks parsed.
The only thing to get this working is to add a '2>&1' to the check_multi cmdline.
Cheers, -Matthias
Hi Matthias,
instead of warning, i would prefer Unknown. Should we change the return code too?
Thanks, Sven
You're pretty right with UNKNOWN, go for it...
-Matthias
Hi Sven,
send_multi is too silent when the feeding check_multi has a problem, it only states: WARNING: 0 check_multi child checks submitted
I now look for a ASCIIZ message in STDIN stream and provide this message instead, if there were no successful child checks parsed.
The only thing to get this working is to add a '2>&1' to the check_multi cmdline.
Cheers, -Matthias