doggy 2.0.40 → 2.0.41
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/lib/doggy/models/monitor.rb +13 -9
- data/lib/doggy/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0b239aecde57aa2452b412bf4e1a23004d1105b
|
4
|
+
data.tar.gz: ced94d76dd3895a4b244695b1ed98d97a1e74571
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ac1501e4b2b701deb5a427c2256d6865c1c397cd756b7494efd0851a473627367a81f3345ffc729de76e45529291c61c0b4a810b49f01dab3487f5108dcb99f
|
7
|
+
data.tar.gz: 1863fb5222ca325b56f0fb4a461b1f844803d62ec23c0fee036738ab09414f2ea3e3948fa65f0c0e00bd850addd60791f9b8696ace8d8f79f9061fa1dc354f17
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
doggy (2.0.
|
4
|
+
doggy (2.0.41)
|
5
5
|
activesupport (~> 4)
|
6
6
|
json (~> 1.8.3)
|
7
7
|
parallel (~> 1.6.1)
|
@@ -12,7 +12,7 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (4.2.
|
15
|
+
activesupport (4.2.9)
|
16
16
|
i18n (~> 0.7)
|
17
17
|
minitest (~> 5.1)
|
18
18
|
thread_safe (~> 0.3, >= 0.3.4)
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
thread_safe (~> 0.3, >= 0.3.1)
|
32
32
|
equalizer (0.0.11)
|
33
33
|
hashdiff (0.2.3)
|
34
|
-
i18n (0.8.
|
34
|
+
i18n (0.8.6)
|
35
35
|
ice_nine (0.11.2)
|
36
36
|
json (1.8.6)
|
37
37
|
metaclass (0.0.4)
|
@@ -45,7 +45,7 @@ GEM
|
|
45
45
|
safe_yaml (1.0.4)
|
46
46
|
thor (0.19.4)
|
47
47
|
thread_safe (0.3.6)
|
48
|
-
tzinfo (1.2.
|
48
|
+
tzinfo (1.2.3)
|
49
49
|
thread_safe (~> 0.1)
|
50
50
|
virtus (1.0.5)
|
51
51
|
axiom-types (~> 0.1)
|
@@ -69,4 +69,4 @@ DEPENDENCIES
|
|
69
69
|
webmock
|
70
70
|
|
71
71
|
BUNDLED WITH
|
72
|
-
1.
|
72
|
+
1.15.0
|
data/lib/doggy/models/monitor.rb
CHANGED
@@ -6,15 +6,19 @@ module Doggy
|
|
6
6
|
class Options
|
7
7
|
include Virtus.model
|
8
8
|
|
9
|
-
attribute :
|
10
|
-
attribute :
|
11
|
-
attribute :
|
12
|
-
attribute :
|
13
|
-
attribute :
|
14
|
-
attribute :
|
15
|
-
attribute :
|
16
|
-
attribute :
|
17
|
-
attribute :
|
9
|
+
attribute :escalation_message, String
|
10
|
+
attribute :evaluation_delay, Integer
|
11
|
+
attribute :include_tags, Boolean
|
12
|
+
attribute :locked, Boolean
|
13
|
+
attribute :new_host_delay, Integer
|
14
|
+
attribute :no_data_timeframe, Integer
|
15
|
+
attribute :notify_audit, Boolean
|
16
|
+
attribute :notify_no_data, Boolean
|
17
|
+
attribute :renotify_interval, Integer
|
18
|
+
attribute :require_full_window, Boolean
|
19
|
+
attribute :silenced, Hash
|
20
|
+
attribute :thresholds, Hash
|
21
|
+
attribute :timeout_h, Integer
|
18
22
|
end
|
19
23
|
|
20
24
|
attribute :id, Integer
|
data/lib/doggy/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: doggy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.41
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vlad Gorodetsky
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-09-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json
|
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
193
|
version: '0'
|
194
194
|
requirements: []
|
195
195
|
rubyforge_project:
|
196
|
-
rubygems_version: 2.
|
196
|
+
rubygems_version: 2.6.13
|
197
197
|
signing_key:
|
198
198
|
specification_version: 4
|
199
199
|
summary: Syncs DataDog dashboards, alerts, screenboards, and monitors.
|