Skip to content

Releases: mocdaniel/dashing-icinga2

v3.3.0

Choose a tag to compare

@mocdaniel mocdaniel released this 06 Apr 19:27
v3.3.0
4ed6f72

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

Choose a tag to compare

@mocdaniel mocdaniel released this 17 Dec 15:14

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

Choose a tag to compare

@mocdaniel mocdaniel released this 07 Nov 14:22
d7fd55d
  • 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

Choose a tag to compare

@dnsmichi dnsmichi released this 16 Oct 17:43
v3.0.0

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

Choose a tag to compare

@dnsmichi dnsmichi released this 08 Mar 13:31
Version 2.0.0

v1.3.0

Choose a tag to compare

@dnsmichi dnsmichi released this 29 Jun 15:47

Systemd service file and minor updates

Choose a tag to compare

@dnsmichi dnsmichi released this 25 Apr 12:21
Add docs for systemd/logrotate and move files into tools

refs #6

v1.1.0

Choose a tag to compare

@dnsmichi dnsmichi released this 16 Dec 15:06
Add title and reorder TOC

v1.0.1

Choose a tag to compare

@dnsmichi dnsmichi released this 05 Dec 09:48
Update dashboard title

v1.0.0

Choose a tag to compare

@dnsmichi dnsmichi released this 27 Nov 18:59
  • 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