This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Installed RPM version

This custom SQL report uses the HOST-RESOURCES-MIB:hrSWInstalledName (OID: 1.3.6.1.2.1.25.6.3.1.2) UnDP to poll the installed software packages on your machine.  As you can see, I created this report to tell me the installed version of Splunkforwarder, but it can be easily modified to look for other packages.

To Modify for your specific needs, change the value of s.Status like '<your value here>':

where cp.UniqueName = 'hrSWInstalledName' and s.Status like 'splunkforwarder%'

Splunkforwarder_Version.OrionReport