lib/doggy/models/monitor.rb in doggy-2.0.40 vs lib/doggy/models/monitor.rb in doggy-2.0.41
- old
+ new
@@ -4,18 +4,22 @@
module Models
class Monitor < Doggy::Model
class Options
include Virtus.model
- 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
- attribute :renotify_interval, Integer
- attribute :locked, Boolean
+ attribute :escalation_message, String
+ attribute :evaluation_delay, Integer
+ attribute :include_tags, Boolean
+ attribute :locked, Boolean
+ attribute :new_host_delay, Integer
+ attribute :no_data_timeframe, Integer
+ attribute :notify_audit, Boolean
+ attribute :notify_no_data, Boolean
+ attribute :renotify_interval, Integer
+ attribute :require_full_window, Boolean
+ attribute :silenced, Hash
+ attribute :thresholds, Hash
+ attribute :timeout_h, Integer
end
attribute :id, Integer
attribute :org_id, Integer
attribute :name, String