aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-26Added tag 3.11.5 for changeset 0e1d512d29f3Patrick J Cherry
2012-11-26UPdated changelogPatrick J Cherry
2012-11-26Updated debian dependenciesPatrick J Cherry
2012-11-26mergePatrick J Cherry
2012-11-26Updated alert changed to log when saves fail, but saves them anyway.Patrick J Cherry
2012-11-26Changed source list to use IPAddress instead of IPAddr.Patrick J Cherry
2012-11-23Check return value when saving AlertChanged object.Patrick J Cherry
2012-11-23Added tag 3.11.4 for changeset f70906fadab2Patrick J Cherry
2012-11-23Version bumpPatrick J Cherry
2012-11-23Missed the fact that the alert group was being looked up earlier in ↵Patrick J Cherry
Notifier#notify.
2012-11-23Tidied notifier a little. Alert#cached_alert_group is reset before ↵Patrick J Cherry
notification.
2012-11-23AlertGroup is no longer looked for on raise/clear/ack. It is looked up on ↵Patrick J Cherry
notification. Made Alert#alert_group a bit clearer.
2012-11-23Update web_interface to use public_folder instead of just publicPatrick J Cherry
2012-11-23Updated changelogPatrick J Cherry
2012-11-23Updated dependencies again, to include dm-aggregatesPatrick J Cherry
2012-11-23Updated datamapper to use aggregatesPatrick J Cherry
2012-11-23Updated changelogPatrick J Cherry
2012-11-23Updated dependencies to take new-style library names.Patrick J Cherry
2012-11-23Added tag 3.11.3 for changeset 4aa30e5955fbPatrick J Cherry
2012-11-23Version bumpPatrick J Cherry
2012-11-23Minimal DNS now also extends to resolution of items in the sourcePatrick J Cherry
lists too, as well as the hostname/IP being queried.
2012-11-23Added minimal_dns_lookups configuration directive to allow alert-groupPatrick J Cherry
DNS lookups to occur when needed.
2012-11-23Alerts only saved on notificaion if the cached_alert_group hasPatrick J Cherry
changed. Also the save! method is now used to avoid the callbacks which might trigger further notifications.
2012-11-23Tidided up postgres test teardownPatrick J Cherry
2012-11-21Added tag 3.11.2 for changeset 3c11022514ffPatrick J Cherry
2012-11-21Updated changelogPatrick J Cherry
2012-11-21Make sure notifications only get sent on Alert#save if the state hasPatrick J Cherry
changed in a sane way.
2012-11-21Added test to make sure alert_group gets cached.Patrick J Cherry
2012-11-21Fixed typoPatrick J Cherry
2012-11-21Added tag 3.11.1 for changeset 7e5e5c45fdc9Patrick J Cherry
2012-11-21Updated changelogPatrick J Cherry
2012-11-21Updated xmmp notifier to crash mauve on exception (ugh().Patrick J Cherry
2012-11-21The notifier now saves the alert following notification. This shouldPatrick J Cherry
ensure that the cached group gets updated.
2012-11-21Added a server sleep to make sure doesn't spam the logs too much.Patrick J Cherry
2012-11-21Added tag 3.11.0 for changeset 8c16e0ecae56Patrick J Cherry
2012-11-21Changelog updatePatrick J Cherry
2012-11-21Removed dependency on dm-serializer -- I don't think it was everPatrick J Cherry
needed.
2012-11-21Fixed couple of typosPatrick J Cherry
2012-11-21Altered web interface not to issue so many database queries.Patrick J Cherry
2012-11-21Removed duplicate code from Alert#in_source_list, andPatrick J Cherry
SourceList#include. Also cut down on DNS queries, and IPAddr conversions.
2012-11-21Updated alert queries to be more precise.Patrick J Cherry
2012-11-21Fixed all_raised to properly compare the raised_at and cleared_atPatrick J Cherry
times.
2012-07-05Added tag 3.10.0 for changeset c61f08662f0fPatrick J Cherry
2012-07-05Version bumpPatrick J Cherry
2012-07-05Updated configuration for heartbeat to replace poll_every.Patrick J Cherry
Removed poll_every from other classes. Updated tests to reflect this.
2012-07-05Added HTTP api client tests.Patrick J Cherry
2012-07-05Tidied tests to work with the last change.Patrick J Cherry
2012-07-05Moved http api requests into separate module. Added ability to poll a URL forPatrick J Cherry
lists of IPs.
2012-07-04Added URL-ability for source lists.Patrick J Cherry
2012-07-04Moved HTTP requests into a generic http api client.Patrick J Cherry