Commit graph

33 commits

Author SHA1 Message Date
Alvar Penning
fe00e9bcbe
doc/02-Installation.md: Fix installing-icingadb-db-packages anchor
The anchor contains web, which is incorrect in this context.
2024-06-03 08:38:17 +02:00
Eric Lippmann
25f39383b1 Docs: Account Redis' trademark policy
See https://redis.io/legal/trademark-policy/
2024-04-11 10:07:51 +02:00
Feu Mourek
f8be92ebd2
Replace apt-get with apt 2022-11-23 12:06:50 +01:00
Eric Lippmann
782fbeac42 Docs: Update Installation 2022-06-29 15:42:04 +02:00
Eric Lippmann
306a4a1f27 Docs: Remove Redis installation
Should be part of the Icinga docs.
2022-06-29 14:37:36 +02:00
Eric Lippmann
067d8ea1cf Docs: Use CHANGEME as database password
icingadb is not a good default password and CHANGEME gives a clear hint
to set a proper password here.
2022-06-29 14:37:36 +02:00
Alexander A. Klimov
9b618c690a XTRIM data XREAD from icinga:runtime*
for Icinga 2 to monitor pending runtime updates.
2022-06-22 17:38:58 +02:00
Julian Brost
73e6922d8d Docs: use @localhost instead of @127.0.0.1 for MySQL user
This allows the user to additionally connect via ::1 and Unix Domain Sockets.
2022-06-07 10:53:51 +02:00
Julian Brost
a0b1bc3196 List required RDBMS versions and increase PostgreSQL minimum
MySQL minimum versions are based on what was used in Icinga DB 1.0.0 RC1.

The required PostgreSQL version is bumped to at least 9.6 as this allows to
label functions as `PARALLEL RESTRICTED` like it's done by the SLA reporting.
This or newer versions are available for both CentOS/RHEL 8 and SLES 12 which
were the primary constraints for the previous version requirement.

For CentOS/RHEL, don't specify some additional paths and package names with a
specific version, as any newer version is also fine and there's a choice of
multiple versions. Also, we don't guide the user through actually installing
the PostgreSQL server, so they should already be familiar with the differing
names if their distribution reuqires them.

[1] https://github.com/Icinga/icingadb/blob/v1.0.0-rc1/.github/workflows/go.yml
2022-05-13 12:04:47 +02:00
Alexander A. Klimov
21ad40cf07 Docs: Postgres: explicitly set en_US.UTF-8
refs #136
2022-03-10 17:06:57 +01:00
Alexander A. Klimov
2cf4529cc0 Postgres: use case-insensitive CITEXT columns
not to require web to LOWER().

refs #136
2022-03-10 17:04:22 +01:00
Alexander A. Klimov
db996b1839 Document Postgres support
refs #136
2022-03-10 17:04:19 +01:00
Alexander Aleksandrovič Klimov
4cdd9831d9
Docs: don’t explain MySQL installation 2022-02-15 14:52:45 +01:00
Eric Lippmann
1bc7f137cd
Merge pull request #417 from Icinga/bugfix/docs-mysql-user-create-commands
Docs: Replace GRANT + IDENTIFIED BY command incompatible with newer MySQL versions
2021-12-09 16:09:43 +01:00
Noah Hilverling
73ef038dfa Docs: Replace GRANT command incompatible with newer MySQL versions 2021-11-23 13:48:08 +01:00
Noah Hilverling
ed92dc22cb Docs: Fix foreground command config parameter 2021-11-23 13:45:51 +01:00
Eric Lippmann
222ece91ae Docs: Fix default config file location 2021-11-12 16:29:59 +01:00
Eric Lippmann
8acc623412 Refine remote Redis installation docs chapter 2021-11-12 16:29:59 +01:00
Eric Lippmann
785fd425d9 Improve MySQL commands in installation docs 2021-11-12 16:29:59 +01:00
Eric Lippmann
8322ff7840 Fix whitespaces and too long lines in installation docs 2021-11-12 16:29:58 +01:00
Henrik Triem
19043239f1 Change icinga-redis to icingadb-redis in remote Redis 2021-11-12 15:59:49 +01:00
Henrik Triem
b95e48f40b Add Fedora, CentOS 8, dnf and some cleanup 2021-11-12 15:59:49 +01:00
Johannes Meyer
53f6839ee2 Move schema/mysql.schema.sql to schema/mysql/schema.sql 2021-05-31 14:05:15 +02:00
Eric Lippmann
e1efa23ea4 Update configuration docs 2021-05-27 10:18:33 +02:00
mzac
33223885dc
Small fixes in doc
Add mysql flush privileges, -p option for import to db and enable system service at boot
2020-06-08 14:34:52 -04:00
Noah Hilverling
26b3aa834d Docs: Remove release repo info 2020-03-26 12:44:22 +01:00
Noah Hilverling
5973dbe519 Docs: Replace release repo with testing repo for RC 2020-03-13 15:59:22 +01:00
Noah Hilverling
5976e28a15 Docs: Add Icinga DB Web part 2020-03-13 09:38:16 +01:00
Noah Hilverling
15dffdaa80
Merge pull request #120 from Icinga/bugfix/docs-requirements
Docs: correct requirements
2020-03-05 15:50:40 +01:00
Alexander A. Klimov
20c697e6c7 Docs: mention Redis' protected-mode option 2020-03-04 16:36:11 +01:00
Alexander A. Klimov
56985ef162 Docs: correct requirements 2020-03-04 16:27:07 +01:00
Noah Hilverling
39aafa85fc Update docs
Update docs


Docs: Replace broken SVG with PNG


Update installation docs


Docs: Add server config note for older MySQL versions

fixes #69
Docs: Add "Remote Redis" section


Docs: Add metrics config section


Docs: Fix MySQL schema path
2020-02-07 11:12:00 +01:00
Michael Friedrich
5d0226bb6b Docs: First draft 2019-12-12 15:06:37 +01:00