-
Notifications
You must be signed in to change notification settings - Fork 20
Add option to use warning instead of critical #24
Comments
I'm not sure whether this is the right approach. All checks typically take their respective "worst" case as critical, e.g. a check_smartstatus would likely give you "Critical" if the overall health status is "FAILING" and not just a "Warning" because some people may have e.g. a RAID in place and one failing disk wouldn't harm them. The only case that I could at least think of where this would remotely make sense was: |
I understand your view, but we have a dashboard that shows the amount of critical checks. What you say might work for other plugins like load or disk checks. It would be really nice to be able to choose the state. Would you accept a pull request? |
Uhm… if you would wait a bit,… I'm actually just in the process of re-implementing check_yum from scratch, to hopefully solve some longer standing issues. |
very nice! thank you |
I think critical is the wrong severity, even for security updates. We have a nightly cronjob on our servers that runs yumcron. Critical should only be used for problems that directly affect a system and require immediate attention.
The text was updated successfully, but these errors were encountered: