-
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
Feature: Please add a possibility to mitigate the checkresult from "unknown" to "ok" if no checks could be added to a package #217
Comments
Thank you for the issue. This is not a feature request, but a bug. This package should never throw unknown in case no packages are configured. Sidenote: For the Performance counters I will add a flag to configure it. Should have read the entire issue :D |
Yes, this is a new cluster. The hosts currently have no client VMs configured. |
Fixed the overcommitment in; Icinga/icinga-powershell-hyperv#41 |
We are going to test this tomorrow.
|
Could you please open a new issue on the Hyper-V repository for this? A simple Copy&Paste would be enough. I will provide a PR for this day. Thank you in advance! |
Expected Behavior
I whould love to have a way to mitigate the checkresult to "OK" if a check can not be added to the package.
Current Behavior
I have a few hyper-v checks, which sometimes go "unknown", because the things to check are currently not available. In my case this is not necessary a problem.
Example: The perfcounters to check are only available if client vms exist at the host
Example: Overcommitment is not used
Possible Solution
Add a parameter to toggle the behaviour between OK and UNKNOWN.
Context
If the hyperv hosts have no client vms (e.g. a new cluster or hosts in maintenance) the "unknown" distracts the users.
The text was updated successfully, but these errors were encountered: