sensu-plugins-windows 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef96a4ab27948355d0ebe457b524a8b592df8f2a
4
- data.tar.gz: 83182755a743a8b15c90dc29a633b568b4b22a56
3
+ metadata.gz: 68df85fa709f9fd50cf158b037b201655124765e
4
+ data.tar.gz: 108ef64f4552825adad6762e3d747e74c8303224
5
5
  SHA512:
6
- metadata.gz: 0a5e700834d2d0392f513bf3f2e95b96c7a58cbd834b7dd43055d2983ef0488580dbbecf7a95d5d6392029582ae3dac4ced7b817f3c2b33b22de53aee8799bd4
7
- data.tar.gz: 71eb67df19982ebf3e7896aa3029b95c31be381ff7e4b03c32d93fe912d303aacb3662245d55196dd53fbce704aa33e7198d99381bc534ef6bcecec1c099b853
6
+ metadata.gz: fac82fa80e6038885ded6ac7430c7799baec7bf6b56acbab53de02f52749ebddfd0a5d402ce64e6946b176bda256be7ebc80521dd1b93c7843fbd1a896e691a6
7
+ data.tar.gz: 7d7ba25a64faa7f5229d690a7db3000b97fcb8978ce3de82915c2774ce665577f52a042d82c16a3a7ec3999bf681c5dce2b0df4e18daad52ebc0d41f7e540d2e
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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,15 +1 @@
1
-
2
1
  require 'sensu-plugins-windows/version'
3
-
4
- # Load the defaults
5
-
6
- #
7
- # Default class
8
- #
9
- module SensuPluginsWindows
10
- class << self
11
- end
12
-
13
- class << self
14
- end
15
- end
@@ -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 = 1
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.1
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-05-21 00:00:00.000000000 Z
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 working with windows
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 working with windows
237
+ summary: Sensu plugins for Windows
227
238
  test_files: []
metadata.gz.sig CHANGED
Binary file