Icinga DB - Backend moderne
Find a file
Eric Lippmann 6a5db1ca94 Retry: Detect ECONNREFUSED properly
Also the order of the checks has been adjusted and the documentation has
been adapted to it. In addition, EAGAIN is no longer checked, since this
is already done via Timeout().
2022-06-28 16:09:32 +02:00
.github Integration tests: use separate artifact names for MySQL/PostgreSQL 2022-05-17 15:36:12 +02:00
cmd/icingadb Block XREADs for a maxium of one second 2022-06-28 16:09:29 +02:00
doc XTRIM data XREAD from icinga:runtime* 2022-06-22 17:38:58 +02:00
internal Add more information to icingadb --version ouput 2022-05-23 16:03:56 +02:00
pkg Retry: Detect ECONNREFUSED properly 2022-06-28 16:09:32 +02:00
schema schema: Merge all alter table statments of the same table into a single one 2022-06-08 17:00:15 +02:00
tests Fix integration tests 2022-05-31 17:05:51 +02:00
tools Update dev_update_schema.sh to fit default icingadb.ini 2019-11-05 12:00:10 +01:00
.gitattributes Add more information to icingadb --version ouput 2022-05-23 16:03:56 +02: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.example.yml Write ops/s by op and s to icingadb:telemetry:stats 2022-06-15 09:51:59 +02:00
go.mod Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 2022-06-06 10:00:48 +00:00
go.sum Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 2022-06-06 10:00:48 +00:00
LICENSE Add LICENSE 2019-11-04 14:14:15 +01:00
README.md Document Postgres support 2022-03-10 17:04:19 +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/MariaDB/PostgreSQL database). 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 database.

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.