diff options
Diffstat (limited to 'lib/custodian')
-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. |