Skip to content

Releases: Icinga/icinga-powershell-apichecks

Icinga PowerShell Api-Checks v1.2.0

06 Sep 14:30
Compare
Choose a tag to compare

1.2.0 (2021-09-07)

Issue and PRs

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

Icinga PowerShell Api-Checks v1.1.1

07 Jul 07:01
Compare
Choose a tag to compare

1.1.1 (2021-07-07)

Issue and PRs

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.

Icinga PowerShell Api-Checks v1.1.0

01 Mar 15:26
Compare
Choose a tag to compare

1.1.0 (2021-03-02)

Issue and PRs

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.

Icinga PowerShell Api-Checks v1.0.1

16 Jun 13:24
Compare
Choose a tag to compare

Bugfixes

  • #1 Service check returning an empty result

Icinga PowerShell Api-Checks v1.0.0

02 Jun 13:47
f50bbfd
Compare
Choose a tag to compare

Notes

Initial release