Skip to content

Releases: Napsty/check_es_system

1.13.0

Choose a tag to compare

@Napsty Napsty released this 06 Sep 11:27

Improving code, fix cert based auth on certain types (fixes #53), code contribution from @jhonny-oliveira in #54

1.12.1

Choose a tag to compare

@Napsty Napsty released this 29 Sep 13:54
2f8c900

This is a bugfix release and affects a fix for the readonly check type.
Before 1.12.1, the readonly check would silently return OK even if the check doesn't work due to missing privileges on the Elasticsearch cluster.

1.12.0

Choose a tag to compare

@Napsty Napsty released this 02 Dec 13:45
b571b33

This release contains multiple enhancements:

  • Additional authentication method using SSL settings (with key and certificate)
  • Additional CPU usage check
  • Additional "local" node parameter. Certain checks (cpu, mem, disk, jthreads) can be executed with the additional -L flag.

The base work was submitted in PR #41 . To assure backward compatibility and other improvements, the PR #44 replaced PR 41 and was finally merged.

1.11.1

Choose a tag to compare

@Napsty Napsty released this 16 Jun 13:28
b4ce086

This version 1.11.1 fixes two bugs.

  • Invalid authentication is not properly handled and did not result in correct plugin behaviour (output and exit code) on the check types readonly, master and tps

  • Invalid domains submitted by -H parameter were not properly handled and resulted in the plugin to simply return OK (exit code 0) when a HTTP status 200 came back as a response.

1.11.0

Choose a tag to compare

@Napsty Napsty released this 25 Nov 10:22
eb70276

This fixes #30

  • Set jq as new default json parser (was: jshon)
  • Plugin now shows the names of the found read_only indexes when using jq as json parser

1.10.1

Choose a tag to compare

@Napsty Napsty released this 10 Nov 07:18

Bugfix in jthreads check type.
See #34 .

1.10.0

Choose a tag to compare

@Napsty Napsty released this 16 Sep 12:52
f5eb311

Enhances plugin to use the -i parameter as an "include object names" parameter.
For the readonly check, the indexes to be checked can be defined.
For the tps check, the list of the thread pools to be checked can be defined.

Fixes #28

1.9.1

Choose a tag to compare

@Napsty Napsty released this 24 Aug 05:48
1d0bcbc

Version 1.9.1 is a bugfix release and fixes a small but important typo in the readonly check output.

1.9.0

Choose a tag to compare

@Napsty Napsty released this 23 Jul 11:59

Version 1.9 adds the name of the cluster to the status output.

1.8.1

Choose a tag to compare

@Napsty Napsty released this 12 Jun 10:18
92cb23a

This release fixes a bug in the readonly check type (issue #26)