Releases: mocdaniel/dashing-icinga2
Releases · mocdaniel/dashing-icinga2
v3.3.0
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 puma
xsmashing
setup!
Issues
- fixes #113
Changelog
- Changed web server from
thin
topuma
and dashboard frameworkdashing
tosmashing
in 34f418d - Introduced GitHub Actions for automated
latest
andrelease
builds of Docker images in 4ed6f72
Full Changelog: v3.2.0...v3.3.0
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
Changelog
- Updated bundled ChartJS version to
v3.2.1
in 76ee239 - Changed check-state lookup in 95c5b6d
- Changed used base image from
ruby:buster
toruby: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
- 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
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
v1.3.0
Systemd service file and minor updates
Add docs for systemd/logrotate and move files into tools refs #6