sensu-plugins-disk-checks 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 +1 -2
- data/CHANGELOG.md +10 -2
- data/lib/sensu-plugins-disk-checks.rb +0 -13
- data/lib/sensu-plugins-disk-checks/version.rb +1 -20
- metadata +10 -3
- 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: 567fb15f068514b74d43e1c530a54e2027f963a9
|
|
4
|
+
data.tar.gz: b92812f3d6ba3ea415b0e7106a09e9b1e1c47da3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bb9a4188bd5cb29c7a19512ede3e41f91b311ef90d383297f9ef8d601f23550aa328c333ab5651fbba83d9bfbe8ca0a122792e4619426894648ac80b8c99b85
|
|
7
|
+
data.tar.gz: d6d040f0c82fd634fcdece594213bd58f9fae29abb175bd5ab491e54bcfd7ed255b5776f25fe373b70135c362990b45d6586736ff6640e9e3006a5733a3ab085
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
=�A��9E/���,���xD�
|
|
1
|
+
zQZ����GGS�^!n���=��0�}lRV�[��3�������Xӗ[��x�&A9�sxɞx�����:Yu^��ln� �I�T������a��ZO��E�W��=����<�Mݴ#ί= �F\Z1#���2Ԟ5��A�=�I������#1:U�M�,�B��H�h�d�,�c
|
data/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,20 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
5
5
|
|
|
6
6
|
## Unreleased][unreleased]
|
|
7
7
|
|
|
8
|
-
## 0.0.1 - 2015-04-21
|
|
8
|
+
## [0.0.1] - 2015-04-21
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
- initial release
|
|
12
12
|
|
|
13
|
-
## 0.0.2 - 2015-04-21
|
|
13
|
+
## [0.0.2] - 2015-04-21
|
|
14
14
|
|
|
15
15
|
### Fixed
|
|
16
16
|
- deployment issue
|
|
17
|
+
|
|
18
|
+
## [0.0.3] - 2015-06-02
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
- added binstubs
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
- removed cruft from /lib
|
|
@@ -1,28 +1,9 @@
|
|
|
1
|
-
require 'json'
|
|
2
|
-
|
|
3
|
-
# encoding: utf-8
|
|
4
1
|
module SensuPluginsDiskChecks
|
|
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-disk-checks'
|
|
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-disk-checks
|
|
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-03 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: sys-filesystem
|
|
@@ -202,7 +202,14 @@ dependencies:
|
|
|
202
202
|
version: '0.10'
|
|
203
203
|
description: Sensu plugins for disk checks
|
|
204
204
|
email: "<sensu-users@googlegroups.com>"
|
|
205
|
-
executables:
|
|
205
|
+
executables:
|
|
206
|
+
- disk-usage-metrics.rb
|
|
207
|
+
- disk-metrics.rb
|
|
208
|
+
- disk-capacity-metrics.rb
|
|
209
|
+
- check-smart.rb
|
|
210
|
+
- check-smart-status.rb
|
|
211
|
+
- check-fstab-mounts.rb
|
|
212
|
+
- check-disk-usage.rb
|
|
206
213
|
extensions: []
|
|
207
214
|
extra_rdoc_files: []
|
|
208
215
|
files:
|
metadata.gz.sig
CHANGED
|
Binary file
|