charm-hw-health:candidate/21.10

Last commit made on 2021-09-27
Get this branch:
git clone -b candidate/21.10 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:
candidate/21.10
Repository:
lp:charm-hw-health

Recent commits

1835e40... by Xav Paice

Retry check_ipmi_sensor on failure

    Alters the cron task which runs check_ipmi_sensor to sleep for a second
    then retry, to filter out intermittent issues where some BMCs show
    errors then immediately recover.

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

ee25cd5... by Xav Paice

Retry check_ipmi_sensor on failure

Alters the cron task which runs check_ipmi_sensor to sleep for a second
then retry, to filter out intermittent issues where some BMCs show
errors then immediately recover.

00b40fb... by Adam Dyess

Add two actions which will list the cron.d hwhealth tasks, and allow the juju user to run them.

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

359b372... by Adam Dyess

Add two actions which will list the cron.d hwhealth tasks, and allow the juju user to run them.

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.