sensu-plugins-filesystem-checks 0.0.4 → 0.1.0
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 +5 -1
- data/README.md +3 -1
- data/lib/sensu-plugins-filesystem-checks/version.rb +2 -2
- 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: e1c85dcc44b7f269fb1cedd56c56f998f9a0c9d1
|
|
4
|
+
data.tar.gz: 4a0a1c5d73c1868933d5d0293a7715c860137c81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27746d379e8ac14e6dca6eb9219f242d5c7ed661003b60d4ec639dc611e486aa40ac70c68f00d0c942f8543c29b4c079c3aa66a232e40b2e2db1adaadbd681f9
|
|
7
|
+
data.tar.gz: 4329839a9dc8a515bcd5b0edb8c60a12270377bb68d13f158cad277b8b717a56f173e5b0c666c7fda2fe87c229870f488a877529379bfe7dba186429f3e97cb1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
���c��7�Wk\C+��$M��u5��KX����>B<H���`�>�'&]6����mb�V註I���2���@a��kϘ��'.w|�<�8J�ɌU�P�qO�)���+����
|
|
1
|
+
���1:;�3��q�'=SK��5�:n���G�a�Hu�p���lH/��=2qJ�"��4�!{1�:�`.��2ˈ�C�Z+(DT1=��{j� .�X� 9��Axm{o��)a��
|
data/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
6
6
|
## [Unreleased][unreleased]
|
|
7
7
|
- nothing
|
|
8
8
|
|
|
9
|
-
## [0.0
|
|
9
|
+
## [0.1.0] - 2015-08-04
|
|
10
|
+
### Added
|
|
11
|
+
- Added new checks for file and directory size
|
|
12
|
+
|
|
13
|
+
## [0.0.4] - 2015-08-04 (Pulled)
|
|
10
14
|
### Changed
|
|
11
15
|
- Added 'check-dir-size.rb' for checking the total size of a directory
|
|
12
16
|
- Recommited 'check-file-size.rb' from previous repo, with a couple of updates
|
data/README.md
CHANGED
|
@@ -10,9 +10,11 @@
|
|
|
10
10
|
## Functionality
|
|
11
11
|
|
|
12
12
|
## Files
|
|
13
|
-
* bin/check-dir-count.rb
|
|
14
13
|
* bin/check-checksums.rb
|
|
14
|
+
* bin/check-dir-count.rb
|
|
15
|
+
* bin/check-dir-size.rb
|
|
15
16
|
* bin/check-file-exists.rb
|
|
17
|
+
* bin/check-file-size.rb
|
|
16
18
|
* bin/check-fs-writable.rb
|
|
17
19
|
* bin/check-mtime.rb
|
|
18
20
|
* bin/check-tail.rb
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|