j05h / whatsup

A site to determine, you know...What's Up.
MIT License
0 stars 1 forks source link

Make Current API endpoint #3

Open j05h opened 10 years ago

j05h commented 10 years ago

/current should: 1) roll up current status for each item: * show each service in each region * show each status for each of the last N days * roll up daily service status: * if no downtime: status:1 * if some downtime during the day: status:0 * if currently (or ended the day down): stattus:-1

2) Accept a number of days and be able to filter on sites and services (whitelist)

j05h commented 10 years ago

Most of this is good to go, need to add more queries to complete