logstash-output-nagios_nsca 3.0.5 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1255f3d94e98842187fb3c44692cf74e354dcc5e2a4d59e9371519465d864de
4
- data.tar.gz: '072299ecfe57fbfc5b96d796773c129204973f5c947a521f1cba8e4c00e4af00'
3
+ metadata.gz: c988646833af02bd5315d23a693078ef9e422b8f17357bc88e1949a23396068c
4
+ data.tar.gz: 66f08a8c5915cfcf87c38c78c3ffa138b535a00755fc815fd5db7591bca70c59
5
5
  SHA512:
6
- metadata.gz: 669ad65e9b5d1fcecf04064158937813fdd25a2288b1c68ed2821178f4ec91449005e21a968032800e59d9278ce81741215a2130275aa5f97840f31f36e71252
7
- data.tar.gz: 253c9f0f3da93c9d64bd59bdad41589b8f85eceadae2e6e11d59fcd2e9632f59dc167f18bc9f851a42dc62ccd1805ae4961236a572c56ba7d72108d2fb07876c
6
+ metadata.gz: d17e5e25b70c14bc79e5ad9b166f158c565548bf865cdd8124884b49ccf25fffd992f5cdd4dcf6df88e991348aa4618fb69b24795fa34020cf96e9337b5c763b
7
+ data.tar.gz: 381fe62a59b860519be585fe32708ed0fb24105fb271160a011d684a72908ef2f0718fda7a0bce9cf1868ecc2d3237a8e7ff19a9c120d8e256d37de5da40d45a
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: nagios_nsca
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -138,4 +139,6 @@ Leave blank if you don't want to provide a config file.
138
139
 
139
140
 
140
141
  [id="plugins-{type}s-{plugin}-common-options"]
141
- include::{include_path}/{type}.asciidoc[]
142
+ include::{include_path}/{type}.asciidoc[]
143
+
144
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-nagios_nsca'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Sends passive check results to Nagios using the NSCA protocol"
7
7
  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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-nagios_nsca
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-13 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement