~vultaire/charm-hw-health:ilorest-output-fix

Last commit made on 2020-08-12
Get this branch:
git clone -b ilorest-output-fix https://git.launchpad.net/~vultaire/charm-hw-health
Only Paul Goins can upload to this branch. If you are Paul Goins please log in for upload directions.

Branch merges

Branch information

Name:
ilorest-output-fix
Repository:
lp:~vultaire/charm-hw-health

Recent commits

5bab06c... by Paul Goins

Fixed PATH-related issue which broke cron_ilorest.py

Since /usr/sbin/ is not on the PATH via cron, call ilorest as
/usr/sbin/ilorest.

(Thanks Drew for the idea!)

bd8b1c2... by Xav Paice

Change the ilorest output file name

To make the output of cron_ilorest.py consistent with other scripts, and
compatible with the nrpe check which templates the filename as
toolname.out, this changes the ilorest output name from ilorest.nagios
to ilorest.out.

2602e4f... by Paul Goins

Merge branch 'wait-for-vendor-apt-fix' into merge-test

f948c8a... by Paul Goins

Fixed a bug in wait_for_vendor_apt().

There's a clause which tries to do an isinstance check, but does not
instantiate an object from its original class.

This triggered on tools.ILOrest because, while it is a subclass of
tools.AptVendorTool, it is not an instance of it.

>>> isinstance(tools.ILOrest, tools.AptVendorTool)
False

This is fixed by instantiating an ILOrest object and using that instead.

51b8e93... by Paul Goins

Merge branch 'cron-ilorest-cron-fix' into merge-test

6440d8e... by Paul Goins

Merge branch 'apt-vendor-tool-fix' into merge-test

7c50744... by Paul Goins

Merge branch 'functest-fix' into merge-test

a43c4ac... by Paul Goins

Fix for cron_ilorest.py

47020b6... by Paul Goins

Fixed AptVendorTool --filename argument

1fbfd15... by Paul Goins

Fixed error class reference