shukriadams/arewedown

Feedback on 0.3.0

lfoppiano opened this issue · 1 comments

I'm testing the version 0.3.0 and I have a couple of comments:

  • when opening the application it redirects to /dashboard instead of /rootpath/dashboard (probably due to the remove of the iframe.js?) If I open directly /rootpath/dashboard it works fine
  • there is no log about the rootpath, I would recommend you to add it when the service starts so that it's possible to have the confirmation the configuration is correct at
    let status = `Are We Down? : Listening on port ${settings.port}`
  • the colors in the dashboard are not 100% readable, I would suggest you to make the rows a bit lighter, thus with a more visible contrast with green and red. This is what i see:

image

@shukriadams any updates, especially on the first point?