Feature #2291
Ability to have per site response time thresholds
Start date:
08/15/2018
Due date:
% Done:
100%
Associated revisions
Adding recognition of respones time field
Reference #2291
Changing timeout to use the duration field
Reference #2291
Adding ability to set the timeout on the batch input creator
Reference #2291
History
#1 Updated by Luke Murphey about 5 years ago
A couple of options:
- Implement as a new option in the input
- Implement as a lookup file
#2 Updated by Luke Murphey about 5 years ago
- Assignee set to Luke Murphey
- Target version set to 2.8
#4 Updated by Luke Murphey about 5 years ago
Below is what needs to be updated.
To get alerting to work:- Modular input: to accept threshold
- Modular input admin page: to accept threshold value
- Alert search "Website Performance Problem": to fire on thresholds
- Perhaps a new macro `response_time_threshold(threshold)`
- WebsiteStatusCellRenderer.js:
- Might need to make a special field for rendering the status
- Execute summary dashboard: to put sites into the slow category if they take too long
#5 Updated by Luke Murphey about 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100