30 May 2024 07:23 AM
Hi All,
Is it possible to monitor the Windows registry?
Solved! Go to Solution.
30 May 2024 11:01 AM
Hi @Sahil23 ! Could you precise what do you want to monitor regarding Windows registry?
31 May 2024 06:41 AM
Hi @jegron ! I am looking to monitor registry for pool manager session
03 Jun 2024 01:31 PM
Ok. At the moment, there is no public extension for this use case.
So you need to create a custom python 2.0 extension that reads the value of the windows registry and send the value to Dynatrace as a metric :
https://docs.dynatrace.com/docs/extend-dynatrace/extensions20/data-sources/python
NB : There may be some rights issues to consider 🙂