sensu-plugins-windows 0.0.9 → 0.0.10

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- M2EyMzU3OGI2ZDFkMWRjOGE3ZmVlNzA3Y2E0NWIwZTg4MTc5ODU0MA==
4
+ NzZmMDcxYWVhZTY5Y2Q4ZjA4YjEzYTQ1MWE0YjFkOTg1MzA1YzA1NA==
5
5
  data.tar.gz: !binary |-
6
- NDA2MGQ3ZDY3OGNkZGQ0MDc5NjQ5OWJjNzk4NjI3MjRlNjQ5ZDBkYg==
6
+ MWYyMWViYTVmYTUyOWNmMjEzNjM4OTZhMDI0MzEyNDgzYmI0ZWYyMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDc4NWM0MWMwMWQ4OGJiZTQ5ZDEzMjNmYThlNTI0MDg4ZGZkNDRlMzY4YWZi
10
- YjFhNzE3YTI0ZDY4Mzk0OGVkN2NhMmFjZjdhMjFkZDM2ZjQxMWI1OWZjMWNk
11
- MWU0ZmI5M2UxYWRjNDkxNmFjMTcxZWI3ZmIxMWEzMWM3NWU5Mzg=
9
+ ZTExNWY5MGM5YjFmODEzYTA5MTQ2ODczNzM3ZGVhMGM3NTZiYjY3NTQwNTI2
10
+ MDIzNmZkODI4NjE5OTU2Yjg4MWQzMGQ4YmEyNDBmOGZmMDA0MDc3MWE2N2Nh
11
+ MzNhYjAyMGJiMGEzMzJiMzJiYjllMWUxM2VjN2U0OTM2MWYxMmI=
12
12
  data.tar.gz: !binary |-
13
- OTExYjQwMjM0N2FiOGRhMjU4OWQ2OWJjNTdhMWUzZTZiYTFmNGRiODVkMGQx
14
- NmU5MGFjODg5ZjM5ZmI4YzJiZjI2ZWY2MjJiZDRiZTQ5NDI5MzViNWRmNDhl
15
- Mzk5YzQ5MDk0NTZlZTdiMmQyYjMxOTZkMzc0NmY2OTlkZmY1YTY=
13
+ OTYwNGNhYzQ5MjJiOTliMzU3YTMyNTc4YzM5ZjQwYTMxZDljZWUyZGQyNTVh
14
+ ODU2MGEzOTA1NDBjMTRlYjEyNzAyM2EyYjU1OGUyMmNkMzgwNGVkNDU3YzBk
15
+ ZmEyMjk4MDA0ODA1M2E4NzcxMWI4ZTQ5ZTgwNWI5YWMyY2M2MDQ=
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- 2>_�<�6j\p�@F)GǹƋ�����b�y(ADE0�I����z6Z�=1��@.ޚC.�mVJ�s���w � D�� ڧk�������Δ���S!���Y��kx�t ���*���B@_�8
2
- ��4� @o:T��N"��y��c��%㳁�����&s��6
1
+ ,V�$�w�v߳��E��bAh�3gb�+$�]foƨ��{W��]gv��t2F:�'g��Y�ּ��`c�??�DuQ[QI'�P.��ͦti[/V�HJ�[ŕ�X"�uؐ�<e�3s�r/��s�M�>g��>++Aߖ'��'�����9��
2
+ 0��M�u���[����� ߇^$%�M��Wd(b�K+�������R鄩GY0�4��/0���#n 8\�����f[�׋$q]0�����'>6�!�U�
@@ -5,15 +5,18 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.0.10] - 2016-02-16
9
+ ### Fixed
10
+ - check-windows-disk.rb removed system volumes from list
11
+
8
12
  ## [0.0.9] - 2016-02-05
9
- ## Added
13
+ ### Added
10
14
  - new certs
11
15
 
12
16
  ## [0.0.8] - 2015-12-10
13
- ## Fixed
17
+ ### Fixed
14
18
  - metrics-windows-disk-usage.rb incorrect variable
15
19
 
16
-
17
20
  ## [0.0.7] - 2015-11-19
18
21
  ### Fixed
19
22
  - metrics-windows-network.rb: remove characters that break graphite metrics
@@ -54,6 +57,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
54
57
  - initial release
55
58
 
56
59
  [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.9...HEAD
60
+ [0.0.10]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.9...0.0.10
57
61
  [0.0.9]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.8...0.0.9
58
62
  [0.0.8]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.7...0.0.8
59
63
  [0.0.7]: https://github.com/sensu-plugins/sensu-plugins-windows/compare/0.0.6...0.0.7
@@ -71,6 +71,7 @@ class CheckDisk < Sensu::Plugin::Check::CLI
71
71
  next if /\S/ !~ line
72
72
  next if _avail.nil?
73
73
  next if line.include?('System Reserved')
74
+ next if line.include?('\Volume')
74
75
  next if config[:fstype] && !config[:fstype].include?(type)
75
76
  next if config[:ignoretype] && config[:ignoretype].include?(type)
76
77
  next if config[:ignoremnt] && config[:ignoremnt].include?(mnt)
@@ -2,7 +2,7 @@ module SensuPluginsWindows
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 9
5
+ PATCH = 10
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  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.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
@@ -39,7 +39,7 @@ cert_chain:
39
39
  a1grSVFNd1lhelpBbEIvMTNkN2E4VTBoN0NyYjM2Sm5TUGF0aHVSemU0cUtY
40
40
  RlEKM2YzVFVaV3d2UmZ0Y1N1K3Z0Y0JSa00wCi0tLS0tRU5EIENFUlRJRklD
41
41
  QVRFLS0tLS0K
42
- date: 2016-02-05 00:00:00.000000000 Z
42
+ date: 2016-02-16 00:00:00.000000000 Z
43
43
  dependencies:
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: sensu-plugin
metadata.gz.sig CHANGED
Binary file