summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-12Make the test-definition available to the redis-alerter.release-0.23Steve Kemp
2015-02-12Updated to require JSONSteve Kemp
2015-02-12Added tag release-0.22 for changeset c7647c4824e1Steve Kemp
2015-02-12New release - with the redis-alerter changes.release-0.22Steve Kemp
2015-02-12Updated 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-06Added tag release-0.21 for changeset 869f6352cc3cSteve Kemp
2015-02-06new release.release-0.21Steve Kemp
2015-02-06Explicitly report time in MSSteve Kemp
2015-02-05Better alerting metric for graphite.Steve Kemp
We now record: custodian.$type.$host.test_duration [time]
2015-02-05Added tag release-0.20 for changeset d3fe15b06528Steve Kemp
2015-02-05New releaserelease-0.20Steve Kemp
2015-02-05Don't trash the alert-subject.Steve Kemp
2015-02-05Test that "flush!" is defined as a method.Steve Kemp
2015-02-05Fixed punctuation on commentSteve Kemp
2015-02-05Updated documentation to match reality.Steve Kemp
(This mostly means the removal of --logfile.)
2015-02-05More 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-05Simplify 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-05Added tag release-0.19 for changeset f9049dde14c9Steve Kemp
2015-02-05New release with the queue-flushing change.release-0.19Steve Kemp
2015-02-05Simplify 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-05Added tag release-0.18 for changeset 6278764cc925Steve Kemp
2015-02-05Move our ruby libraries.release-0.18Steve Kemp
This is designed to help them be loaded by ruby1.8 + 1.9.1.
2015-02-04Added tag release-0.17 for changeset 8a4b0deefe71Steve Kemp
2015-02-04New release now we have the shebang lines corrected.release-0.17Steve Kemp
2015-02-04Hint to ruby that rubygems should be loaded.Steve Kemp
This allows our redis-library to be used.
2015-02-04New releaseSteve Kemp
2015-02-04Updated dependencies on LDAP ruby package.Steve Kemp
On Squeeze we must use libldap-ruby1.8, on jessie we use libldap-ruby
2015-01-30Two 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-30Updated Debian standards version.Steve Kemp
This mostly meant removing the prefix from the description(s) of the packages.
2015-01-30Silence lintian manpage warnings.Steve Kemp
The Bytemark-specific scripts have no manpages, and that is accptible.
2015-01-30Removed executable permissions, this is a library.Steve Kemp
2015-01-29Removed shebang.Steve Kemp
This refereed to ruby1.8 in a versioned way which was wrong.
2015-01-29Don't output messages unless $DEBUG=1Steve Kemp
2015-01-29Added simple test casesSteve Kemp
2015-01-22Allow inverted tests for MX.Steve Kemp
(i.e. "pxe.io must not run mx otherwise 'no mail for steve'.")
2015-01-21Document queue-typeSteve Kemp
2015-01-21Added accessor for the queue-type.Steve Kemp
Default to redis as this is more likely to be installed.
2015-01-21Read the queue-type from the settings-object.Steve Kemp
This replaces redis as a hard-wired default.
2015-01-21Don'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-19Removed obsolete queue_name fieldSteve Kemp
2015-01-19Updated to use our queue-abstraction.Steve Kemp
This means we can queue/dequeue to either Redis or Beanstalkd.
2015-01-13Updated 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-13Lookup MX record(s) for the domain under test.Steve Kemp
2015-01-13Stub MX-test.Steve Kemp
This will perform a DNS-lookup AND SMTP-test for the given domain.
2015-01-13Updated to include search-path.Steve Kemp
This is a temporary fix for local-testing.
2015-01-13Added queue-abstraction layer.Steve Kemp
This is not-yet used, but it will-be shortly. The intention is that we can seamlessly swap out the queue implemention in the near future so that we'll be able to use Redis.
2015-01-13typo-fixSteve Kemp
2015-01-13Minor update, and bump of copyright year.Steve Kemp
2015-01-13Updated mocha-loadingSteve Kemp
2015-01-13Test that returning the test-definition works.Steve Kemp
This will be needed when we want to save to the redis-log.