Dashing for Icinga 2

Dashing dashboard for Icinga 2 using the REST API

Release v3.2.0

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

  • fixes #115
  • fixes #119
  • fixes #120
  • fixes #121
  • fixes #123

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

dashing-icinga2-v3.2.0.tar.gz

Release tarball
application/gzip 2021-12-17 Download from Github

Release v3.1.0

  • 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

dashing-icinga2-v3.1.0.tar.gz

Release tarball
application/gzip 2020-11-07 Download from Github

Release 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

dashing-icinga2-v3.0.0.tar.gz

Release tarball
application/gzip 2019-10-16 Download from Github