The instructions to this Tech Tip are "nonsensical".
In the first few lines it says, "You can change the threshold values at runtime in the dbconf.properties file".
Then down a few lines it says, "If the threshold is between 0 and 49, the message will be "Healthy"" etc.
So, according to these instructions the threshold values I'm looking for are numbers between 0 and 100, since we are looking at percentages.
So, now I open the dbconf.properties file and search for threshold values.... But what I see are not percentage threshold values at all, but the actual table size given in rows.
PLUS there is no indication (when you hover over the Database Health text) of WHY you are getting the value that is displayed. In my case I get 65% and the Database Health text says, "Partially Degraded". That matches up with the Threshold Value of between 50 and 74, BUT it doesn't tell me which of the 5 tables are in trouble.
Can we change the TechTip so that the content matches what is really there? It's great that new functionality is added to our products, but it has to make sense. Customers and Consultants alike are very confused by this particular tech tip. I had to have Dan V. explain to me what was going on and what was trying to be conveyed. Thanks Dan!!
My suggestion is that we change the text to something like:
The threshold percentage that is displayed as you hover over the Database Health message conveys that at least one table (in the five tables being monitored) has hit a row count that is X % of the value listed in the dbconf.properties file.
Ex: 65% is shown as the Database Health pop-up value. One of the tables in the dbconf.properties file is 65% of the listed row count.
AlertHistory=1000000 (is the actual row count 650000?)
Alerts=250000 (is the actual row count 162,500?)
DbQualityHistory=1000000 (is the actual row count 650000?)
etc...
This way the instructions match what is in the dbconf.properties file and you know what to look for, because right now, the value given when you hover is a big question mark.
My 2 cents.