You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #246 from Icinga:fix/service_check_display_name_filtering
Fix: Wrong UNKNOWN while using service display name
While using the service display name for `Invoke-IcingaCheckService`, the correct service is added, but also an unknown because we only checked if the service is present by it's name instead of the display name.
This will now resolve this issue and allow the monitoring by using the name and the display name with proper results.
Copy file name to clipboardExpand all lines: doc/31-Changelog.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ documentation before upgrading to a new release.
7
7
8
8
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-plugins/milestones?state=closed).
9
9
10
+
## 1.8.0 (2022-02-08)
11
+
12
+
[Issue and PRs](https://github.com/Icinga/icinga-powershell-plugins/milestone/11?closed=1)
13
+
14
+
*[#246](https://github.com/Icinga/icinga-powershell-plugins/pull/246) Fixes wrong `UNKNOWN` on `Invoke-IcingaCheckService` while using service display name with the `-Service` argument instead of the service name
15
+
10
16
## 1.7.0 (2021-11-09)
11
17
12
18
[Issue and PRs](https://github.com/Icinga/icinga-powershell-plugins/milestone/10?closed=1)
0 commit comments