windows_exporter icon indicating copy to clipboard operation
windows_exporter copied to clipboard

need some info from bios

Open wellsyu opened this issue 3 years ago • 2 comments

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

wellsyu avatar Nov 06 '21 04:11 wellsyu

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.

breed808 avatar Nov 14 '21 06:11 breed808

win32_bios is the class

in powershell gwmi win32_bios |fl *

rismoney avatar Nov 15 '21 22:11 rismoney

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.

github-actions[bot] avatar Nov 25 '23 02:11 github-actions[bot]