-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invoke-IcingaCheckUpdates - improvements #143
Comments
Yeah this is a great idea and wanted to improve the filtering a lot already. Could we use this issue to collect some feedback on what everyone would be looking for on Windows updates? The more input we get, the more we can improve on how results are handled and which updates are pending. |
An option to list the names of the updates in the result output. |
Options to filter or exclude certain update categories. For example, Windows Defender definition updates have a Another use-case for this is to consider only security-related updates. |
Also, I'm not sure if this issue is specific to the plugin, if it's by design, or if there's an off-by-one error somewhere: When I specify the |
Thank you for all the input so far! Regarding the thresholds, this is by design as we follow the Nagios/Icinga Plugin threshold guidelines: https://icinga.com/docs/icinga-for-windows/latest/plugins/doc/10-Icinga-Plugins/ Most of Icinga for Windows Plugins will follow these patterns and possibilities. The ones who don't are using direct matches for inputs or values not really compareable. |
Alright, thanks for the clarification on that point! |
Currently the
-Filter
option allows the plugin to limit considered updates to certain predefined criteria. However, it's not possible to do the reverse: only exclude matching updates, and consider all others.In this instance, I would like to only exclude updates that match
Security Intelligence Update
, since those a published very frequently, and consider all other possible updates.The text was updated successfully, but these errors were encountered: