Feature #2511
Add ability to define error and warning thresholds
Start date:
11/13/2019
Due date:
% Done:
0%
Description
Define warning_threshold and error_threshold values in the modular input such that the UI can have customizable settings for the threshholding.
1. Keep the global threshold (from the “define a failure” dialog), but add a warning threshold as well. (so it isn’t hard-coded as 50% of the error threshold)> 2. Modify web_ping.py to ‘pass through’ the warning_threshold and error_threshold, if defined, into each event. 3. Modify the UI to use this logic: a. If the event has the thresholds (meaning they were defined in the input), use them. b. Otherwise, use the global ones from the dialog/macros
History
#1 Updated by Luke Murphey almost 5 years ago
- Status changed from New to Closed