logstash-input-remote_proc 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/logstash-input-remote_proc.gemspec +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: 1de40724faac9caeb974e490b5d6d45e7399bb05
|
4
|
+
data.tar.gz: 8a7a544da5e0499f945c41c27607b4a85bb35c67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81ed7ae0012e3246d9408888f92c306ea2adfab13ec1b01bbe394bd45bcf097822301c112138fa91942bc19894508b166721c01ea0995a20f2b2f2fa098fcd03
|
7
|
+
data.tar.gz: 7e5997a6f431f6666e175f6ccd3ac4a0f7bfc06a8fec61a0962475ddb03a9c07d1c80aaa6a7db5a21f27dca1e6c9b3820b26cfb83e70becc744542af561907f6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-remote_proc'
|
3
|
-
s.version = '0.1.
|
3
|
+
s.version = '0.1.3'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = 'This Logstash plugin collects PROCFS metrics through remote SSH servers.'
|
6
6
|
s.description = 'This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program'
|