Class: RRDNotifier::AlarmTooLow

Inherits:
AlarmTooHigh show all
Defined in:
lib/rrd-grapher/notifier/alarms.rb

Instance Attribute Summary

Attributes inherited from AlarmTooHigh

#threshold

Attributes inherited from Alarm

#packet

Instance Method Summary collapse

Methods inherited from AlarmTooHigh

#initialize, #is_same?

Methods inherited from Alarm

#initialize, #method_missing

Constructor Details

This class inherits a constructor from RRDNotifier::AlarmTooHigh

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RRDNotifier::Alarm

Instance Method Details

#reasonObject



37
# File 'lib/rrd-grapher/notifier/alarms.rb', line 37

def reason; :too_low; end