sensu / sensu-dashboard

A dashboard for Sensu, for displaying & managing events & clients.
http://sensuapp.org
MIT License
96 stars 44 forks source link

Add 1-minute autorefresh to pages #145

Closed ryndaniels closed 11 years ago

portertech commented 11 years ago

This shouldn't be needed, as backbone refreshes the data every 10 seconds (does so on my deployments).

@kdaniels @amdprophet Is there a issue/bug?

ryndaniels commented 11 years ago

@portertech It definitely wasn't refreshing events on my deployments. Events that had resolved would not disappear from the events page until I manually refreshed.

portertech commented 11 years ago

@kdaniels Maybe use browser dev tools to observe the requests and possibly any errors in the console?

ryndaniels commented 11 years ago

Will do. Thanks for the quick feedback.

ryndaniels commented 11 years ago

Looks like this https://github.com/sensu/sensu-dashboard/pull/127 is the same thing I'm seeing.