sensu-plugins-windows 0.0.8 → 0.0.9
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 +13 -5
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +18 -7
- data/README.md +0 -1
- data/bin/check-windows-cpu-load.rb +2 -2
- data/bin/check-windows-disk.rb +2 -2
- data/bin/check-windows-process.rb +1 -1
- data/bin/check-windows-ram.rb +2 -2
- data/bin/metrics-windows-cpu-load.rb +2 -2
- data/bin/metrics-windows-network.rb +2 -2
- data/bin/metrics-windows-ram-usage.rb +5 -5
- data/bin/metrics-windows-uptime.rb +1 -1
- data/lib/sensu-plugins-windows/version.rb +1 -1
- metadata +69 -59
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
M2EyMzU3OGI2ZDFkMWRjOGE3ZmVlNzA3Y2E0NWIwZTg4MTc5ODU0MA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NDA2MGQ3ZDY3OGNkZGQ0MDc5NjQ5OWJjNzk4NjI3MjRlNjQ5ZDBkYg==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MDc4NWM0MWMwMWQ4OGJiZTQ5ZDEzMjNmYThlNTI0MDg4ZGZkNDRlMzY4YWZi
|
10
|
+
YjFhNzE3YTI0ZDY4Mzk0OGVkN2NhMmFjZjdhMjFkZDM2ZjQxMWI1OWZjMWNk
|
11
|
+
MWU0ZmI5M2UxYWRjNDkxNmFjMTcxZWI3ZmIxMWEzMWM3NWU5Mzg=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
OTExYjQwMjM0N2FiOGRhMjU4OWQ2OWJjNTdhMWUzZTZiYTFmNGRiODVkMGQx
|
14
|
+
NmU5MGFjODg5ZjM5ZmI4YzJiZjI2ZWY2MjJiZDRiZTQ5NDI5MzViNWRmNDhl
|
15
|
+
Mzk5YzQ5MDk0NTZlZTdiMmQyYjMxOTZkMzc0NmY2OTlkZmY1YTY=
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -3,12 +3,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
3
3
|
|
4
4
|
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
|
5
5
|
|
6
|
-
## Unreleased
|
6
|
+
## [Unreleased]
|
7
|
+
|
8
|
+
## [0.0.9] - 2016-02-05
|
9
|
+
## Added
|
10
|
+
- new certs
|
7
11
|
|
8
12
|
## [0.0.8] - 2015-12-10
|
9
13
|
## Fixed
|
10
14
|
- metrics-windows-disk-usage.rb incorrect variable
|
11
15
|
|
16
|
+
|
12
17
|
## [0.0.7] - 2015-11-19
|
13
18
|
### Fixed
|
14
19
|
- metrics-windows-network.rb: remove characters that break graphite metrics
|
@@ -32,6 +37,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
32
37
|
### Removed
|
33
38
|
- removed IIS check / metrics plugins and moved them to their own sensu iis plugin repository
|
34
39
|
|
40
|
+
## [0.0.3]
|
41
|
+
- Pulled
|
42
|
+
|
35
43
|
## [0.0.2] - 2015-06-03
|
36
44
|
|
37
45
|
### Fixed
|
@@ -45,9 +53,12 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
45
53
|
### Added
|
46
54
|
- initial release
|
47
55
|
|
48
|
-
[
|
49
|
-
[0.0.
|
50
|
-
[0.0.
|
51
|
-
[0.0.
|
52
|
-
[0.0.
|
53
|
-
[0.0.
|
56
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.9...HEAD
|
57
|
+
[0.0.9]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.8...0.0.9
|
58
|
+
[0.0.8]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.7...0.0.8
|
59
|
+
[0.0.7]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.6...0.0.7
|
60
|
+
[0.0.6]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.5...0.0.6
|
61
|
+
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.4...0.0.5
|
62
|
+
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.3...0.0.4
|
63
|
+
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.2...0.0.3
|
64
|
+
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.1...0.0.2
|
data/README.md
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-windows)
|
6
6
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-windows)
|
7
7
|
[](https://gemnasium.com/sensu-plugins/sensu-plugins-windows)
|
8
|
-
[](https://codeship.com/projects/81375)
|
9
8
|
|
10
9
|
## Functionality
|
11
10
|
|
@@ -41,8 +41,8 @@ class CheckWindowsCpuLoad < Sensu::Plugin::Check::CLI
|
|
41
41
|
proc: proc(&:to_i)
|
42
42
|
|
43
43
|
def run
|
44
|
-
io = IO.popen(
|
45
|
-
cpu_load = io.readlines[2].split(',')[1].
|
44
|
+
io = IO.popen('typeperf -sc 1 "processor(_total)\\% processor time"')
|
45
|
+
cpu_load = io.readlines[2].split(',')[1].delete('"').to_i
|
46
46
|
critical "CPU at #{cpu_load}%" if cpu_load > config[:critical]
|
47
47
|
warning "CPU at #{cpu_load}%" if cpu_load > config[:warning]
|
48
48
|
ok "CPU at #{cpu_load}%"
|
data/bin/check-windows-disk.rb
CHANGED
@@ -74,8 +74,8 @@ class CheckDisk < Sensu::Plugin::Check::CLI
|
|
74
74
|
next if config[:fstype] && !config[:fstype].include?(type)
|
75
75
|
next if config[:ignoretype] && config[:ignoretype].include?(type)
|
76
76
|
next if config[:ignoremnt] && config[:ignoremnt].include?(mnt)
|
77
|
-
|
78
|
-
|
77
|
+
rescue
|
78
|
+
unknown "malformed line from df: #{line}"
|
79
79
|
end
|
80
80
|
# If label value is not set, the drive letter will end up in that column. Set mnt to label in that case.
|
81
81
|
mnt = label if mnt.nil?
|
data/bin/check-windows-ram.rb
CHANGED
@@ -43,13 +43,13 @@ class CheckWindowsRAMLoad < Sensu::Plugin::Check::CLI
|
|
43
43
|
def acquire_ram_usage
|
44
44
|
temp_arr_1 = []
|
45
45
|
temp_arr_2 = []
|
46
|
-
IO.popen(
|
46
|
+
IO.popen('typeperf -sc 1 "Memory\\Available bytes" ') { |io| io.each { |line| temp_arr_1.push(line) } }
|
47
47
|
temp = temp_arr_1[2].split(',')[1]
|
48
48
|
ram_available_in_bytes = temp[1, temp.length - 3].to_f
|
49
49
|
IO.popen('wmic OS get TotalVisibleMemorySize /Value') { |io| io.each { |line| temp_arr_2.push(line) } }
|
50
50
|
total_ram = temp_arr_2[4].split('=')[1].to_f
|
51
51
|
total_ram_in_bytes = total_ram * 1000.0
|
52
|
-
ram_use_percent = (total_ram_in_bytes - ram_available_in_bytes) * 100.0 /
|
52
|
+
ram_use_percent = (total_ram_in_bytes - ram_available_in_bytes) * 100.0 / total_ram_in_bytes
|
53
53
|
ram_use_percent.round(2)
|
54
54
|
end
|
55
55
|
|
@@ -36,12 +36,12 @@ class CpuMetric < Sensu::Plugin::Metric::CLI::Graphite
|
|
36
36
|
option :scheme,
|
37
37
|
description: 'Metric naming scheme, text to prepend to .$parent.$child',
|
38
38
|
long: '--scheme SCHEME',
|
39
|
-
default:
|
39
|
+
default: Socket.gethostname.to_s
|
40
40
|
|
41
41
|
def acquire_cpu_load
|
42
42
|
temp_arr = []
|
43
43
|
timestamp = Time.now.utc.to_i
|
44
|
-
IO.popen(
|
44
|
+
IO.popen('typeperf -sc 1 "processor(_total)\\% processor time" ') { |io| io.each { |line| temp_arr.push(line) } }
|
45
45
|
temp = temp_arr[2].split(',')[1]
|
46
46
|
cpu_metric = temp[1, temp.length - 3].to_f
|
47
47
|
[cpu_metric, timestamp]
|
@@ -55,9 +55,9 @@ class UptimeMetric < Sensu::Plugin::Metric::CLI::Graphite
|
|
55
55
|
metric = path[4]
|
56
56
|
next unless ifz && metric
|
57
57
|
|
58
|
-
ifz_name = ifz[18, ifz.length - 19].
|
58
|
+
ifz_name = ifz[18, ifz.length - 19].tr('.', ' ')
|
59
59
|
value = format('%.2f', v.to_f)
|
60
|
-
name = [config[:scheme], ifz_name, metric].join('.').
|
60
|
+
name = [config[:scheme], ifz_name, metric].join('.').tr(' ', '_').tr('{}', '').tr('[]', '')
|
61
61
|
|
62
62
|
output name, value, timestamp
|
63
63
|
end
|
@@ -38,19 +38,19 @@ class RamMetric < Sensu::Plugin::Metric::CLI::Graphite
|
|
38
38
|
option :scheme,
|
39
39
|
description: 'Metric naming scheme, text to prepend to .$parent.$child',
|
40
40
|
long: '--scheme SCHEME',
|
41
|
-
default:
|
41
|
+
default: Socket.gethostname.to_s
|
42
42
|
|
43
43
|
def acquire_ram_usage
|
44
44
|
temp_arr_1 = []
|
45
45
|
temp_arr_2 = []
|
46
46
|
timestamp = Time.now.utc.to_i
|
47
|
-
IO.popen(
|
47
|
+
IO.popen('typeperf -sc 1 "Memory\\Available bytes" ') { |io| io.each { |line| temp_arr_1.push(line) } }
|
48
48
|
temp = temp_arr_1[2].split(',')[1]
|
49
49
|
ram_available_in_bytes = temp[1, temp.length - 3].to_f
|
50
50
|
IO.popen('wmic OS get TotalVisibleMemorySize /Value') { |io| io.each { |line| temp_arr_2.push(line) } }
|
51
51
|
total_ram = temp_arr_2[4].split('=')[1].to_f
|
52
52
|
total_ram_in_bytes = total_ram * 1000.0
|
53
|
-
ram_use_percent = (total_ram_in_bytes - ram_available_in_bytes) * 100.0 /
|
53
|
+
ram_use_percent = (total_ram_in_bytes - ram_available_in_bytes) * 100.0 / total_ram_in_bytes
|
54
54
|
[ram_use_percent.round(2), timestamp]
|
55
55
|
end
|
56
56
|
|
@@ -62,8 +62,8 @@ class RamMetric < Sensu::Plugin::Metric::CLI::Graphite
|
|
62
62
|
ramUsagePersec: values[0]
|
63
63
|
}
|
64
64
|
}
|
65
|
-
metrics.each do|parent, children|
|
66
|
-
children.each do|child, value|
|
65
|
+
metrics.each do |parent, children|
|
66
|
+
children.each do |child, value|
|
67
67
|
output [config[:scheme], parent, child].join('.'), value, values[1]
|
68
68
|
end
|
69
69
|
end
|
@@ -39,7 +39,7 @@ class UptimeMetric < Sensu::Plugin::Metric::CLI::Graphite
|
|
39
39
|
def acquire_uptime
|
40
40
|
temp_arr = []
|
41
41
|
timestamp = Time.now.utc.to_i
|
42
|
-
IO.popen(
|
42
|
+
IO.popen('typeperf -sc 1 "\\System\\System Up Time" ') { |io| io.each { |line| temp_arr.push(line) } }
|
43
43
|
uptime_str = temp_arr[2].split(',')[1]
|
44
44
|
uptime = uptime_str.strip[1, uptime_str.length - 3]
|
45
45
|
[format('%.2f', uptime), timestamp]
|
metadata
CHANGED
@@ -1,133 +1,142 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-windows
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sensu-Plugins and contributors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain:
|
11
|
-
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
11
|
+
- !binary |-
|
12
|
+
LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURuakNDQW9hZ0F3SUJB
|
13
|
+
Z0lCQVRBTkJna3Foa2lHOXcwQkFRVUZBREJLTVJVd0V3WURWUVFEREF4elpX
|
14
|
+
NXoKZFMxd2JIVm5hVzR4SFRBYkJnb0praWFKay9Jc1pBRVpGZzF6Wlc1emRT
|
15
|
+
MXdiSFZuYVc1ek1SSXdFQVlLQ1pJbQppWlB5TEdRQkdSWUNhVzh3SGhjTk1U
|
16
|
+
WXdNakEwTWpNeU1qRTNXaGNOTVRjd01qQXpNak15TWpFM1dqQktNUlV3CkV3
|
17
|
+
WURWUVFEREF4elpXNXpkUzF3YkhWbmFXNHhIVEFiQmdvSmtpYUprL0lzWkFF
|
18
|
+
WkZnMXpaVzV6ZFMxd2JIVm4KYVc1ek1SSXdFQVlLQ1pJbWlaUHlMR1FCR1JZ
|
19
|
+
Q2FXOHdnZ0VpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElCRHdBdwpnZ0VLQW9J
|
20
|
+
QkFRQy9VUzNmdEkyUmQrOWQzS3JIQUw0bERsOGxhN2s2ZHA3K1RPY210VHd3
|
21
|
+
YzRiMUwzV0NyeEFoClpDWms1Q3k2aUpvWUd4VHVoNittSDJZZ3ExbHZGRE4v
|
22
|
+
NTh5YVRHTVFINzNRYVJjZjVnak9IMkJSQTlkUWRzWUgKYTNZYnMrbGxwVlYv
|
23
|
+
ZC9kMklaYyt2RU9tc21rTFpVeEhzZFdQSTZsWTBuYXJwU2RxNHNML0lXWWZP
|
24
|
+
aW1ocFFTWgpTV0t5WHg5cjM4UFpZZ0Q3djIydjloNTZkcUpQZFFPY29OODhF
|
25
|
+
NkE4YTdQWTcvL1RweWdTREtuSldudkFwS1JxCjNCN0xMaFNkOTRQMHdRcGow
|
26
|
+
MS9sb05Nd0FCMytGQjRRQ0UrdG1QeFYxZ1Q2ZWE4VW1SNjQrcGZKTFN0NGl5
|
27
|
+
N0gKVGc5OTdCZFZqaURJdG5SYzhCSXNjVFl4S2JRai9wTEhBZ01CQUFHamdZ
|
28
|
+
NHdnWXN3Q1FZRFZSMFRCQUl3QURBTApCZ05WSFE4RUJBTUNCTEF3SFFZRFZS
|
29
|
+
ME9CQllFRk5McjBmZ1BmdnlWK0VneEVGRHhVcVFhU2xScE1DZ0dBMVVkCkVR
|
30
|
+
UWhNQitCSFhObGJuTjFMWEJzZFdkcGJrQnpaVzV6ZFMxd2JIVm5hVzV6TG1s
|
31
|
+
dk1DZ0dBMVVkRWdRaE1CK0IKSFhObGJuTjFMWEJzZFdkcGJrQnpaVzV6ZFMx
|
32
|
+
d2JIVm5hVzV6TG1sdk1BMEdDU3FHU0liM0RRRUJCUVVBQTRJQgpBUUNQZTZ0
|
33
|
+
RUJ0NS9uQzk1aFhvS2VLRmhrWVc5bTE2aU5YdWRKeEorZGRYcnpDc2tEMXk2
|
34
|
+
ajZjQXY0a1FlUDFmClBIbDE4aDVrOWtKeElQU1IrcUkrK2JJbDE3ZUVPU096
|
35
|
+
YXNMbXdzdGFNU25NN3U1UWZMcFdFWTJldVZXQkRzdGQKMmhrcG80VSswSzVT
|
36
|
+
d3ptZEphMFdLQXRmS3ZkdENROGk5MllJUCtIODNFdXZDU0xwZ29aaDYzRXJx
|
37
|
+
dVFVY25lbgphZmg1bHVUQkExaTFjcUJHNEFNSjBmTFdHeU9xSmFYOFA5WnN4
|
38
|
+
RERXUEVCbk5TaVd2WGIrSUttSkFWTzF1VzRrClFOODNielZXU1d1bFk4Qlk2
|
39
|
+
a1grSVFNd1lhelpBbEIvMTNkN2E4VTBoN0NyYjM2Sm5TUGF0aHVSemU0cUtY
|
40
|
+
RlEKM2YzVFVaV3d2UmZ0Y1N1K3Z0Y0JSa00wCi0tLS0tRU5EIENFUlRJRklD
|
41
|
+
QVRFLS0tLS0K
|
42
|
+
date: 2016-02-05 00:00:00.000000000 Z
|
34
43
|
dependencies:
|
35
44
|
- !ruby/object:Gem::Dependency
|
36
45
|
name: sensu-plugin
|
37
46
|
requirement: !ruby/object:Gem::Requirement
|
38
47
|
requirements:
|
39
|
-
- -
|
48
|
+
- - ~>
|
40
49
|
- !ruby/object:Gem::Version
|
41
|
-
version: 1.2
|
50
|
+
version: '1.2'
|
42
51
|
type: :runtime
|
43
52
|
prerelease: false
|
44
53
|
version_requirements: !ruby/object:Gem::Requirement
|
45
54
|
requirements:
|
46
|
-
- -
|
55
|
+
- - ~>
|
47
56
|
- !ruby/object:Gem::Version
|
48
|
-
version: 1.2
|
57
|
+
version: '1.2'
|
49
58
|
- !ruby/object:Gem::Dependency
|
50
59
|
name: bundler
|
51
60
|
requirement: !ruby/object:Gem::Requirement
|
52
61
|
requirements:
|
53
|
-
- -
|
62
|
+
- - ~>
|
54
63
|
- !ruby/object:Gem::Version
|
55
64
|
version: '1.7'
|
56
65
|
type: :development
|
57
66
|
prerelease: false
|
58
67
|
version_requirements: !ruby/object:Gem::Requirement
|
59
68
|
requirements:
|
60
|
-
- -
|
69
|
+
- - ~>
|
61
70
|
- !ruby/object:Gem::Version
|
62
71
|
version: '1.7'
|
63
72
|
- !ruby/object:Gem::Dependency
|
64
73
|
name: codeclimate-test-reporter
|
65
74
|
requirement: !ruby/object:Gem::Requirement
|
66
75
|
requirements:
|
67
|
-
- -
|
76
|
+
- - ~>
|
68
77
|
- !ruby/object:Gem::Version
|
69
78
|
version: '0.4'
|
70
79
|
type: :development
|
71
80
|
prerelease: false
|
72
81
|
version_requirements: !ruby/object:Gem::Requirement
|
73
82
|
requirements:
|
74
|
-
- -
|
83
|
+
- - ~>
|
75
84
|
- !ruby/object:Gem::Version
|
76
85
|
version: '0.4'
|
77
86
|
- !ruby/object:Gem::Dependency
|
78
87
|
name: github-markup
|
79
88
|
requirement: !ruby/object:Gem::Requirement
|
80
89
|
requirements:
|
81
|
-
- -
|
90
|
+
- - ~>
|
82
91
|
- !ruby/object:Gem::Version
|
83
92
|
version: '1.3'
|
84
93
|
type: :development
|
85
94
|
prerelease: false
|
86
95
|
version_requirements: !ruby/object:Gem::Requirement
|
87
96
|
requirements:
|
88
|
-
- -
|
97
|
+
- - ~>
|
89
98
|
- !ruby/object:Gem::Version
|
90
99
|
version: '1.3'
|
91
100
|
- !ruby/object:Gem::Dependency
|
92
101
|
name: pry
|
93
102
|
requirement: !ruby/object:Gem::Requirement
|
94
103
|
requirements:
|
95
|
-
- -
|
104
|
+
- - ~>
|
96
105
|
- !ruby/object:Gem::Version
|
97
106
|
version: '0.10'
|
98
107
|
type: :development
|
99
108
|
prerelease: false
|
100
109
|
version_requirements: !ruby/object:Gem::Requirement
|
101
110
|
requirements:
|
102
|
-
- -
|
111
|
+
- - ~>
|
103
112
|
- !ruby/object:Gem::Version
|
104
113
|
version: '0.10'
|
105
114
|
- !ruby/object:Gem::Dependency
|
106
115
|
name: rake
|
107
116
|
requirement: !ruby/object:Gem::Requirement
|
108
117
|
requirements:
|
109
|
-
- -
|
118
|
+
- - ~>
|
110
119
|
- !ruby/object:Gem::Version
|
111
120
|
version: '10.0'
|
112
121
|
type: :development
|
113
122
|
prerelease: false
|
114
123
|
version_requirements: !ruby/object:Gem::Requirement
|
115
124
|
requirements:
|
116
|
-
- -
|
125
|
+
- - ~>
|
117
126
|
- !ruby/object:Gem::Version
|
118
127
|
version: '10.0'
|
119
128
|
- !ruby/object:Gem::Dependency
|
120
129
|
name: redcarpet
|
121
130
|
requirement: !ruby/object:Gem::Requirement
|
122
131
|
requirements:
|
123
|
-
- -
|
132
|
+
- - ~>
|
124
133
|
- !ruby/object:Gem::Version
|
125
134
|
version: '3.2'
|
126
135
|
type: :development
|
127
136
|
prerelease: false
|
128
137
|
version_requirements: !ruby/object:Gem::Requirement
|
129
138
|
requirements:
|
130
|
-
- -
|
139
|
+
- - ~>
|
131
140
|
- !ruby/object:Gem::Version
|
132
141
|
version: '3.2'
|
133
142
|
- !ruby/object:Gem::Dependency
|
@@ -136,55 +145,55 @@ dependencies:
|
|
136
145
|
requirements:
|
137
146
|
- - '='
|
138
147
|
- !ruby/object:Gem::Version
|
139
|
-
version: 0.
|
148
|
+
version: 0.37.0
|
140
149
|
type: :development
|
141
150
|
prerelease: false
|
142
151
|
version_requirements: !ruby/object:Gem::Requirement
|
143
152
|
requirements:
|
144
153
|
- - '='
|
145
154
|
- !ruby/object:Gem::Version
|
146
|
-
version: 0.
|
155
|
+
version: 0.37.0
|
147
156
|
- !ruby/object:Gem::Dependency
|
148
157
|
name: rspec
|
149
158
|
requirement: !ruby/object:Gem::Requirement
|
150
159
|
requirements:
|
151
|
-
- -
|
160
|
+
- - ~>
|
152
161
|
- !ruby/object:Gem::Version
|
153
162
|
version: '3.1'
|
154
163
|
type: :development
|
155
164
|
prerelease: false
|
156
165
|
version_requirements: !ruby/object:Gem::Requirement
|
157
166
|
requirements:
|
158
|
-
- -
|
167
|
+
- - ~>
|
159
168
|
- !ruby/object:Gem::Version
|
160
169
|
version: '3.1'
|
161
170
|
- !ruby/object:Gem::Dependency
|
162
171
|
name: yard
|
163
172
|
requirement: !ruby/object:Gem::Requirement
|
164
173
|
requirements:
|
165
|
-
- -
|
174
|
+
- - ~>
|
166
175
|
- !ruby/object:Gem::Version
|
167
176
|
version: '0.8'
|
168
177
|
type: :development
|
169
178
|
prerelease: false
|
170
179
|
version_requirements: !ruby/object:Gem::Requirement
|
171
180
|
requirements:
|
172
|
-
- -
|
181
|
+
- - ~>
|
173
182
|
- !ruby/object:Gem::Version
|
174
183
|
version: '0.8'
|
175
184
|
description: Sensu plugins for Windows
|
176
|
-
email:
|
185
|
+
email: <sensu-users@googlegroups.com>
|
177
186
|
executables:
|
178
|
-
- metrics-windows-uptime.rb
|
179
|
-
- metrics-windows-ram-usage.rb
|
180
|
-
- metrics-windows-network.rb
|
181
|
-
- metrics-windows-disk-usage.rb
|
182
|
-
- metrics-windows-cpu-load.rb
|
183
|
-
- check-windows-service.rb
|
184
|
-
- check-windows-ram.rb
|
185
|
-
- check-windows-process.rb
|
186
|
-
- check-windows-disk.rb
|
187
187
|
- check-windows-cpu-load.rb
|
188
|
+
- check-windows-disk.rb
|
189
|
+
- check-windows-process.rb
|
190
|
+
- check-windows-ram.rb
|
191
|
+
- check-windows-service.rb
|
192
|
+
- metrics-windows-cpu-load.rb
|
193
|
+
- metrics-windows-disk-usage.rb
|
194
|
+
- metrics-windows-network.rb
|
195
|
+
- metrics-windows-ram-usage.rb
|
196
|
+
- metrics-windows-uptime.rb
|
188
197
|
extensions: []
|
189
198
|
extra_rdoc_files: []
|
190
199
|
files:
|
@@ -219,18 +228,19 @@ require_paths:
|
|
219
228
|
- lib
|
220
229
|
required_ruby_version: !ruby/object:Gem::Requirement
|
221
230
|
requirements:
|
222
|
-
- -
|
231
|
+
- - ! '>='
|
223
232
|
- !ruby/object:Gem::Version
|
224
233
|
version: 1.9.3
|
225
234
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
226
235
|
requirements:
|
227
|
-
- -
|
236
|
+
- - ! '>='
|
228
237
|
- !ruby/object:Gem::Version
|
229
238
|
version: '0'
|
230
239
|
requirements: []
|
231
240
|
rubyforge_project:
|
232
|
-
rubygems_version: 2.4.
|
241
|
+
rubygems_version: 2.4.5
|
233
242
|
signing_key:
|
234
243
|
specification_version: 4
|
235
244
|
summary: Sensu plugins for Windows
|
236
245
|
test_files: []
|
246
|
+
has_rdoc:
|
metadata.gz.sig
CHANGED
Binary file
|