Skip to content

Releases: mocdaniel/dashing-icinga2

v3.3.0

06 Apr 19:27
v3.3.0
4ed6f72
Compare
Choose a tag to compare

Release 3.3.0 is here! No new features nor many bug fixes, but a shift from thin and dashing towards a less error-prone pumaxsmashing setup!

Issues

Changelog

  • Changed web server from thin to puma and dashboard framework dashing to smashing in 34f418d
  • Introduced GitHub Actions for automated latest and release builds of Docker images in 4ed6f72

Full Changelog: v3.2.0...v3.3.0

v3.2.0

17 Dec 15:14
Compare
Choose a tag to compare

Today I release v3.2.0 along with a new set of Docker containers for amd64 as well as arm64 and arm/v7 architectures. The latest tag of the Docker image uses this version as well.

It contains small bugfixes, enhancements and most notably updates to the used versions of Ruby and ChartJS as well as changing the base image for all Docker containers from ruby:buster to ruby:2.7-buster.

Issues

Changelog

  • Updated bundled ChartJS version to v3.2.1 in 76ee239
  • Changed check-state lookup in 95c5b6d
  • Changed used base image from ruby:buster to ruby:2.7-buster and the maintainer of the Dockerfile in 5ed16c9
  • Changed default text color of ChartJS widgets from grey to white in 2a0f663
  • Changed size of round ChartJS charts in b6de1df

v3.1.0

07 Nov 14:22
d7fd55d
Compare
Choose a tag to compare
  • changed ownership and maintenance of this repository
  • Added a configurable time zone attribute + corresponding environment variable DASHBOARD_TIMEZONE to the dashboard (thanks dnsmichi) #94
  • Changed the way in which the chartjs widgets get updated (thanks code robe) #97
  • Added scrollable widget functionality #99
  • added new icons to match Icinga2's look (thanks theFeu) #112
  • built new docker images for more kernel architectures, including 32- and 64-bit ARM, available at dbodky/dashing-icinga2

v3.0.0

16 Oct 17:43
v3.0.0
Compare
Choose a tag to compare

dashing_icinga2_overview

Milestone 3.0.0

Enhancements

  • Refine Icinga Dashboard #86
    • Use ChartJS for Doughnut and Bar Charts
    • Host/Service Overview Charts
    • Connected Endpoints Charts
    • Active Checks Charts
    • Downtimes & Acknowledgement Charts
    • Add clock widget with timezone
  • Provide Docker container dnsmichi/dashing-icinga2 #85
  • Add option to show only hard state problems #73 (thanks Dambakk)
  • Add timezone to clock widget #74 (thanks Dambakk)
  • Add title support for the Iframe widget for Icinga Web #90
  • Support either Dashing or Smashing as Ruby gem #88

Fixes

  • Version detection broken with Icinga 2.11 #83

v2.0.0

08 Mar 13:31
Compare
Choose a tag to compare
Version 2.0.0

v1.3.0

29 Jun 15:47
Compare
Choose a tag to compare

Systemd service file and minor updates

25 Apr 12:21
Compare
Choose a tag to compare
Add docs for systemd/logrotate and move files into tools

refs #6

v1.1.0

16 Dec 15:06
Compare
Choose a tag to compare
Add title and reorder TOC

v1.0.1

05 Dec 09:48
Compare
Choose a tag to compare
Update dashboard title

v1.0.0

27 Nov 18:59
Compare
Choose a tag to compare
  • Config file support
  • Icinga Web 2 iFrame
  • Check Stats instead of version widget
  • Top 5 service problems instead of uptime widget
  • Code refactored into library