windows_exporter
windows_exporter copied to clipboard
need some info from bios
is it possible to get information from bios,like serialnumber,realeasetime,brand etc. most in (cmd: wmic bios get *),is useful when displayed in grafana
Is there a WMI class that could be used as a source for this information?
If so this could be added under a separate collector which would expose static metric(s) with the information.
win32_bios is the class
in powershell gwmi win32_bios |fl *
This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.