Icinga DB - Backend moderne
Find a file
2021-11-05 17:18:05 +01:00
.github Automatically run integration tests using GitHub Actions 2021-09-02 10:15:21 +02:00
cmd/icingadb Allow to configure interval for periodic logging 2021-11-05 17:18:05 +01:00
doc Allow to configure interval for periodic logging 2021-11-05 17:18:05 +01:00
internal Allow to configure interval for periodic logging 2021-11-05 17:18:05 +01:00
pkg Use debug instead of info for overdue refresh logs 2021-11-05 17:18:05 +01:00
schema/mysql Update schema comments to match new use of environments 2021-11-03 15:47:38 +01:00
tests No longer skip environment tests and adapt them to new behavior 2021-11-03 15:47:38 +01: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 Allow to configure interval for periodic logging 2021-11-05 17:18:05 +01:00
go.mod Merge pull request #387 from Icinga/dependabot/go_modules/github.com/go-redis/redis/v8-8.11.4 2021-10-27 22:30:59 +02:00
go.sum Merge pull request #387 from Icinga/dependabot/go_modules/github.com/go-redis/redis/v8-8.11.4 2021-10-27 22:30:59 +02: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.