seit kurzem arbeite ich mit OPSI 4.3 (Docker) und manage die Clients in unsere Firma mit dem Tool.
Aktuell werden Software-Paket ausgerollt und Infos von den Clients eingesammelt.
Jetzt zur Herausforderung

Ich möchte gerne zusätzliche Hardware-Infos von den Clients holen.
Hier im ersten Schritt den Bitlocker-Key der Systemplatte (liegt zusätzlich schon im AD).
Die Anpassung in der Datei opsihwaudit.conf ist erfolgt und es wurde automatische ein entsprechendes Feld in der Datenbank angelegt.
Was mir noch fehlt, ist die Darstellung des neuen Wertes in der Oberfläche opsi-configed (und natürlich die Abholung).
Die Funktionalität kommt im nächsten Schritt.
Wo muss ich da noch Hand anlegen?
Viele Grüße
Bert
PS: ich habe den Eintrag mal angehängt.
==========================================================
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -^M
# - HARDDISK_DRIVE -^M
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -^M
{^M
"Class": {^M
"Type": "STRUCTURAL",^M
"Super": [ "DRIVE" ],^M
"Opsi": "HARDDISK_DRIVE",^M
"WMI": "select * from Win32_DiskDrive&Win32_DiskDrivePhysicalMedia",^M
"Linux": "[lshw]disk:^disk",^M
"OSX": "[profiler]Storage"^M
},^M
"Values": [^M
{^M
"Type": "varchar(100)",^M
"Scope": "g",^M
"Opsi": "name",^M
"Linux": "product",^M
"WMI": "Model",^M
"OSX": "Physical Drive//Device Name"^M
},^M
{^M
"Type": "bigint",^M
"Scope": "g",^M
"Opsi": "cylinders",^M
"WMI": "TotalCylinders"^M
},^M
{^M
"Type": "bigint",^M
"Scope": "g",^M
"Opsi": "heads",^M
"WMI": "TotalHeads"^M
},^M
{^M
"Type": "bigint",^M
"Scope": "g",^M
"Opsi": "sectors",^M
"WMI": "TotalSectors"^M
},^M
{^M
"Type": "tinyint",^M
"Scope": "i",^M
"Opsi": "partitions",^M
"WMI": "Partitions"^M
},^M
{^M
"Type": "varchar(255)",^M
"Scope": "g",^M
"Opsi": "bitlockerkey",^M
"Cmd": "#c:\windows\system32\manage-bde -protectors -get C: -type recoverypassword#"^M
}^M
]^M
},^M
==========================================================