Icinga DB - Backend moderne
Find a file
Julian Brost 82530c771d Redis/DB: export options member
This change allows the history sync to use values configured in these options.
2021-10-05 18:34:55 +02:00
.github Automatically run integration tests using GitHub Actions 2021-09-02 10:15:21 +02:00
cmd/icingadb Use child loggers 2021-09-28 17:30:11 +02:00
doc Merge pull request #236 from Icinga/feature/tls 2021-10-04 12:27:21 +02:00
internal Use child loggers for Redis and database 2021-09-28 17:30:11 +02:00
pkg Redis/DB: export options member 2021-10-05 18:34:55 +02:00
schema/mysql Schema: s/mediumtext/longtext/ 2021-09-28 11:13:51 +02:00
tests History sync: add integration tests 2021-10-04 14:44:50 +02:00
tools Update dev_update_schema.sh to fit default icingadb.ini 2019-11-05 12:00:10 +01:00
.gitignore Merge branch 'v1.0.0-rc2-rewrite' 2021-05-25 23:31:13 +02:00
.mailmap Update .mailmap 2020-04-20 13:35:30 +02:00
AUTHORS Add AUTHORS and .mailmap 2020-03-12 14:41:30 +01:00
CHANGELOG.md Add CHANGELOG.md 2020-03-12 11:28:14 +01:00
config.yml.example Document logging configuration 2021-09-28 17:30:40 +02:00
go.mod Add tests and benchmarks for delta computation 2021-09-24 11:52:13 +02:00
go.sum Bump go.uber.org/zap from 1.19.0 to 1.19.1 2021-09-13 10:02:07 +00:00
LICENSE Add LICENSE 2019-11-04 14:14:15 +01:00
README.md Move schema/1.0.0-rc2.sql to schema/mysql/upgrades/1.0.0-rc2.sql 2021-05-31 14:05:15 +02:00
RELEASE.md Add RELEASE.md 2020-03-12 13:24:08 +01:00

IMPORTANT (28.05.2021)

⚠️ We've changed a lot to prepare for Icinga DB 1.0.0 RC2 ⚠️

You will have to do the following steps to upgrade Icinga DB to the current master:

  1. Completely stop Icinga 2 and Icinga DB
  2. Flush your Redis (redis-cli flushall) - We made a lot of changes to our Redis schema, so this is necessary
  3. Upgrade Icinga 2 to the latest snapshot/master
  4. Upgrade Icinga DB to latest master
  5. Upgrade the Icinga DB SQL schema (mysql icingadb < schema/mysql/upgrades/1.0.0-rc2.sql)
  6. Copy config.yml.example to config.yml and change it to your needs (The config file has changed and we don't use the old icingadb.ini config anymore)
  7. Start Icinga 2 and Icinga DB (For Icinga DB use go run cmd/icingadb/main.go)

Icinga DB

Icinga Logo

Table of Contents

About

Icinga DB serves as a synchronisation daemon between Icinga 2 (Redis) and Icinga Web 2 (MySQL). It synchronises configuration, state and history of an Icinga 2 environment using checksums.

Icinga DB also supports reading from multiple environments and writing into a single MySQL instance.

License

Icinga DB and the Icinga DB documentation are licensed under the terms of the GNU General Public License Version 2, you will find a copy of this license in the LICENSE file included in the source package.

Installation

For installing Icinga DB please check the installation chapter in the documentation.

Documentation

The documentation is located in the doc/ directory and also available on icinga.com/docs.

Support

Check the project website for status updates. Join the community channels for questions or ask an Icinga partner for professional support.

Contributing

There are many ways to contribute to Icinga -- whether it be sending patches, testing, reporting bugs, or reviewing and updating the documentation. Every contribution is appreciated!

Please continue reading in the contributing chapter.