Age | Commit message (Expand) | Author |
2012-11-29 | Changed UNACKNOWLEDGED to RE-RAISED when alerts are no longer ack'd | Patrick J Cherry |
2012-11-29 | Removed unused method | Patrick J Cherry |
2012-11-29 | Version bump | Patrick J Cherry |
2012-11-29 | Rewrote how the decision is made to notify and how update types are set. | Patrick J Cherry |
2012-11-29 | Version bump | Patrick J Cherry |
2012-11-29 | Added alert suppression to the server code + protobuf. | Patrick J Cherry |
2012-11-29 | Added DataMapper.finalize to server setup, which is needed, apparently. | Patrick J Cherry |
2012-11-27 | version bump | Patrick J Cherry |
2012-11-27 | Don't do useless database fetches, when super/dirty_attributes can be | Patrick J Cherry |
2012-11-27 | Removed extra unnecessary logger message | Patrick J Cherry |
2012-11-27 | dm-transactions now required. | Patrick J Cherry |
2012-11-27 | Re-jigged alert saving / history saving using transactions. | Patrick J Cherry |
2012-11-27 | Tell datamapper which is the primary key on the alert_earliest_changes | Patrick J Cherry |
2012-11-27 | version bump | Patrick J Cherry |
2012-11-27 | Be more picky when setting updated_at/created_at timestamps. | Patrick J Cherry |
2012-11-27 | Version bump + changelog | Patrick J Cherry |
2012-11-27 | Reverted change to alert_changed now there's the validation monkey | Patrick J Cherry |
2012-11-27 | Monkey patch to cause validations to save anyway, if no error has been | Patrick J Cherry |
2012-11-27 | Make sure nil event_types are no treated as strings. | Patrick J Cherry |
2012-11-26 | merge | Patrick J Cherry |
2012-11-26 | Updated alert changed to log when saves fail, but saves them anyway. | Patrick J Cherry |
2012-11-26 | Changed source list to use IPAddress instead of IPAddr. | Patrick J Cherry |
2012-11-23 | Check return value when saving AlertChanged object. | Patrick J Cherry |
2012-11-23 | Version bump | Patrick J Cherry |
2012-11-23 | Missed the fact that the alert group was being looked up earlier in Notifier#... | Patrick J Cherry |
2012-11-23 | Tidied notifier a little. Alert#cached_alert_group is reset before notificat... | Patrick J Cherry |
2012-11-23 | AlertGroup is no longer looked for on raise/clear/ack. It is looked up on no... | Patrick J Cherry |
2012-11-23 | Update web_interface to use public_folder instead of just public | Patrick J Cherry |
2012-11-23 | Updated datamapper to use aggregates | Patrick J Cherry |
2012-11-23 | Version bump | Patrick J Cherry |
2012-11-23 | Minimal DNS now also extends to resolution of items in the source | Patrick J Cherry |
2012-11-23 | Added minimal_dns_lookups configuration directive to allow alert-group | Patrick J Cherry |
2012-11-23 | Alerts only saved on notificaion if the cached_alert_group has | Patrick J Cherry |
2012-11-21 | Make sure notifications only get sent on Alert#save if the state has | Patrick J Cherry |
2012-11-21 | Fixed typo | Patrick J Cherry |
2012-11-21 | Updated xmmp notifier to crash mauve on exception (ugh(). | Patrick J Cherry |
2012-11-21 | The notifier now saves the alert following notification. This should | Patrick J Cherry |
2012-11-21 | Added a server sleep to make sure doesn't spam the logs too much. | Patrick J Cherry |
2012-11-21 | Removed dependency on dm-serializer -- I don't think it was ever | Patrick J Cherry |
2012-11-21 | Fixed couple of typos | Patrick J Cherry |
2012-11-21 | Altered web interface not to issue so many database queries. | Patrick J Cherry |
2012-11-21 | Removed duplicate code from Alert#in_source_list, and | Patrick J Cherry |
2012-11-21 | Updated alert queries to be more precise. | Patrick J Cherry |
2012-11-21 | Fixed all_raised to properly compare the raised_at and cleared_at | Patrick J Cherry |
2012-07-05 | Version bump | Patrick J Cherry |
2012-07-05 | Updated configuration for heartbeat to replace poll_every. | Patrick J Cherry |
2012-07-05 | Moved http api requests into separate module. Added ability to poll a URL for | Patrick J Cherry |
2012-07-04 | Added URL-ability for source lists. | Patrick J Cherry |
2012-07-04 | Moved HTTP requests into a generic http api client. | Patrick J Cherry |
2012-07-03 | Removed ability to freeze threads, since that is not used any more. | Patrick J Cherry |