foreman_monitoring 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/foreman_monitoring/version.rb +1 -1
- metadata +22 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 488e9dcf9d9acdd85f6c54c37118c5596dc54235
|
|
4
|
+
data.tar.gz: 2bd8f2796992601339680221de3a26463e79f2bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10763852d8e942ca17a95bf412da1466b292b13d9960c56b7d166b3605886529bcc6ab6ce1e5930199f5c8a5963b5a82596e2d1a65af35b6a204b1b50673efb8
|
|
7
|
+
data.tar.gz: ca23f43075c494aebaec77b98e67320470752941c54dace17c390de554a3a4818b38bfb9b3a9ef10965eabb4add706f03fdb046c14514134d0d3f757162cfbe0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_monitoring
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Timo Goebel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -38,6 +38,20 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: deface
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "<"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '2.0'
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "<"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '2.0'
|
|
41
55
|
description: Foreman plugin for monitoring system integration.
|
|
42
56
|
email:
|
|
43
57
|
- timo.goebel@dm.de
|
|
@@ -80,7 +94,8 @@ files:
|
|
|
80
94
|
- test/unit/host_test.rb
|
|
81
95
|
- test/unit/monitoring_test.rb
|
|
82
96
|
homepage: http://www.github.com/theforeman/foreman_monitoring
|
|
83
|
-
licenses:
|
|
97
|
+
licenses:
|
|
98
|
+
- GPLv3
|
|
84
99
|
metadata: {}
|
|
85
100
|
post_install_message:
|
|
86
101
|
rdoc_options: []
|
|
@@ -98,18 +113,17 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
113
|
version: '0'
|
|
99
114
|
requirements: []
|
|
100
115
|
rubyforge_project:
|
|
101
|
-
rubygems_version: 2.
|
|
116
|
+
rubygems_version: 2.5.1
|
|
102
117
|
signing_key:
|
|
103
118
|
specification_version: 4
|
|
104
119
|
summary: Foreman plugin for monitoring system integration.
|
|
105
120
|
test_files:
|
|
106
|
-
- test/factories/feature.rb
|
|
107
|
-
- test/factories/host.rb
|
|
108
121
|
- test/factories/monitoring_results.rb
|
|
109
122
|
- test/factories/smart_proxy.rb
|
|
110
|
-
- test/
|
|
123
|
+
- test/factories/host.rb
|
|
124
|
+
- test/factories/feature.rb
|
|
111
125
|
- test/test_plugin_helper.rb
|
|
126
|
+
- test/lib/proxy_api/monitoring_test.rb
|
|
112
127
|
- test/unit/host_status/monitoring_status_test.rb
|
|
113
128
|
- test/unit/host_test.rb
|
|
114
129
|
- test/unit/monitoring_test.rb
|
|
115
|
-
has_rdoc:
|