tag:github.com,2008:https://github.com/mocdaniel/dashing-icinga2/releases Release notes from dashing-icinga2 2022-04-06T19:24:25Z tag:github.com,2008:Repository/44397989/v3.3.0 2022-04-06T19:27:22Z v3.3.0 <p>Release <code>3.3.0</code> is here! No new features nor many bug fixes, but a shift from <code>thin</code> and <code>dashing</code> towards a less error-prone <code>puma</code>x<code>smashing</code> setup!</p> <h1>Issues</h1> <ul> <li>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="714581711" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/113" data-hovercard-type="issue" data-hovercard-url="/mocdaniel/dashing-icinga2/issues/113/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/issues/113">#113</a></li> </ul> <h1>Changelog</h1> <ul> <li>Changed web server from <code>thin</code> to <code>puma</code> and dashboard framework <code>dashing</code> to <code>smashing</code> in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mocdaniel/dashing-icinga2/commit/34f418dddfce494779dce08b2eda6f55b5a6eedb/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/commit/34f418dddfce494779dce08b2eda6f55b5a6eedb"><tt>34f418d</tt></a></li> <li>Introduced GitHub Actions for automated <code>latest</code> and <code>release</code> builds of Docker images in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mocdaniel/dashing-icinga2/commit/4ed6f721b59a2ba0ca1908f93ce799012a0257d1/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/commit/4ed6f721b59a2ba0ca1908f93ce799012a0257d1"><tt>4ed6f72</tt></a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/mocdaniel/dashing-icinga2/compare/v3.2.0...v3.3.0"><tt>v3.2.0...v3.3.0</tt></a></p> mocdaniel tag:github.com,2008:Repository/44397989/v3.2.0 2021-12-17T15:15:29Z v3.2.0 <p>Today I release <code>v3.2.0</code> along with a new set of Docker containers for <code>amd64</code> as well as <code>arm64</code> and <code>arm/v7</code> architectures. The <code>latest</code> tag of the Docker image uses this version as well.</p> <p>It contains small bugfixes, enhancements and most notably updates to the used versions of <strong>Ruby</strong> and <strong>ChartJS</strong> as well as changing the base image for all Docker containers from <code>ruby:buster</code> to <code>ruby:2.7-buster</code>.</p> <h2>Issues</h2> <ul> <li>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="784342845" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/115" data-hovercard-type="issue" data-hovercard-url="/mocdaniel/dashing-icinga2/issues/115/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/issues/115">#115</a></li> <li>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="918929681" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/119" data-hovercard-type="issue" data-hovercard-url="/mocdaniel/dashing-icinga2/issues/119/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/issues/119">#119</a></li> <li>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="934967921" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/120" data-hovercard-type="issue" data-hovercard-url="/mocdaniel/dashing-icinga2/issues/120/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/issues/120">#120</a></li> <li>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="975653729" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/121" data-hovercard-type="issue" data-hovercard-url="/mocdaniel/dashing-icinga2/issues/121/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/issues/121">#121</a></li> <li>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1054576343" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/123" data-hovercard-type="issue" data-hovercard-url="/mocdaniel/dashing-icinga2/issues/123/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/issues/123">#123</a></li> </ul> <h2>Changelog</h2> <ul> <li>Updated bundled ChartJS version to <code>v3.2.1</code> in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mocdaniel/dashing-icinga2/commit/76ee239bf89145d02e408b08d778be452053a2ec/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/commit/76ee239bf89145d02e408b08d778be452053a2ec"><tt>76ee239</tt></a></li> <li>Changed check-state lookup in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mocdaniel/dashing-icinga2/commit/95c5b6dd7586a07bf23a899f57ef00cb2e67c34c/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/commit/95c5b6dd7586a07bf23a899f57ef00cb2e67c34c"><tt>95c5b6d</tt></a></li> <li>Changed used base image from <code>ruby:buster</code> to <code>ruby:2.7-buster</code> and the maintainer of the Dockerfile in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mocdaniel/dashing-icinga2/commit/5ed16c97f83863a0074dde847b2397c6ed49b7f8/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/commit/5ed16c97f83863a0074dde847b2397c6ed49b7f8"><tt>5ed16c9</tt></a></li> <li>Changed default text color of ChartJS widgets from grey to white in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mocdaniel/dashing-icinga2/commit/2a0f66390eefcbd3feeed70e9908aeaae1acb2af/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/commit/2a0f66390eefcbd3feeed70e9908aeaae1acb2af"><tt>2a0f663</tt></a></li> <li>Changed size of round ChartJS charts in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mocdaniel/dashing-icinga2/commit/b6de1dfa188c5d89a88bcefd8ad1a4917d3bee70/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/commit/b6de1dfa188c5d89a88bcefd8ad1a4917d3bee70"><tt>b6de1df</tt></a></li> </ul> mocdaniel tag:github.com,2008:Repository/44397989/v3.1.0 2021-01-12T16:07:20Z v3.1.0 <ul> <li><strong>changed ownership and maintenance of this repository</strong></li> <li>Added a configurable time zone attribute + corresponding environment variable <code>DASHBOARD_TIMEZONE</code> to the dashboard (thanks dnsmichi) <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="511157670" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/94" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/94/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/94">#94</a></li> <li>Changed the way in which the chartjs widgets get updated (thanks code robe) <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="522935637" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/97" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/97/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/97">#97</a></li> <li>Added scrollable widget functionality <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="526595422" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/99" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/99/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/99">#99</a></li> <li>added new icons to match Icinga2's look (thanks theFeu) <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="703529212" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/112" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/112/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/112">#112</a></li> <li>built new docker images for more kernel architectures, including 32- and 64-bit ARM, available at <a href="https://hub.docker.com/r/dbodky/dashing-icinga2" rel="nofollow">dbodky/dashing-icinga2</a></li> </ul> mocdaniel tag:github.com,2008:Repository/44397989/3.1.0 2020-11-07T14:11:14Z 3.1.0: Update README.md <p>fixed DockerHub repository.</p> mocdaniel tag:github.com,2008:Repository/44397989/v3.0.0 2019-10-16T17:43:31Z v3.0.0 <p><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/382049/66944262-24ad5c80-f04d-11e9-88a9-459707eb218a.png"><img width="1552" alt="dashing_icinga2_overview" src="https://user-images.githubusercontent.com/382049/66944262-24ad5c80-f04d-11e9-88a9-459707eb218a.png" style="max-width: 100%;"></a></p> <p>Milestone <a href="https://github.com/dnsmichi/dashing-icinga2/milestone/4?closed=1">3.0.0</a></p> <h3>Enhancements</h3> <ul> <li>Refine Icinga Dashboard <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506337176" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/86" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/86/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/86">#86</a> <ul> <li>Use ChartJS for Doughnut and Bar Charts</li> <li>Host/Service Overview Charts</li> <li>Connected Endpoints Charts</li> <li>Active Checks Charts</li> <li>Downtimes &amp; Acknowledgement Charts</li> <li>Add clock widget with timezone</li> </ul> </li> <li>Provide Docker container <code>dnsmichi/dashing-icinga2</code> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506336267" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/85" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/85/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/85">#85</a></li> <li>Add option to show only hard state problems <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="424611935" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/73" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/73/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/73">#73</a> (thanks Dambakk)</li> <li>Add timezone to clock widget <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="427383325" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/74" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/74/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/74">#74</a> (thanks Dambakk)</li> <li>Add title support for the Iframe widget for Icinga Web <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="507874669" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/90" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/90/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/90">#90</a></li> <li>Support either Dashing or Smashing as Ruby gem <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="507861298" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/88" data-hovercard-type="pull_request" data-hovercard-url="/mocdaniel/dashing-icinga2/pull/88/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/pull/88">#88</a></li> </ul> <h3>Fixes</h3> <ul> <li>Version detection broken with Icinga 2.11 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="504606053" data-permission-text="Title is private" data-url="https://github.com/mocdaniel/dashing-icinga2/issues/83" data-hovercard-type="issue" data-hovercard-url="/mocdaniel/dashing-icinga2/issues/83/hovercard" href="https://github.com/mocdaniel/dashing-icinga2/issues/83">#83</a></li> </ul> dnsmichi tag:github.com,2008:Repository/44397989/v2.0.0 2018-03-08T13:31:34Z v2.0.0 No content. dnsmichi tag:github.com,2008:Repository/44397989/v1.3.0 2017-06-29T15:47:46Z v1.3.0 <p>Changelog: <a href="https://github.com/Icinga/dashing-icinga2/blob/master/CHANGELOG.md">https://github.com/Icinga/dashing-icinga2/blob/master/CHANGELOG.md</a></p> dnsmichi tag:github.com,2008:Repository/44397989/v1.2.0 2017-04-25T12:21:19Z Systemd service file and minor updates <p>Add docs for systemd/logrotate and move files into tools</p> <p>refs <a class="issue-link js-issue-link" href="https://github.com/mocdaniel/dashing-icinga2/pull/6">#6</a></p> dnsmichi tag:github.com,2008:Repository/44397989/v1.1.0 2016-12-16T15:06:10Z v1.1.0 No content. dnsmichi tag:github.com,2008:Repository/44397989/v1.0.1 2016-12-05T09:48:01Z v1.0.1 No content. dnsmichi