You are not logged in.
Like in the topic, GLPI collects mostly model, serial number and manufacturer of the monitor. I would like to at least collect few more thinks like ports and size. Is there a way to fix this or maybe some other way to fill it without correcting all of it by hand?
Offline
I don't think that WMI collect those info.
The other way is add them importing by csv with injection plugin
Offline
I don't think that WMI collect those info.
The other way is add them importing by csv with injection plugin
classes within namespace "root\wmi"
WmiMonitorBasicDisplayParams contains physical dimensions I believe in cm, some basic math can convert it to diameter in inches
WmiMonitorID contains manufacture date
WmiMonitorConnectionParams contains currently used port
WmiMonitorColorCharacteristics contains colorspace calibration
WmiMonitorListedSupportedSourceModes contains all supported resolutions and refresh rates (refresh rate doesnt work with 75Hz+ monitors)
Offline