Sign inSign up

cjhardekopf/icinga2

By cjhardekopf

Updated almost 11 years ago

Icinga2 with icinga-web using a /data volume for configuration.

Image
3

6.3K

cjhardekopf/icinga2 repository overview

docker-icinga2

Icinga2 and icinga-web using /data for configuration. The icinga2 configuration (usually in /etc/icinga2) will be in /data/icinga2. The only part to be configured dynamically is the MySQL database connection as json in the "icinga2/mysql" key as follows:

  • user - Database user
  • password - Database password
  • host - Database host
  • database - Database name

The icinga-web configuration is json in the "icinga2/web-mysql" key ad follows:

  • user - Database user
  • password - Database password
  • host - Database host
  • database - Database name

In addition, mail needs to be configures using a json key "msmtp" as follows:

  • tls - If set to either "starttls" or "nostarttls" then use tls with starttls either on or off
  • host - Mail host
  • port - Mail port (defaults to 25)
  • from - Either a from mail address or "auto"
  • maildomain - mail domain when using auto_from
  • logfile - Log file to use

Tag summary

Content type

Image

Digest

sha256:292660f0e

Size

180.6 MB

Last updated

almost 11 years ago

docker pull cjhardekopf/icinga2