sensu-plugins-memory-checks 0.0.4 → 0.0.5
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 +1 -2
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +5 -1
- data/README.md +1 -1
- data/bin/check-memory-percent.rb +1 -1
- data/bin/check-memory.rb +1 -1
- data/bin/check-swap-percent.rb +1 -1
- data/lib/sensu-plugins-memory-checks/version.rb +1 -1
- metadata +2 -2
- 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: 16fadb9f270e21852cda6c7aa1910cb2c635cf2d
|
|
4
|
+
data.tar.gz: 5953e5e1e94f2cc8136275f376a11c977408770e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2d7e865052c131db2d14a84446b8200ade62ad0e211bf3599e25fab1225446acf92c898076966dc2cc28e02f162acf96c6a4c0ac91305fb7797af5e42641759
|
|
7
|
+
data.tar.gz: 0e475773accf30edaa648dd04c04b69e1998dbfc505fcfd4917d6aa833e31b7d6c84e31943f941e27275f5235bdf20256f18f659735bf83e66e59ac899642b03
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
*7��p�wtKŬ�|{��T�i�jȜ���t��^�Hm��[kt�r��1tH�;P�Ljϴ���Eb�<���&���BA�}�߈4�����j ��-넊:�W�U��ȶ�˂&�&?�-�JFv���7��T�»��6UTe_����J�?�V�v����o�����$�o�����j����=s
|
|
1
|
+
>|E����$*�#��8�ʯb�{'�I��^�!�6gwKcW�f�R����=�����K,�H�A���>�o����'��)wmz-�z��Va��(I|q7�4o@�HiJ����W�2����
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
3
3
|
|
|
4
4
|
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
|
|
5
5
|
|
|
6
|
-
## Unreleased
|
|
6
|
+
## Unreleased
|
|
7
|
+
|
|
8
|
+
## [0.0.4] - 2015-07-14
|
|
9
|
+
### Fixed
|
|
10
|
+
- fixed bad script filenames that prevented the checks for executing
|
|
7
11
|
|
|
8
12
|
## [0.0.4] - 2015-07-14
|
|
9
13
|
### Changed
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Sensu-Plugins-memory-checks
|
|
2
2
|
|
|
3
|
-
[
|
|
3
|
+
[](https://travis-ci.org/sensu-plugins/sensu-plugins-memory-checks)
|
|
4
4
|
[](http://badge.fury.io/rb/sensu-plugins-memory-checks)
|
|
5
5
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-memory-checks)
|
|
6
6
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-memory-checks)
|
data/bin/check-memory-percent.rb
CHANGED
data/bin/check-memory.rb
CHANGED
data/bin/check-swap-percent.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-memory-checks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
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-07-
|
|
33
|
+
date: 2015-07-15 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: sensu-plugin
|
metadata.gz.sig
CHANGED
|
Binary file
|