sensu-plugins-megaraid 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
- data/CHANGELOG.md +4 -0
- data/bin/check-megaraid.rb +1 -1
- data/lib/sensu-plugins-megaraid/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b54346860fcf403c5bbd4f028544ebd65ff7b6a0
|
|
4
|
+
data.tar.gz: 117d83db4fcc0f0b8e308532faa019cca93a992b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 133b365b8ca8a49033b57bb793d2e2d249888956e2bbf29b3fa99884172030bd116fa9b7ebc88e1b7607a6d6d65a934d50b2334d6caaa820d9a095508fcd29b6
|
|
7
|
+
data.tar.gz: 997dd8508c00bbf368043a794a5010631cc41f3fc1fd4b9fd34876613a9f61ca89ac2613ea3faec6e95d1af83ac549b6479e76be754c98a711999295eb07ad77
|
data/CHANGELOG.md
CHANGED
data/bin/check-megaraid.rb
CHANGED
|
@@ -169,7 +169,7 @@ class CheckMegaRAID < Sensu::Plugin::Check::CLI
|
|
|
169
169
|
warning if config[:warn]
|
|
170
170
|
critical
|
|
171
171
|
else
|
|
172
|
-
ok "All controllers (#{@controllers.join(', ')}) are healthy"
|
|
172
|
+
ok "All controllers (#{@controllers.keys.join(', ')}) are healthy"
|
|
173
173
|
end
|
|
174
174
|
end
|
|
175
175
|
end
|