logstash-output-nagios 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: 44dcf8c038877f78430304e1506d91541b3405d4f2171d44c86fad261a72fb6c
4
- data.tar.gz: aae8ef8c73b5673a79b700947770c101c769733de882fe1d3bcbd4ab13247d85
3
+ metadata.gz: 92e9bc9c674acf5b4d295ebb09d7ddc761bac8329baae8519a218637b8d58c82
4
+ data.tar.gz: dae23a963bb2b50ec691908bd2eaf3206c1e5ab556c38dacdb12d32f732747bb
5
5
  SHA512:
6
- metadata.gz: 9edf64c6d8e40241cc76ef96f79977155cf58374fc29a646dafbb3a7d691c1db34590c98c22f72ac53f10d3d20f8a9e5f4bbf7a3eaf95cf7d8b617759888e941
7
- data.tar.gz: 60bfb950fd9f8f2e2edee53005b5551839002d033a9379f913c09ee1dc34d4bf886605ecc70d80401614528e22a21f69b17f83837f7572ece4005dfc5c99c7d7
6
+ metadata.gz: ab72d5d3fd4b85764e74c1c7b3b1564287d4fcd4a02de9140d416ad10e5099229af1756e9510c1420085a043c8a8f84b5aa02be638077abe9cbf8801b7cab926
7
+ data.tar.gz: 96f42f96fa6728dd56195d67e4ccc22ed47fd91ac9a72f4c40cd4944e463ad410103f9d38a2cad0b3fe52237f7710651dc10ed4d9e9cdb598d4ea9323ccbad34
@@ -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
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -87,4 +88,6 @@ The Nagios check level. Should be one of 0=OK, 1=WARNING, 2=CRITICAL,
87
88
 
88
89
 
89
90
  [id="plugins-{type}s-{plugin}-common-options"]
90
- include::{include_path}/{type}.asciidoc[]
91
+ include::{include_path}/{type}.asciidoc[]
92
+
93
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-nagios'
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"
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
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-07 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