It might a simple question, but i am new to CheckMK, it does a inventory check on servers/ clients, but this not pick the latest installed version of .net, as this is not registered as installed software and the version can only be found by looking in specific area of the registry ( HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\NET Framework Setup\NDP\v4\Full .). Is there some sort of plugin/ check i can setup to report the version installed please for all my clients/servers?
Hi Neil,
if you use the agent bakery, you can create a rule for the hw/sw inventory plugin to look in other places like the one you mentioned.
If you have the CRE, you have to edit the mk_inventory.vbs and add your path to this line: regPaths = Array("Software\Microsoft\Windows\CurrentVersion\Uninstall","Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall")
i have modified the inventory plugin so it has the following - regPaths = Array(“Software\Microsoft\Windows\CurrentVersion\Uninstall”,“Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall”,“HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node”,“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full”),
then waited over 24hr and its still not showing it in inventory?