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: 5
-
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, '23
JEMi remember that it was already implemented in older version..
1
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 -
01 Aug, '23
Martin Hirschvogel AdminWe plan to mainline Andreas' generic redfish agent. This will allow you to monitor any device supporting Redfish - also in the appliance.
We are looking for further testers and will reach out to anyone who has voted here with their email address visible for us. Anyone else, who is interested in testing, please send an email to martin.hirschvogel@checkmk.com -
07 Mar
Martin Hirschvogel AdminMerged for 2.3 and master
https://github.com/Checkmk/checkmk/commit/be05dba616823bac5b33395430e5deed2faeadd5