sensu-plugins-kubernetes 3.1.0 → 3.1.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 +5 -5
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-kubernetes/exclude.rb +5 -1
- data/lib/sensu-plugins-kubernetes/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: f3bbe9f2b90da4919fb1a403b101e1dabfd43ce1
|
|
4
|
+
data.tar.gz: ad4e135e5747970d71324d286f1b292b37767012
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c974c2ba6df8b42bdf5c9b95fe72d5a0034ae67854889075da4882ee828a11de3f650db36e53da9b845279f713438d974f59646ea179b503fb8983f3f20ac79c
|
|
7
|
+
data.tar.gz: ad23c84b62d7915847be73662d21ca640e5f4890670482564ff7dfe42fbd07e9a9c1a1adb4d011ce9fb2424a5d15afa880f023c8be24c4be6f82e28f0a4345b9
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here ](https://github.com/sensu-plugin
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [3.1.1] - 2018-11-01
|
|
9
|
+
### Fixed
|
|
10
|
+
- `check-kube-nodes-ready.rb`, `check-kube-pods-pending.rb`, `check-kube-pods-restarting.rb`, `check-kube-pods-running.rb`: fix exception when pod.spec.nodeName == nil (i.e. pod not assigned to a node) (@ttarczynski)
|
|
11
|
+
|
|
8
12
|
## [3.1.0] - 2018-10-29
|
|
9
13
|
### Added
|
|
10
14
|
- `check-kube-nodes-ready.rb`, `check-kube-pods-pending.rb`, `check-kube-pods-restarting.rb`, `check-kube-pods-running.rb`: added options `--included-nodes` and `--excluded-nodes` which support a comma separated list so you can filter nodes (@ttarczynski)
|
|
@@ -72,7 +76,8 @@ pending pods, the restart count portion has been split into it's own check, `che
|
|
|
72
76
|
### Added
|
|
73
77
|
- initial release
|
|
74
78
|
|
|
75
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.1.
|
|
79
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.1.1...HEAD
|
|
80
|
+
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.1.0...3.1.1
|
|
76
81
|
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.0.1...3.1.0
|
|
77
82
|
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.0.0...3.0.0.1
|
|
78
83
|
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/2.0.0...3.0.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-kubernetes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.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: 2018-
|
|
11
|
+
date: 2018-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -181,14 +181,14 @@ dependencies:
|
|
|
181
181
|
description: Provides monitoring for Kubernetes via Sensu
|
|
182
182
|
email: "<sensu-users@googlegroups.com>"
|
|
183
183
|
executables:
|
|
184
|
-
- check-kube-service-available.rb
|
|
185
184
|
- check-kube-pods-running.rb
|
|
186
|
-
- handler-kube-pod.rb
|
|
187
|
-
- check-kube-pods-runtime.rb
|
|
188
185
|
- metrics-pods.rb
|
|
189
|
-
- check-kube-pods-
|
|
186
|
+
- check-kube-pods-runtime.rb
|
|
190
187
|
- check-kube-nodes-ready.rb
|
|
191
188
|
- check-kube-pods-restarting.rb
|
|
189
|
+
- handler-kube-pod.rb
|
|
190
|
+
- check-kube-pods-pending.rb
|
|
191
|
+
- check-kube-service-available.rb
|
|
192
192
|
- check-kube-apiserver-available.rb
|
|
193
193
|
extensions: []
|
|
194
194
|
extra_rdoc_files: []
|
|
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
236
236
|
version: '0'
|
|
237
237
|
requirements: []
|
|
238
238
|
rubyforge_project:
|
|
239
|
-
rubygems_version: 2.
|
|
239
|
+
rubygems_version: 2.6.11
|
|
240
240
|
signing_key:
|
|
241
241
|
specification_version: 4
|
|
242
242
|
summary: Sensu plugins for kubernetes
|