Icinga PowerShell API-Checks CHANGELOG¶
The latest release announcements are available on https://icinga.com/blog/.
Please read the upgrading documentation before upgrading to a new release.
Released closed milestones can be found on GitHub.
1.2.0 (2021-09-07)¶
Bugfixes¶
- #5 Fixes performance data for executed checks, which did not return an empty array if no data was available or perf data were disabled
- #6 Fixes exit code to always return an integer and in case not being used, always 3 for
UNKNOWN
in Icinga context
Enhancements¶
- #8 Adds support for Api-Checks to work in JEA context
1.1.1 (2021-07-07)¶
Bugfixes¶
- #7 The Cmdlet being used to test if certain commands can be executed or not, was wrong and has been replaced, which will now cause an exception for the REST-Api daemon.
1.1.0 (2021-03-02)¶
Breaking Changes¶
For the new version you will require to whitelist commands to be executed over this module. Please have a look on the upgrading for more details.
Enhancements¶
- #2 Removes the enforcing feature to provide alias mapping for Cmdlets (like
Invoke-IcingaCheckCPU
=>cpu
) and replaced the entire handling with proper white-/blacklisting entries for each API endpoint.
1.0.1 (2020-06-16)¶
Bugfixes¶
- #1 Service check returning an empty result
1.0.0 (2020-06-02)¶
Notes¶
Initial release