charm-hw-health:bug/1901735

Last commit made on 2021-03-11
Get this branch:
git clone -b bug/1901735 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/1901735
Repository:
lp:charm-hw-health

Recent commits

1b6e0f0... by Facundo Ciccioli

Don't use f-strings on charm code if we ought to support Xenial

Xenial ships with python 3.5.6 and f-strings first appeared in 3.6.
Purposedly not removing f-strings from tests' code under the assumption
those will always be run on reasonable versions.

b396de9... by Facundo Ciccioli

Oops. I'd like to thank all unit tests that are watching...

496d0cb... by Facundo Ciccioli

Temporarily point to our check_ipmi_sensor_v3 repo

Waiting for upstream to accept MP 46 fixing issue #31:

    Incorrect --seloptions cmd-line argument passing to ipmi-sel

3ad1dca... by Facundo Ciccioli

Update README.md

ee443e9... by Facundo Ciccioli

Add new actions to ignore (and un-ignore) older SEL entries

ce63795... by Joe Guo

ensure cron output dir and files are owned by nagios user

Before, nrpe-server and cron jobs are run by root, so legacy output dir and files are
owned by root. Now the user has changed to nagios, which will get permission errors
while writing to legacy dir and files owned by root.

This patch try to ensure the permission is correct.

LP: #1906991

Signed-off-by: Joe Guo <email address hidden>

8c68690... by Xav Paice

Fix doc text for ipmi_check_options

Adding quotes to the text after --seloptions causes the command to fail,
this fixes the doc to prevent future travellers finding that out.

b8623de... by Drew Freiberger

Disable nrpe check configuration for ipmiseld tool

34026a1... by Peter Sabaini

Merge branch 'update-submodules'

0ea6ff8... by Paul Goins

Merge remote-tracking branch 'origin/make-functional-tests-pass'