------------------------------------------------------------------- Fri Apr 11 13:58:55 UTC 2025 - Martin Hauke - Update to version 2.3.0 * Add Timestamp checks. * Add unreachable-state option to icinga2 config. * Improve error handling. * Add cli invalid-json-state to change exit code for invalid JSON. ------------------------------------------------------------------- Thu May 16 18:25:45 UTC 2024 - Martin Hauke - Update to version 2.2.0 * Bugfix: Disabled check_hostname to prevent error message when setting CERT_NONE. * Feature: Add flag to increase verbosity and flag to override unreachable state. * Feature: Add flag to override unreachable state. * Extend tests for array syntax. ------------------------------------------------------------------- Thu Mar 16 08:17:13 UTC 2023 - Martin Liška - Build the package against python3 only. ------------------------------------------------------------------- Fri Sep 16 17:55:16 UTC 2022 - Martin Liška - Update to 2.1.2: * Fix missing type conversion for --data by @K0nne in #77 * Add CLI Flag to change HTTP method by @martialblog in #79 * Update Makefile and Workflows by @martialblog in #78 ------------------------------------------------------------------- Tue Mar 8 11:12:18 UTC 2022 - Martin Liška - Skip build for Python 3.8. ------------------------------------------------------------------- Tue Mar 8 11:00:33 UTC 2022 - Martin Liška - Skip build for Python 3.6. ------------------------------------------------------------------- Tue May 4 10:35:08 UTC 2021 - Martin Hauke - Skip build with python39 ------------------------------------------------------------------- Mon Mar 8 21:27:59 UTC 2021 - Martin Hauke - Don't use python_alternatives ------------------------------------------------------------------- Tue Mar 2 08:23:28 UTC 2021 - Martin Hauke - Don't build with python36 - Update to version 2.1.1 * Always load system default CA files. * Fix conditional check on empty data. - Update to version 2.1 * Empty JSON return values are now handled. * Scripts tries to parse and apply rules on HTTPErrors (50*) - remove extra download of icinga2_check_command_definition.conf it's now part of the release tarball ------------------------------------------------------------------- Fri Jul 03 08:11:34 UTC 2020 - mliska@suse.cz - Update to version 2.1+git.1593763135.c23ebac: * Add JSON parsing on HTTPError * Add handling of empty JSON return values * Add spaces to debug output * Add JSON parsing on HTTPError * Adjust pylint for new function * Move main entrypoint to own function for simpler testing * Add Makefile and requirements.txt for easier testing * Update README * added missing cli args for V2.0 * added icinga2 command definitions ------------------------------------------------------------------- Tue Mar 31 19:43:30 UTC 2020 - Martin Hauke - Add icinga2 command configuration template (not yet part of upstream) ------------------------------------------------------------------- Tue Mar 31 16:34:32 UTC 2020 - mcepl@cepl.eu - Update to version 2.0+git.1585671306.219e993: * Code Refactor. UnitTests are now in a separate file and CI is enabled. * Python 3 support #48 #56 * OK Results can now show the returned data #52 * New CLI option -F to split JSON values #54 * Various Bugfixes #34 #43 #53 ------------------------------------------------------------------- Tue Mar 24 10:14:43 UTC 2020 - mcepl@cepl.eu - Update to version 1.4+git.1580742414.2196dba: - Branch python3 has been merged, pulling from the master. - There are no tests upstream, don't pretend there are. ------------------------------------------------------------------- Tue Mar 24 07:29:17 UTC 2020 - Martin Liška - Remove update-alternatives and install to nagios plugin folder. ------------------------------------------------------------------- Tue Mar 24 07:08:41 UTC 2020 - Martin Liška - Rename to monitoring-plugins-http_json. ------------------------------------------------------------------- Thu Mar 12 13:39:35 UTC 2020 - mcepl@cepl.eu - Update to version 1.4+git.1584019054.4f1d29d: * Fix new Python3.8 warnings: ------------------------------------------------------------------- Tue Mar 10 16:10:44 UTC 2020 - mcepl@cepl.eu - Update to version 1.4+git.1583782740.e7cf7ca: * Add value_separator option to specify how JSON values are being split * Add boundary check for SubArrayElement function * Add unittest for argsparse * Add test case for key_value_list_unknown * Add and format some doc_strings * Use Python3 in GitHub Action * Add CI Badge to README * Add Coverage report * Add GitHub Action for Unit Test * Move test to separat file ------------------------------------------------------------------- Tue Mar 10 16:59:36 CET 2020 - Matej Cepl - Initial packaging effort