sensu / sensu-dashboard

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

Select All doesn't respect the current filter #147

Open mattwhite opened 11 years ago

mattwhite commented 11 years ago

I am using sensu-dashboard 0.9.9. If I enter a filter and then click the dropdown to Select All, it appears that it is selecting all events and not just the filtered list that is currently visible. If I then subsequently select an action (silence/unsilence/resolve) it is applied to everything.

This is very non-intuitive and could lead someone to silence all their checks when they only meant to silence a handful (which, in fact, is what just happened to me).

portertech commented 10 years ago

@mattwhite 0.10.1 is the current version, do you still experience this issue?

mattwhite commented 10 years ago

Finally upgraded to 0.10.2. Looks like this is still happening.

I filtered the results down to just a handful, clicked select all in the dropdown menu, and then clicked resolve. It resolved all the events, not just the ones visible on the screen.

jbehrends commented 10 years ago

I had someone silence all clients in sensu when they just meant to silence the filtered group. I'm using the version packaged in the sensu-0.12.3-1 RPM.

amdprophet commented 10 years ago

I'll take a stab at fixing this over the weekend.