Skip to content

Releases: Napsty/check_rancher2

1.5.0

13 Apr 06:01
4e3c68a
Compare
Choose a tag to compare

Potential breaking change: Replace jshon command with jq, allowing to use filtering in json content.
jq is more widely used than jshon and has helpful features such as filtering (search). This is used to fix issue #19.

Make sure you have jq installed on your system where you run check_rancher2.

1.4.0

10 Feb 07:12
37580c9
Compare
Choose a tag to compare

This release enhances the plugin to check for workloads in a specific namespace. This is necessary when there are multiple workloads with the same name around (for example "nginx") but deployed across multiple namespaces.

This also fixes the pod check which already was prepared to check for pods in namespaces (according to documentation) but was missing to read the namespace given with -n namespace.

1.3.0

17 Jun 11:47
4d19d1d
Compare
Choose a tag to compare

This release adds a new parameter "-i" to manually set a list of status(es) to ignore.
Currently this only affects checks on nodes (using -t node).

With this change, certain status(es) can be ignored, for example when a node is in cordoned or drained status.

1.2.3

23 May 15:23
38f8819
Compare
Choose a tag to compare

Handles 403 error from API and solves #15

1.2.2

29 Jan 15:44
7856cae
Compare
Choose a tag to compare

1.2.2 is a bugfix release and contains two bugfixes documented in #11 and #12 .

1.2.1

24 Sep 08:11
64d5349
Compare
Choose a tag to compare

Detect 308 redirects

1.2.0

03 Sep 09:27
784e866
Compare
Choose a tag to compare

Allow self-signed certificates (-s)

1.1.1

03 Sep 08:53
634cc71
Compare
Choose a tag to compare

Detect invalid hostname (non-API hostname) -> fixes #3

1.1.0

08 Mar 11:12
Compare
Choose a tag to compare

Added the "node" check type to monitor all nodes across all clusters or nodes within a defined cluster (-c clusterid).

v 1.0.0

09 Nov 09:47
4834ded
Compare
Choose a tag to compare

Plugin presented at Open Source Monitoring Conference. So the name is out, the plugin is in the wild now. GA release for everyone and leaving beta behind.