Feature request: Discovery : Windows process and software installed

Hello,

Do you think it is possible to add process and the software installed in Windows machine?

I saw by making a snmpwalk of “Windows 7” and “Windows 2008R2” that

HOST-RESOURCES-MIB::hrSWRunIndex.1 = INTEGER: 1
HOST-RESOURCES-MIB::hrSWRunName.1 = STRING: “System Idle Process”
HOST-RESOURCES-MIB::hrSWRunPath.1 = “”
HOST-RESOURCES-MIB::hrSWRunParameters.1 = “”
HOST-RESOURCES-MIB::hrSWRunType.1 = INTEGER: operatingSystem(2)
HOST-RESOURCES-MIB::hrSWRunStatus.1 = INTEGER: running(1)
HOST-RESOURCES-MIB::hrSWRunPerfCPU.1 = INTEGER: 115942880
HOST-RESOURCES-MIB::hrSWRunPerfMem.1 = INTEGER: 24 KBytes

HOST-RESOURCES-MIB::hrSWInstalledIndex.1 = INTEGER: 1
HOST-RESOURCES-MIB::hrSWInstalledName.1 = STRING: “7-Zip 9.20”
HOST-RESOURCES-MIB::hrSWInstalledType.1 = INTEGER: application(4)
HOST-RESOURCES-MIB::hrSWInstalledDate.1 = STRING: 2014-4-5,18:26:20.0

Thanks !

https://github.com/librenms/librenms/issues/1669

5 Likes

Second this request, getting more details from Windows hosts would be excellent, functionality currently is quite limited. Happy to input if I can be of any assistance to get this to work.

Hello,

is there anything new here yet?