Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status Dashboard #207

Open
swapagarwal opened this issue Jun 20, 2017 · 2 comments
Open

Status Dashboard #207

swapagarwal opened this issue Jun 20, 2017 · 2 comments

Comments

@swapagarwal
Copy link
Owner

swapagarwal commented Jun 20, 2017

A module-wise consolidated report (updated every hour?), to know if any of our backend APIs are down

@swapagarwal
Copy link
Owner Author

A status module can be put in place, which will show the corresponding statuses fetched from somewhere (updated every hour or so). Need to explore options for storing the information. Simple options include caching, cron job, etc.

@edadesd
Copy link
Contributor

edadesd commented Jun 30, 2017

Maybe a JSON file filled with keys = API name, values = status. Then a cron job that runs a script every hour to poll for status and update the JSON file if needed.

Something like this:
{ "first_api" : "active", "second_api" : "down", "third_api" : "active" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants