Skip to content

Releases: Luzifer/mondash

v2.3.1

18 Oct 01:48
v2.3.1
be7fd5a
Compare
Choose a tag to compare
  • Move mondash-nagios to go modules
  • Replace old vendoring with go modules, npm audit fix

v2.2.3

02 Aug 00:16
v2.2.3
d55ba24
Compare
Choose a tag to compare
  • npm update / audit fix / bundle update

v2.2.2

19 May 08:29
v2.2.2
10be3d1
Compare
Choose a tag to compare
  • Fix typo in status check
  • Prevent write-collisions on frequent writes
  • npm audit fix

v2.2.1

31 Oct 15:36
v2.2.1
41b5692
Compare
Choose a tag to compare
  • Update node-sass for Node v13 support
  • Update node modules to fix vulnerabilities

v2.2.0

16 Aug 22:07
v2.2.0
5b2a9f4
Compare
Choose a tag to compare
  • Introduce detailed URL for linking metrics to more details
  • Fix: Properly display newlines in metric description
  • Update JS dependencies
  • Update FontAwesome

v2.1.0

26 May 17:54
v2.1.0
45cce5e
Compare
Choose a tag to compare
  • Mondash-Nagios: Update vendors
  • Mondash-Nagios: Support different staleness status

v2.0.1

24 May 22:12
v2.0.1
54340f1
Compare
Choose a tag to compare
  • Rewrite frontend code
    • Use API for gathering all information
    • Reload data in background to display always up-to-date view
    • Add filters for large dashboards
    • Allow loading of frontend from filesystem
  • Improve API
    • API is now able to return historical information
    • API is now able to return time slices for status changes
  • Improve code quality
    • Remove dead code
    • Simplify code where possible
    • (Breaking Change) Unify configuration of storage backends
  • Update Docker image
    • By default use file storage in /data mount
    • Build frontend code in and serve from image

v1.14.2

16 Sep 13:24
v1.14.2
27fc509
Compare
Choose a tag to compare
  • Fix: Store StalenessStatus on metrics update

v1.14.0

16 Sep 13:23
v1.14.0
3b90f7c
Compare
Choose a tag to compare
  • Add support for different stale status than Unknown

v1.13.0

08 Apr 21:45
v1.13.0
dfc3ff8
Compare
Choose a tag to compare
  • Change progress bar behavior:
    Instead of just showing three bars with different colors which is quite useless overall now segments of the progress bar are generated according to the state of the check at the corresponding point of time. The effect is the viewer can see how recently the status was triggered instead just seeing a percentage.