Icinga DB - Backend moderne
Find a file
Julian Brost c6e843146f Add more information to icingadb --version ouput
This commit adds the build information (Go version, Git commit) and system
information (distribution with version) to the output of `icingadb --version`.

When exporting the source code using `git archive`, Git will insert the version
information using the export-subst attribute (adds both a pretty version string
like `git describe` and the commit hash).

`go build` also adds some Git commit information to the resulting binary when
building from a Git working directory (only the commit hash and a flag if there
are uncommitted changes, but no pretty version string).

Note that `go build` does not include Git version information in the binary, so
when running directly from a Git working directory, commit information won't be
available in the binary, but when doing this, you should be well aware which
version you're running anyways.

System information is obtained from the `os-release` file.
2022-05-23 16:03:56 +02:00
.github SLA reporting: tests for the SQL stored function 2022-05-13 12:04:47 +02:00
cmd/icingadb SLA reporting: history retention for SLA tables 2022-05-13 12:04:47 +02:00
doc Split Redis address into host and port 2022-05-16 17:01:09 +02:00
internal Add more information to icingadb --version ouput 2022-05-23 16:03:56 +02:00
pkg Add more information to icingadb --version ouput 2022-05-23 16:03:56 +02:00
schema PostgreSQL: add missing retention indices 2022-05-13 17:19:03 +02:00
tests Tests: Update go.mod 2022-05-16 17:01:47 +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.yml.example Split Redis address into host and port 2022-05-16 17:01:09 +02:00
go.mod Merge pull request #466 from Icinga/dependabot/go_modules/github.com/jmoiron/sqlx-1.3.5 2022-05-04 16:42:14 +02:00
go.sum Merge pull request #466 from Icinga/dependabot/go_modules/github.com/jmoiron/sqlx-1.3.5 2022-05-04 16:42:14 +02: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.