sensu-plugins-windows 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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +8 -0
- data/lib/sensu-plugins-windows.rb +0 -14
- data/lib/sensu-plugins-windows/version.rb +1 -20
- metadata +17 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68df85fa709f9fd50cf158b037b201655124765e
|
|
4
|
+
data.tar.gz: 108ef64f4552825adad6762e3d747e74c8303224
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fac82fa80e6038885ded6ac7430c7799baec7bf6b56acbab53de02f52749ebddfd0a5d402ce64e6946b176bda256be7ebc80521dd1b93c7843fbd1a896e691a6
|
|
7
|
+
data.tar.gz: 7d7ba25a64faa7f5229d690a7db3000b97fcb8978ce3de82915c2774ce665577f52a042d82c16a3a7ec3999bf681c5dce2b0df4e18daad52ebc0d41f7e540d2e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
5
5
|
|
|
6
6
|
## Unreleased][unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.0.2] - 2015-06-03
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- added binstubs
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- removed cruft from /lib
|
|
15
|
+
|
|
8
16
|
## 0.0.1 - 2015-05-21
|
|
9
17
|
|
|
10
18
|
### Added
|
|
@@ -1,28 +1,9 @@
|
|
|
1
|
-
require 'json'
|
|
2
|
-
|
|
3
|
-
# encoding: utf-8
|
|
4
1
|
module SensuPluginsWindows
|
|
5
|
-
# This defines the version of the gem
|
|
6
2
|
module Version
|
|
7
3
|
MAJOR = 0
|
|
8
4
|
MINOR = 0
|
|
9
|
-
PATCH =
|
|
5
|
+
PATCH = 2
|
|
10
6
|
|
|
11
7
|
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
|
12
|
-
|
|
13
|
-
NAME = 'sensu-plugins-windows'
|
|
14
|
-
BANNER = "#{NAME} v%s"
|
|
15
|
-
|
|
16
|
-
module_function
|
|
17
|
-
|
|
18
|
-
def version
|
|
19
|
-
format(BANNER, VER_STRING)
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
def json_version
|
|
23
|
-
{
|
|
24
|
-
'version' => VER_STRING
|
|
25
|
-
}.to_json
|
|
26
|
-
end
|
|
27
8
|
end
|
|
28
9
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu-Plugins and contributors
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
|
|
31
31
|
HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2015-
|
|
33
|
+
date: 2015-06-04 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: sensu-plugin
|
|
@@ -172,9 +172,20 @@ dependencies:
|
|
|
172
172
|
- - "~>"
|
|
173
173
|
- !ruby/object:Gem::Version
|
|
174
174
|
version: '0.10'
|
|
175
|
-
description: Sensu plugins for
|
|
175
|
+
description: Sensu plugins for Windows
|
|
176
176
|
email: "<sensu-users@googlegroups.com>"
|
|
177
|
-
executables:
|
|
177
|
+
executables:
|
|
178
|
+
- metrics-windows-ram-usage.rb
|
|
179
|
+
- metrics-windows-disk-usage.rb
|
|
180
|
+
- metrics-windows-cpu-load.rb
|
|
181
|
+
- metrics-iis-get-requests.rb
|
|
182
|
+
- metrics-iis-current-connections.rb
|
|
183
|
+
- extension-wmi-metrics.rb
|
|
184
|
+
- check-windows-service.rb
|
|
185
|
+
- check-windows-process.rb
|
|
186
|
+
- check-windows-disk.rb
|
|
187
|
+
- check-windows-cpu-load.rb
|
|
188
|
+
- check-iis-current-connections.rb
|
|
178
189
|
extensions: []
|
|
179
190
|
extra_rdoc_files: []
|
|
180
191
|
files:
|
|
@@ -198,7 +209,7 @@ homepage: https://github.com/sensu-plugins/sensu-plugins-windows
|
|
|
198
209
|
licenses:
|
|
199
210
|
- MIT
|
|
200
211
|
metadata:
|
|
201
|
-
maintainer:
|
|
212
|
+
maintainer: sensu-plugin
|
|
202
213
|
development_status: active
|
|
203
214
|
production_status: unstable - testing recommended
|
|
204
215
|
release_draft: 'false'
|
|
@@ -223,5 +234,5 @@ rubyforge_project:
|
|
|
223
234
|
rubygems_version: 2.4.6
|
|
224
235
|
signing_key:
|
|
225
236
|
specification_version: 4
|
|
226
|
-
summary: Sensu plugins for
|
|
237
|
+
summary: Sensu plugins for Windows
|
|
227
238
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|