Skip to content
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

fix AMD ucode checking in non-debug mode #288

Merged
merged 2 commits into from
Feb 25, 2024
Merged

Commits on Nov 15, 2023

  1. fix AMD ucode checking in non-debug mode

    It looks like the assignment when the ucode exist was not
    done *unless* `debug` (`-v`) was set. Therefore, all AMD microcode
    checks were returning UNKNOWN, including in Nagios checks, unless the
    `-v` ("verbose", but actually `debug`) was passed.
    
    Closes: liske#249
    anarcat committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b073fb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    ca7a2ab View commit details
    Browse the repository at this point in the history