charm-hw-health:bug/1924863

Last commit made on 2021-09-18
Get this branch:
git clone -b bug/1924863 https://git.launchpad.net/charm-hw-health
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
bug/1924863
Repository:
lp:charm-hw-health

Recent commits

b068866... by Adam Dyess

Merge branch 'master' of git+ssh://git.launchpad.net/charm-hw-health into bug/1924863

6ac3819... by Garrett Neugent

Prevent logging sudo ipmi commands during checks

Reviewed-on: https://code.launchpad.net/~thogarre/charm-hw-health/+git/charm-hw-health/+merge/408111
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Zachary Zehring <email address hidden>

4d051d5... by Garrett Neugent

Prevent logging sudo ipmi commands during checks

f401447... by Xav Paice

Add option to exclude SEL entries

Adds an option to accept a series for entries which can be used to
exclude certain items from the IPMI SEL checks.

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-hw-health/+git/hw-health-charm/+merge/403425
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

21ff094... by Xav Paice

Correction to config.yaml

Correction to the help text for sel_check_exclusions.
Refactor variable name in tools.py to make the associated code easier to
read.

2debc27... by Xav Paice

Add lint exclusions for exception names

19c8de5... by Xav Paice

Add option to exclude SEL entries

Adds an option to accept a series for entries which can be used to
exclude certain items from the IPMI SEL checks.

7cda5c4... by Xav Paice

Update check_ipmi_sensor from upstream

    Updates the check_ipmi_sensor submodule, and includes it in the charm
    code itself as a file copied whenever we run 'make submodules-update'.
    This means that changes to the file get reviewed rather than relying on
    the upstream source to review the code safely, given that it runs as
    root.

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-hw-health/+git/hw-health-charm/+merge/404361
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Edin S <email address hidden>

cac5824... by Xav Paice

Update check_ipmi_sensor from upstream

Updates the check_ipmi_sensor submodule, and includes it in the charm
code itself as a file copied whenever we run 'make submodules-update'.
This means that changes to the file get reviewed rather than relying on
the upstream source to review the code safely, given that it runs as
root.

e0c8c28... by Xav Paice

Merge remote-tracking branch 'axino/axino'