Thu, 12 Apr 2018 10:50:57 -0700 Fix the matcher for slower responses.
Mahlon E. Smith <mahlon@martini.nu> [Thu, 12 Apr 2018 10:50:57 -0700] rev 7
Fix the matcher for slower responses.
Tue, 27 Mar 2018 14:30:38 -0700 Remove accidental version bump (untagged), and debug output.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 27 Mar 2018 14:30:38 -0700] rev 6
Remove accidental version bump (untagged), and debug output.
Tue, 27 Mar 2018 14:27:31 -0700 Provide fping addresses via pipe, instead of an argument list.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 27 Mar 2018 14:27:31 -0700] rev 5
Provide fping addresses via pipe, instead of an argument list. #exec_arguments defaults to a no-op, but #exec_input does not. This means that exec_callbacks modules that do no use #exec_input need to define a no-op themselves, as the default will still try to write data to stdin. (This may be addressed in the monitor at some point, it is a bit of a gotcha.) Rather than define an empty #exec_input method, make a functional one, and remove #exec_arguments. This will fare better if the input list is excessively long anyway, and it fixes Error::EPIPE.
(0) -3 +3 tip