Hello,
When setting up an application template I had hoped to be able to set up a component monitor driven by a script I wrote so that a value less than 0 was a warning, and greater than zero is critical. The use case is that the script enumerates the number of errors in the last 5 minutes of a log file, and returns that value. Any error is a critical issue, but we also face occurrences where the error log doesn't exist. I was hoping to have the script in this instance return a -1 value, since returning a positive number could be construed as an actual error count within the log.
However, I have found that the Critical threshold automatically copies whatever you set the Warning threshold to. This makes it impossible to have the control that I had wanted in my case, but also makes one unable to set one to "greater than" and the other to "greater than or equal to" as the need might be.
My idea would be to unlock the two, or to provide an option to do so. Once unlocked, both thresholds would have their own dropdowns that function independently of one another.
