sensu-plugins-openldap 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2824d3133377be5e002896c57aa529d737b1bc4c
4
- data.tar.gz: 2ca395f99861144f655751b87cdc6d73f0eda2a9
3
+ metadata.gz: c82b3e82ef78bb8fa9c42d697e5584bc572c3bfa
4
+ data.tar.gz: 5f1983563e7da304804992106c5eb08c27da59dd
5
5
  SHA512:
6
- metadata.gz: 359c5718912d0eb01ef744fe285931ea674d82830cf8b434629e09101687b403deae7620917db7f9aee527a5c630409f4349edc1fe83c00b5911ebab720e8c7d
7
- data.tar.gz: af5f26d0f57c10dd57acdf79cf174cffc4fbebda06927162d018b2018e9569e66e6da1479a8cbc6caaba13c4ec77f6eaed358f9d311876ffb61e8cde02a8797a
6
+ metadata.gz: 5f21126689c1aeb56df9f368207454e0ddaf6f304e1a5e8c3dd2cd02f10a091d32aff591323c3184e51880691360f2a70ef7e8c819bc3369d1d68c53bfd8d8d1
7
+ data.tar.gz: e5a094f3c50ac85197d6710b9ea1b341ad55be92adabb05dc59fc9244dafabf48001c2eef78d1953ab0164f5d2d0fcc931d5e2727164b7de288a26425cdef5b5
@@ -1,9 +1,11 @@
1
- #Change Log
1
+ # Change Log
2
2
  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
6
  ## [Unreleased]
7
+ ### [1.0.1]
8
+ - Fix #3 : metrics-ldap.rb Error Cannot connect to (@roumano)
7
9
 
8
10
  ## [1.0.0] - 2017-01-17
9
11
  ### Added
@@ -28,7 +30,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
28
30
  ### Added
29
31
  - initial release
30
32
 
31
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/1.0.0...HEAD
33
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/1.0.1...HEAD
34
+ [1.0.1]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/1.0.0...1.0.1
32
35
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/0.0.3...1.0.0
33
36
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/0.0.2...0.0.3
34
37
  [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/0.0.1...0.0.2
@@ -98,7 +98,7 @@ class LDAPGraphite < Sensu::Plugin::Metric::CLI::Graphite
98
98
 
99
99
  begin
100
100
  if ldap.bind
101
- message += 'So far'
101
+ message = 'So far'
102
102
  metrics = {
103
103
  conn_total: {
104
104
  title: 'connections.total',
@@ -2,7 +2,7 @@ module SensuPluginsOpenldap
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-openldap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-18 00:00:00.000000000 Z
11
+ date: 2017-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin