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 #352 from Icinga:feature/summarize_performance_counter_errors
Feature: Adds support to summarize perf counter errors for all failed instances
Adds feature to `Invoke-IcingaCheckPerfCounter` to summarize an entire performance counter category, in case all instances of the check fail to prevent large outputs being written into the database
```powershell
Invoke-IcingaCheckPerfCounter -PerfCounter '\processor(*)\% processor time';
[UNKNOWN] Performance Counter [UNKNOWN] \processor(*)\% processor time
\_ [UNKNOWN] \processor(*)\% processor time
\_ [UNKNOWN] Internal Counter Error: Failed to fetch all instances and objects for this performance counter. First error message: Example error message
```
Copy file name to clipboardExpand all lines: doc/31-Changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
18
18
19
19
*[#332](https://github.com/Icinga/icinga-powershell-plugins/issues/332) Adds support to provide different credentials for the `Invoke-IcingaCheckUNCPath` plugin, to run the check for a different user account
20
20
21
+
### Enhancements
22
+
23
+
*[#348](https://github.com/Icinga/icinga-powershell-plugins/issues/348) Adds feature to `Invoke-IcingaCheckPerfCounter` to summarize an entire performance counter category, in case all instances of the check fail to prevent large outputs being written into the database
0 commit comments