Icinga DB - Backend moderne
Find a file
dependabot[bot] f8739b4a26
Bump go.uber.org/zap from 1.19.1 to 1.20.0
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.19.1 to 1.20.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.19.1...v1.20.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 10:02:14 +00:00
.github .github/workflows/compliance.yml: assert GPLv2 compatibility of all deps' licenses 2021-11-09 15:12:41 +01:00
cmd/icingadb Use own connections for heartbeat and HA 2021-11-12 17:46:54 +01:00
doc Merge pull request #417 from Icinga/bugfix/docs-mysql-user-create-commands 2021-12-09 16:09:43 +01:00
internal Use custom logger for accessing the interval for periodic logging 2021-11-05 17:57:22 +01:00
pkg Make sure Redis connection pool is large enough 2021-12-09 15:55:24 +01:00
schema/mysql Merge pull request #397 from Icinga/introduce-more-indexes 2021-11-12 18:19:42 +01:00
tests Integration tests: Add notifications and improve user runtime updates 2021-11-12 18:49:43 +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 AUTHORS 2021-11-12 18:13:46 +01:00
AUTHORS Update AUTHORS 2021-11-12 18:13:46 +01:00
CHANGELOG.md Add CHANGELOG.md 2020-03-12 11:28:14 +01:00
config.yml.example Comment out flat config keys that have a default value 2021-11-12 15:59:49 +01:00
go.mod Bump go.uber.org/zap from 1.19.1 to 1.20.0 2022-01-10 10:02:14 +00:00
go.sum Bump go.uber.org/zap from 1.19.1 to 1.20.0 2022-01-10 10:02:14 +00:00
LICENSE Add LICENSE 2019-11-04 14:14:15 +01:00
README.md Add upgrading docs 2021-11-12 16:29:58 +01:00
RELEASE.md Add RELEASE.md 2020-03-12 13:24:08 +01:00

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.