Hi everyone
I'm interested in writing a query against the Orion database that can pull the default alert configuration values and if the child configuration has changed.
Looking at the number of tables, 3137 to be exact, this will take some time to track down.
For example, lets use Reads per second.
Lets say the default configuration is set to 90 before it alerts and this is shared across the entire enterprise.
After tuning the instance, Reads per second is set to 200 on the instance, no longer using the parent value of 90.
Has anyone written a query to do something like this and would share the code?
Thanks,