Age | Commit message (Expand) | Author |
2012-11-25 | Parse the "otherwise 'xxxx'." part of the tests. | Steve Kemp |
2012-11-24 | Test that each test-type returns the correct host. | Steve Kemp |
2012-11-24 | Renamed 'custodian/protocoltest.rb' -> 'custodian/protocoltests.rb' to matc... | Steve Kemp |
2012-11-24 | The argument to our class factories must be a non-nil string. | Steve Kemp |
2012-11-24 | Added new alert-type, to merely write to a file. | Steve Kemp |
2012-11-24 | Ensure that our alert-modules implement both raise + clear | Steve Kemp |
2012-11-24 | Test that the type we guessed is the correct type | Steve Kemp |
2012-11-24 | Use the new get_type method to simplify the test-logic. | Steve Kemp |
2012-11-24 | Initial/stub implementation of a factory for generating alerting objects. | Steve Kemp |
2012-11-24 | Move the protocol-test includes into a single file to avoid duplication. | Steve Kemp |
2012-11-23 | Test that macro-expansion works correctly | Steve Kemp |
2012-11-23 | More DNS-tests. | Steve Kemp |
2012-11-23 | Basic testing of the DNS-protocol tester. | Steve Kemp |
2012-11-23 | Updated test-cases to cover different parsing routes. | Steve Kemp |
2012-11-23 | Test that inverted() works for each protocol test we know about. | Steve Kemp |
2012-11-23 | Allow the test-factory to return the known-test types, and then test *each*... | Steve Kemp |
2012-11-23 | Removed duplicate member-variables for subclasses. | Steve Kemp |
2012-11-23 | Updated to allow the tests to be inverted via "must *not* run ..." | Steve Kemp |
2012-11-23 | Removed the test-cases for our alerter module. A) it will be reworked, B) ... | Steve Kemp |
2012-11-23 | Moved the code to detect whether an IP-address is inside/outside the Bytema... | Steve Kemp |
2012-11-23 | Test port-detection | Steve Kemp |
2012-11-23 | Renamed. | Steve Kemp |
2012-11-23 | Removed. | Steve Kemp |
2012-11-23 | Updated. | Steve Kemp |
2012-11-23 | Simple test-cases. | Steve Kemp |
2012-11-23 | Renamed. | Steve Kemp |
2012-11-23 | Removed the old test cases and added new ones.:wq | Steve Kemp |
2012-11-22 | Commented out tests that need work to complete. | Steve Kemp |
2012-11-22 | "ftp://ftp.example.com/ must run ftp" + "rsync://...../" are now both perm... | Steve Kemp |
2012-11-22 | Parse the configuration file into arrays of jobs, via our test-factory | Steve Kemp |
2012-11-22 | Added test-cases for ftp:wq | Steve Kemp |
2012-11-22 | Updated test-case to cope with the changed name of the ping-tool class. | Steve Kemp |
2012-11-22 | Updated for new name. | Steve Kemp |
2012-11-21 | Decouple the enqueuing from the parsing. | Steve Kemp |
2012-11-20 | Moved inside_bytemark? into its own method, added trivial test-cases. | Steve Kemp |
2012-11-20 | Added xtra numbers to macro test. | Patrick J Cherry |
2012-11-20 | Comment/whitespace update | Steve Kemp |
2012-11-20 | New test cases for DNS lookup - basic. | Steve Kemp |
2012-11-20 | Removed references to obsolete method. | Steve Kemp |
2012-11-19 | Ensure that hostnames used for ping-tests are valid - to avoid the security... | Steve Kemp |
2012-11-18 | Test that the hostname goes in the alert text - if none-specified | Steve Kemp |
2012-11-17 | Added TCP protocol test. | Steve Kemp |
2012-11-16 | Remove redundent text in alerts if the target was an IP | Steve Kemp |
2012-11-15 | Resolve purely numeric alerts | Steve Kemp |
2012-11-15 | Raise an exception on a bogus line - and test for that. | Steve Kemp |
2012-11-15 | Throw an exception if we attempt to redefine a macro. | Steve Kemp |
2012-11-14 | Removed test now we remap HTTPS -> http | Steve Kemp |
2012-11-14 | renamed. | Steve Kemp |
2012-11-14 | Added test of inside vs. outside of Bytemark network | Steve Kemp |
2012-11-14 | WHitespace fixups | Steve Kemp |