sensu-plugins-raid-checks 0.0.2 → 0.0.3
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 +9 -1
- data/bin/check-raid.rb +1 -1
- data/lib/sensu-plugins-raid-checks/version.rb +1 -1
- metadata +1 -1
- 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: 0d24ad60009e1be82a351349eec5c02ffb2bac54
|
|
4
|
+
data.tar.gz: 6f5e7148df9a122c3d48179f6f78c1d9ab46ec94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0713e426b279d29715c33a59a73942fcbc2a205cd12a79188da419baee2d1d2a0c64ad2e326b9e7569fcfd7c8930cb86a82e8252b1609ea810277b42cd179f56
|
|
7
|
+
data.tar.gz: 705c8b7d093ea91a178525e14659f5a93bfac90c7edf5ee4f19c839bc55231b8df2d6c766545b24a8100e2eeb27909549edf442b8c70be5b28fbd4e50008d745
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
5
5
|
|
|
6
6
|
## Unreleased][unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.0.3] - 2015-06-04
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Merge PR #1
|
|
12
|
+
- If a grep of lspci returns nothing then don't check for software raid.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Set the gemspec to only create binstubs for Ruby scripts
|
|
16
|
+
|
|
8
17
|
## [0.0.2] - 2015-06-03
|
|
9
18
|
|
|
10
19
|
### Fixed
|
|
@@ -17,4 +26,3 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
17
26
|
|
|
18
27
|
### Added
|
|
19
28
|
- initial release
|
|
20
|
-
|
data/bin/check-raid.rb
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|