A monitoring/inventory plugin to check components and health status of systems which support Redfish. It will also create a inventory of all components of a system.
Hi,
I get syntax errors on even every module when using the prefix "f" in front of strings.
Like
File "./check_redfish.py", line 47 description=f"{description}\nVersion: {__version__} ({__version_date__})", ^ SyntaxError: invalid syntax
I have Python 3.6 installed beside Python 2.7 (which the system requires).
Any idea how to force check_redfish to be executed with python3?
Hi, I get syntax errors on even every module when using the prefix "f" in front of strings. Like
File "./check_redfish.py", line 47 description=f"{description}\nVersion: {__version__} ({__version_date__})", ^ SyntaxError: invalid syntax
I have Python 3.6 installed beside Python 2.7 (which the system requires). Any idea how to force check_redfish to be executed with python3?