diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 17:21:28 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 17:21:28 +0000 | 
| commit | 2ffa97260d8ce8a6090f8644a8913f681802708d (patch) | |
| tree | 575902c7434492899f83171345995db6c3cae4f9 | |
| parent | 958d946c589db5a7792f5486e9555ec659219f1e (diff) | |
  Mention this class is going away.
| -rw-r--r-- | lib/custodian/alerter.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/lib/custodian/alerter.rb b/lib/custodian/alerter.rb index 1b1832a..ac38da8 100644 --- a/lib/custodian/alerter.rb +++ b/lib/custodian/alerter.rb @@ -3,6 +3,11 @@ require 'custodian/util/bytemark'  require 'custodian/util/dns' +#### +#### NOTE:  This class will go away, once I've moved the implementation +####       over to alerts/mauve.rb +#### +####  #  #  This class encapsulates the raising and clearing of alerts via Mauve. | 
