lib/doggy/models/monitor.rb in doggy-2.0.24 vs lib/doggy/models/monitor.rb in doggy-2.0.25

- old
+ new

@@ -6,9 +6,10 @@ class Options include Virtus.model attr_accessor :monitor attribute :silenced, Hash + attribute :thresholds, Hash attribute :notify_audit, Boolean attribute :notify_no_data, Boolean attribute :no_data_timeframe, Integer attribute :timeout_h, Integer attribute :escalation_message, String