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 | 45716f98c83e65cb108587f35474c166a2a2b74b (patch) | |
tree | 575902c7434492899f83171345995db6c3cae4f9 /lib/custodian/alerter.rb | |
parent | a901b432e3183f310a7fe68718f4be425b2f5519 (diff) |
Mention this class is going away.
Diffstat (limited to 'lib/custodian/alerter.rb')
-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. |