add redfish support in the appliance
Hallo,
the appliance should contain all packages to use all checks. In my case redfish isn t supported
Comments: 3
-
22 Nov, '22
caliHi,
i think this python-module is essential for a modern monitoring solution.
Any Update on this?
Cheers cali -
30 Nov, '22
Cong+1 i like it
-
24 Feb
JEMi remember that it was already implemented in older version..
after short investigation on CMA 1.6.1 and siteversion 2.1.0p21 found it working easy with correcting header of pip3 file
OMD[SITE]:~$ cat ./bin/pip3
#!/replace-me/bin/python
# -*- coding: utf-8 -*-
import os
os.environ["PIP_DISABLE_PIP_VERSION_CHECK"] = "True"
os.environ["PIP_TARGET"] = os.path.join(os.environ["OMD_ROOT"], "local/lib/python3")
import re
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
sys.argv[0] = re.sub(
just replace first line with:
#!/usr/bin/env python3
and it will get work! but carrefull after updates, cause its link to siteversion folder tree