Feature #603
Add website availability percentage
Start date:
06/27/2013
Due date:
% Done:
100%
Associated revisions
Added availability calculation. Closes #603.
History
#1 Updated by Luke Murphey over 11 years ago
- Status changed from New to In Progress
#2 Updated by Luke Murphey over 11 years ago
This search should get the percentage:
source="web_ping://textcritical_net" | eval success=if(response_code<400,1,0) | stats count by success | transpose | tail 1 | rename "row 1" as failures,"row 2" as successes | eval availability=(successes/(failures+successes))*100
#3 Updated by Luke Murphey over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100