Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Broke down the inside? function into a function for returning the hours
in a period, and for sanitizing hour strings "14" vs. "2pm", etc.
Updated test-cases to match.
|
|
parser test, is matching against a period that covers the full
24 hours.
Correctly terminate this case, and add a new test-case to ensure
that this is always correct.
|
|
|
|
The rest of custodian will use the configuration file to read
the timeout value (with a default of 30 seconds), but the DNS-lookups
were hardwired to timeout after four seconds.
This is now resolved; the DNS lookups will use the global timeout
period too now.
|
|
This class is used to determine whether an "hour" is within
a given hour-span. e.g. To cope with:
foo must run ping except between 04-06 otherwise 'alert'.
This updates issue #4551.
|
|
|
|
Bytemark range into its own class & added _simple_ test-cases.
|
|
|
|
|
|
|