Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-18 | We only have one queue-type now. | Steve Kemp | |
Remove the configuration-variable that used to allow switching at run-time. | |||
2015-12-18 | Removed references and support for beanstalkd. | Steve Kemp | |
The beanstalkd queue used to be used in the past, and we later added support for Redis via a simple abstraction layer. But now we've no longer tested and used beanstalkd for over a year, and the client-libraries are no longer available as native Debian packages. With that in mind we've excised the code, although left the abstraction-class in-place. | |||
2015-03-04 | Don't use a logger. | Steve Kemp | |
Instead we run quietly if nothing was output, and run verbosely if we see "--verbose". | |||
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-01-21 | Document queue-type | Steve Kemp | |
2015-01-19 | Removed obsolete queue_name field | Steve Kemp | |
2015-01-13 | typo-fix | Steve Kemp | |
2013-07-11 | Added new global variable "alert_source", for use with | Steve Kemp | |
mauve-notification. | |||
2013-05-14 | Allow retry-behaviour to be tweaked. | Steve Kemp | |
We can now sleep between retesting, and we configure the number of repeats via the configuration file. | |||
2013-04-23 | Allow the settings object to retrieve the name of the beanstalkd tube. | Steve Kemp | |
2012-12-12 | The suppression periods are now configurable too | Steve Kemp | |
2012-12-12 | Document day_start + day_end | Steve Kemp | |
2012-11-26 | Updated so that each alert-type has its dedicated alert-target. | Steve Kemp | |
2012-11-24 | Document defaults for the different alerter-types. | Steve Kemp | |
2012-11-24 | Updated formatting. Added email-address. | Steve Kemp | |
2012-11-24 | Supply a default configuration file. | Steve Kemp | |