check_rancher2

Monitoring plugin to check Docker / Kubernetes clusters managed by Rancher 2.x

Release 1.5.0

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.

check_rancher2-1.5.0.tar.gz

Release tarball
application/gzip 2021-04-13 Download from Github

Release 1.4.0

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.

check_rancher2-1.4.0.tar.gz

Release tarball
application/gzip 2021-02-10 Download from Github

Release 1.3.0

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.

check_rancher2-1.3.0.tar.gz

Release tarball
application/gzip 2020-06-17 Download from Github