Skip to content

Releases: meerkat-dashboard/meerkat

v3.2.5

05 Jun 08:42
125ceb5
Compare
Choose a tag to compare

Bug fix for #237

v3.2.4

03 Jun 00:13
Compare
Choose a tag to compare

Bugfix for #237 Internal cache may not update correctly.

v3.2.3

02 Apr 05:30
Compare
Choose a tag to compare

Minor update tidying up some text strings and adding a version number.

v3.2.2

28 Mar 01:10
Compare
Choose a tag to compare

Add a warning to dashboards for when the sort order is inconsistent.

v3.2.1

26 Mar 02:16
@63 63
Compare
Choose a tag to compare

This release fixes events on filters and group elements using output or performance data.

v3.2.0

08 Mar 05:05
Compare
Choose a tag to compare

This release fixes dashboard update issues

  • Added acknowledgement events to receive ACKS without a state change.
  • Separate host and service filters in the cache in case they match.

Note: Icinga api user permissions need to be updated for this release.
The new permissions are

object ApiUser "meerkat" {
	password = "meerkat"
	permissions = [ "objects/query/Host", "objects/query/Service", "objects/query/ServiceGroup", "objects/query/HostGroup", "events/StateChange" , "events/CheckResult", "events/AcknowledgementSet", "events/AcknowledgementCleared", "status/query" ]	
}

v3.1.5

08 Nov 05:04
Compare
Choose a tag to compare

FIX: #231 When the config file is missing a debug option Meerkat would crash on page reload. Added logic for debug being set.

v3.1.4

07 Sep 05:25
617f350
Compare
Choose a tag to compare

Fix: Refactor map for dashboards to sync map to fix crash's when there is contention

v3.1.3

07 Sep 00:50
Compare
Choose a tag to compare

Fix: Bug with concurrent cache access causing meerkat to crash

v3.1.2

06 Sep 04:44
8d72456
Compare
Choose a tag to compare
  • Feature: #227 Add severity order sorting and UI to change the order on a per dashboard basis.
  • Crash Fix: A inconsistency in the cache that occurred when the dashboard cache had a entry added/removed by more than one dashboard before one of the dashboards completed the process.