Skip to content

Releases: jjethwa/icinga2

2.13.2

23 Feb 20:23
64163c9
Compare
Choose a tag to compare

Christian Brosius:
initial commit for multiarch-dockerfiles

Martin Schurz:
update Director to 1.8.0

Torsten Wilms:
enable cron support for using icinga x509 cli to fetch certificates in intervals

2.12.1

16 Oct 18:18
c55d26f
Compare
Choose a tag to compare

skupjoe:
Fix #243

2.12.0

13 Oct 04:02
8c94376
Compare
Choose a tag to compare

Mark:
Update README.md

skupjoe:
Update icingaweb2 director to v1.7.2
Use bash file testing instead of ls

2.11.4

26 Jun 18:21
309d97f
Compare
Choose a tag to compare

Andrew Husking:
updated to enable the x509 module

Bjoern Boschman:
Added possibility to set a different mysql root user On some plattforms (e.g. AWS RDS) the given root user is named different (e.g. admin)
added missing default MYSQL_ROOT_USER in Dockerfile
fix for Icinga/icingaweb2-module-director#1993
copy fresh cfg files for icingaweb2 if resources are not defined currently it checks if /etc/icingaweb2 exists. if that folder is mounted as a volume, this step will fail

Dmitrij Igorevich:
Fix #164 (mysql initialization error)

Francois Blackburn:
README update debian

Grex:
Update Dockerfile

2.11.0

21 Sep 00:21
1c3a13c
Compare
Choose a tag to compare

2.10.2

26 Nov 20:14
64c6b9f
Compare
Choose a tag to compare

Changelog:

Benedikt Heine:
Link the proper Debian manpage
Describe docker-compose setup
Sort package arguments

Christian Uhlmann:
update Dockerfile add some pkg for check_snmp
Update Dockerfile

Jordan Jethwa:
Switch graphite container

Karl-Erik Kley:
Add openssh-client

Magnus Bäck:
Docs: Use correct PHP sessions dir in Volume Reference table

2.9.0

20 Jul 00:02
f02763f
Compare
Choose a tag to compare

Changelog:

Benedikt Heine:
Do not display the password variables in log
Remove instantiation of void icinga2 database
Reorder setup scripts and run them with run-parts
Move custom_run into separate file
Release announcements in icingaweb2 and on console
Add warning about old mounted php5 sessions folder
Map all boolean values to 0 or 1
Fix whitespace indentation
Add helpers file
Allow concatenation of evaluate_boolean
Sleep until MySQL server is online
remove unused DIRECTOR_API_PASSWORD
Put icingaweb2 modules into independent layer
Add docker-compose.override.yml to gitignore
Fix variable name typo
Fix typos
Make init scripts able to have external MySQL
Grant all rights to MySQL user
Remove (IDO|ICINGAWEB2|DIRECTOR)_PASSWORD
Add support for docker official mariaDB image
Move data into separate data directory
Fail fast in setup scripts
Use env file for MySQL secrets
Add notification about bundled MySQL deprecation
Do not mount certificates read only
Expose ports in docker-compose project
Do not fail when removing modules for safety
Rename graphite web_url to url
Parametrized locale generation
Add docs for API
Allow MYSQL_ROOT_PASSWORD to be empty
Install icingaweb2 modules via apt
Remove superfluous export directive
Indent run commands to be in line with first argument
Sort package arguments

Christian Uhlmann:
add libdbd-mysql-perl

Jordan Jethwa:
Add dnsutils
Start icinga2 in foreground
temporary fix as check_run not run starting in foreground

Michaël Zasso:
fix certificate check in setup

Thomas Widhalm:
change pulling icinga key from wget to curl
upgrade Icinga packages URL to the new tld remove -k from curl

2.8.0

18 Nov 01:48
ec1a5b9
Compare
Choose a tag to compare

Changelog:
Jordan Jethwa (3):
Update PHP sessions location (#108)
Create config.ini
Update Dockerfile

Icinga2 changelog: https://github.com/Icinga/icinga2/blob/master/CHANGELOG.md

2.7.0

14 Aug 19:14
Compare
Choose a tag to compare

Changelog:
Benedikt Heine (11):
do not work around weird warning messages in feature-disable
validate config to log to stdout before starting supvervisor
use DEBIAN_FRONTEND only during installation
add special nagios plugins
hardcode graphite url, as ICINGA2_FEATURE_GRAPHITE_HOST is empty during initialisation
move position of args to use cache on change of buildargs
adapt lower layer for debian stretch
use variable repo name based on codename
update imagetag in readme
remove debian-sys-maint user
use mariadb packages

2.6.3

31 Mar 15:25
Compare
Choose a tag to compare

Icinga2 changelog: https://github.com/Icinga/icinga2/milestone/64?closed=1

Changelog:
improve icingaweb2 director docs
Merge pull request #92 from jkrauska/master
add nrpe plugin
Merge pull request #88 from bebehei/disable-sshcheck
disable check of ssh-service on own container
Merge pull request #85 from jjethwa/dev
Update Dockerfile
Update Dockerfile
Update README.md
Merge pull request #84 from jjethwa/master
Merge pull request #83 from bebehei/shellcheck
small fixes proposed by shellcheck