Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-17 | Deal with multiple test-implementations. | Steve Kemp | |
As soon as we allow multiple test-implementations we get into a mess, as Mauve regards an ID as unique and that is based upon the test-definition not the implementing method We want to allow: * HTTPS test to succeed. * SSL-check to fail. Which means multiple tests of type "https" will have different IDs. Force this by adding on the class of the implementation. | |||
2015-02-17 | Updated for new test-type API. | Steve Kemp | |
Now that the class-factory returns an Array, we've updated the test-cases to continue to pass. | |||
2015-02-17 | Now we work with multiple implementations. | Steve Kemp | |
2015-02-17 | Allow multiple handlers to register themselves for | Steve Kemp | |
a given input-line. | |||
2015-02-17 | Changed the way that we process a single job. | Steve Kemp | |
We now work on the assumption that a single "job", pulled from the queue, might contain multiple "test" objects. These are the instances of the protocol-testers which we actually execute. This is part of #9558. | |||
2015-02-13 | Added 5.28.58.0/24 to the Bytemark ranges. | Steve Kemp | |
2015-02-12 | Added tag release-0.23 for changeset 7edefce316f9 | Steve Kemp | |
2015-02-12 | Make the test-definition available to the redis-alerter.release-0.23 | Steve Kemp | |
2015-02-12 | Updated to require JSON | Steve Kemp | |
2015-02-12 | Added tag release-0.22 for changeset c7647c4824e1 | Steve Kemp | |
2015-02-12 | New release - with the redis-alerter changes.release-0.22 | Steve Kemp | |
2015-02-12 | Updated to store the test results in a set. | Steve Kemp | |
The redis-state "alerter" saves state in a useful way for the future, and will now save an array of hashes - each has corresponding to a useful result. | |||
2015-02-06 | Added tag release-0.21 for changeset 869f6352cc3c | Steve Kemp | |
2015-02-06 | new release.release-0.21 | Steve Kemp | |
2015-02-06 | Explicitly report time in MS | Steve Kemp | |
2015-02-05 | Better alerting metric for graphite. | Steve Kemp | |
We now record: custodian.$type.$host.test_duration [time] | |||
2015-02-05 | Added tag release-0.20 for changeset d3fe15b06528 | Steve Kemp | |
2015-02-05 | New releaserelease-0.20 | Steve Kemp | |
2015-02-05 | Don't trash the alert-subject. | Steve Kemp | |
2015-02-05 | Test that "flush!" is defined as a method. | Steve Kemp | |
2015-02-05 | Fixed punctuation on comment | Steve Kemp | |
2015-02-05 | Updated documentation to match reality. | Steve Kemp | |
(This mostly means the removal of --logfile.) | |||
2015-02-05 | More simplification - don't pass state around. | Steve Kemp | |
Rather than passing our settings-object around, as well as specific settings that are read from it, just pass the object. The worker can read the settings directly if/when it needs to. | |||
2015-02-05 | Simplify code by removing configuration. | Steve Kemp | |
We now set the queue-address via $QUEUE_ADDRESS, otherwise we default to localhost. This works for both redis & beanstalkd. | |||
2015-02-05 | Added tag release-0.19 for changeset f9049dde14c9 | Steve Kemp | |
2015-02-05 | New release with the queue-flushing change.release-0.19 | Steve Kemp | |
2015-02-05 | Simplify the flushing of queues. | Steve Kemp | |
Now that we've moved to using redis by default the handling of queue-flushing needs to change. We can simply get rid of the busy-wait and run a redis "del" operation. With that in mind we've moved the flushing logic to our queue abstraction layer, and simplified our queue-helper script. | |||
2015-02-05 | Added tag release-0.18 for changeset 6278764cc925 | Steve Kemp | |
2015-02-05 | Move our ruby libraries.release-0.18 | Steve Kemp | |
This is designed to help them be loaded by ruby1.8 + 1.9.1. | |||
2015-02-04 | Added tag release-0.17 for changeset 8a4b0deefe71 | Steve Kemp | |
2015-02-04 | New release now we have the shebang lines corrected.release-0.17 | Steve Kemp | |
2015-02-04 | Hint to ruby that rubygems should be loaded. | Steve Kemp | |
This allows our redis-library to be used. | |||
2015-02-04 | New release | Steve Kemp | |
2015-02-04 | Updated dependencies on LDAP ruby package. | Steve Kemp | |
On Squeeze we must use libldap-ruby1.8, on jessie we use libldap-ruby | |||
2015-01-30 | Two new releases. | Steve Kemp | |
There were only changes sufficient for one change, but I had to make two because this would silence the lintian warning: W: custodian: latest-debian-changelog-entry-changed-to-native Adding a second, fake, release stops that. | |||
2015-01-30 | Updated Debian standards version. | Steve Kemp | |
This mostly meant removing the prefix from the description(s) of the packages. | |||
2015-01-30 | Silence lintian manpage warnings. | Steve Kemp | |
The Bytemark-specific scripts have no manpages, and that is accptible. | |||
2015-01-30 | Removed executable permissions, this is a library. | Steve Kemp | |
2015-01-29 | Removed shebang. | Steve Kemp | |
This refereed to ruby1.8 in a versioned way which was wrong. | |||
2015-01-29 | Don't output messages unless $DEBUG=1 | Steve Kemp | |
2015-01-29 | Added simple test cases | Steve Kemp | |
2015-01-22 | Allow inverted tests for MX. | Steve Kemp | |
(i.e. "pxe.io must not run mx otherwise 'no mail for steve'.") | |||
2015-01-21 | Document queue-type | Steve Kemp | |
2015-01-21 | Added accessor for the queue-type. | Steve Kemp | |
Default to redis as this is more likely to be installed. | |||
2015-01-21 | Read the queue-type from the settings-object. | Steve Kemp | |
This replaces redis as a hard-wired default. | |||
2015-01-21 | Don't hard-wire redis as the queue-type. | Steve Kemp | |
Read it from the configuration-file and don't expose the server flag which is now bogus. | |||
2015-01-19 | Removed obsolete queue_name field | Steve Kemp | |
2015-01-19 | Updated to use our queue-abstraction. | Steve Kemp | |
This means we can queue/dequeue to either Redis or Beanstalkd. | |||
2015-01-13 | Updated to actually test the backend MX servers. | Steve Kemp | |
We now connec to the MX-servers via XX:25 and alert if that fails.:wq | |||
2015-01-13 | Lookup MX record(s) for the domain under test. | Steve Kemp | |