Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Releases: alex-leonhardt/sensu-grid

Speed optimisations and better logging

27 Jan 17:46
Compare
Choose a tag to compare

Merged changes from @naemono for speed optimisation and better logging.

Thread fix

26 Jan 07:52
Compare
Choose a tag to compare

There was a threading leak, requests to the main dashboard view would spin up new threads, but never close them, this is fixed now.

Fix ACK count for sensu > 0.26

03 Nov 21:38
Compare
Choose a tag to compare
  • Fix for #6 when using sensu > 0.26.x version

Events view + threading fix

26 Apr 09:04
Compare
Choose a tag to compare
  • adding @joerayme 's events view
  • fix threading issues

Threading

09 Apr 20:53
Compare
Choose a tag to compare

Getting data for the main grid now uses threads, this should speed things up when having more than one sensu host to query.

Minor changes merged from RiRa12621

bugfix release

14 Jul 19:55
Compare
Choose a tag to compare

The main grid overview displayed all alerts when no match was found, that is fixed now and if there are no alerts, it will show 0 and green :). Also fixed up the Dockerfile to not include all files and fixed a log file permission issue.

bug fix release

13 Jul 08:37
Compare
Choose a tag to compare

There was a bug in building the url in the detail view when filtering. This is now building correctly.

first release

12 Jul 16:09
Compare
Choose a tag to compare

first release

features:

  • overview of multiple DCs with OK, WARNING, CRITICAL, DOWN, ACK'd alerts
  • grid view per DC
  • filter by hosts' subscription (per DC grid and in main Overview)
  • filter by multiple subscriptions (manually by adding subscriptions to the URL as comma separated list, see FAQ)