38 Commits

Author SHA1 Message Date
Eric Lippmann
7821a123b4 docs: Fix how to set up our Fedora repository
We do not provide `icinga-rpm-release` RPMs since ages.
2023-02-15 15:57:50 +01:00
Alexander Aleksandrovič Klimov
c487bfbb48 Doc: SUSE: install monitoring-plugins-all w/ --recommends
so it does something useful.
2023-02-14 12:48:13 +01:00
Alexander Aleksandrovič Klimov
d8b7f02206 Doc: SUSE: install monitoring-plugins-all
not just monitoring-plugins, as in the other distros.
2023-02-14 12:48:05 +01:00
Jaap Marcus
825c7cdf38 Replace apt-key add with gpg --dearmor (#9462)
* Replace apt-key add with gpg --dearmor

And follow the instructions as 

https://packages.icinga.com/ubuntu / debian / rasbian

* Remove extra space
2023-02-14 12:47:21 +01:00
Feu Mourek
2d3b32f592 Change apt-get to apt 2023-02-14 12:34:56 +01:00
Henrik Triem
9a78b2c64d Docs: Add RHEL 9 installation instructions 2022-08-11 10:35:58 +02:00
Daniel Bodky
718c9d9ae6 Updated RHEL8 installation documentation 2022-08-11 10:35:58 +02:00
Eric Lippmann
c692066cc0 Docs: Remove instructions for CentOS 8 2022-06-29 17:39:51 +02:00
Eric Lippmann
da4da7b930 Docs: Remove install Icinga Web section
The Icinga DB docs will link to installing Icinga DB Web.
2022-06-29 17:39:51 +02:00
Eric Lippmann
6df83de1a1 Docs: Add install Icinga DB daemon section 2022-06-29 17:39:51 +02:00
Eric Lippmann
a0f21172a1 Docs: Update Icinga DB feature section 2022-06-29 17:39:51 +02:00
Eric Lippmann
2499b80dc9 Docs: Move syntax highlighting section to addons chapter 2022-06-29 17:39:51 +02:00
Eric Lippmann
c2db104359 Docs: Remove addons section from installation chapter
There is a separate chapter, so why draw attention to installing even
more things.
2022-06-29 17:39:51 +02:00
Eric Lippmann
ff1a69470f Docs: Remove installation overview
That's useless.
2022-06-29 17:39:51 +02:00
Eric Lippmann
0f6951d9fd Docs: Move IDO setup to its feature section 2022-06-29 17:38:18 +02:00
Eric Lippmann
4e721c40b8 Docs: Promote and update Icinga DB related install instructions 2022-06-29 17:37:32 +02:00
Eric Lippmann
5f79f46ba7 Docs: Update API install instructions 2022-06-29 17:37:32 +02:00
Eric Lippmann
da81771d36 Docs: Move API install instructions up
Almost every Icinga 2 node setup requires the Icinga 2 API, as Icinga
Web connects to it, Icinga DB requires it, and although it's not clearly
mentioned anywhere in the documentation at the moment, it enables the
cluster communication functionality.
2022-06-29 17:37:32 +02:00
Lars Vogdt
451faad7a4 Additional GRANT options for MySQL
We are using a central DB-Cluster, therefor Icinga2 got a database on this remote cluster.
We used the icinga DB user, created during the step before, to import the DB schema.

For this, the additional GRANT options `ALTER` and `CREATE` where needed to install the schema successfully via:
```bash
mysql -u icinga -p icinga < /usr/share/icinga2-ido-mysql/schema/mysql.sql
```

Someone may find this a security problem. But I see two benefits:
* these GRANT options are only set for the icinga.* database
* this setup allows to execute also all later UPGRADE commands as the database user `icinga` - and not as the DB Administrator.

Two additional notes:
* I also included a small warning about the used default DB password
* sadly, I have no way to change this also in the provided mariadb-centos7.png image, so this is left unchanged at the moment
2022-06-29 17:34:06 +02:00
Blerim Sheqa
659dfc0c52 Update installation instructions for easier navigation on icinga.com 2022-02-16 10:29:27 +01:00
Henrik Triem
a4ea0b50ac Change capitalization of the PowerTools command 2021-10-28 10:39:51 +02:00
Julian Brost
976e6af49b
Merge pull request #8536 from log1-c/patch-1
Remove rhel-8-server-optional-rpms, as it is not/no longer available for RHEL 8
2020-12-23 14:25:39 +01:00
Alexander A. Klimov
51b3d88d22 Docs: enable syntax highlighting
refs #8146
2020-12-09 12:32:09 +01:00
log1-c
9567388f5d
Update 02-installation.md
Removed rhel-8-server-optional-rpms, as it is not/no longer available for RHEL 8
Source: https://access.redhat.com/discussions/4171061#comment-1531531
> BaseOS and AppStream contain all software packages, which were available in extras and optional repositories before.
2020-12-07 08:19:56 +01:00
Julian Brost
2087e624ab docs: Update MySQL package names for Debian
Debian switched to MariaDB in stretch and removed the mysql-server and
mysql-client packages in buster. The new mariadb packages are available
starting in Debian jessie.
2020-10-08 17:12:49 +02:00
Noah Hilverling
112fb072c1 Docs: Move Icinga DB installation down (until it's ready for production) 2020-06-09 11:06:03 +02:00
Noah Hilverling
d21b5cf09f Docs: Fix Icinga Web 2 docs URL 2020-03-24 09:08:23 +01:00
Noah Hilverling
18c9d91f0c Docs: Add Icinga DB installation 2020-03-13 10:00:52 +01:00
Michael Friedrich
35caef4e6c Docs: Update installation for RHEL/CentOS 8 and SLES 15 2019-11-20 15:59:36 +01:00
Thomas Widhalm
9bb510e408 Fix the order of commands for adding EPEL to RHEL 2019-10-24 14:17:23 +02:00
Thomas Widhalm
2db85deec8 Clarify the installation of EPEL repository on CentOS vs RHEL 2019-10-24 12:18:26 +02:00
Michael Friedrich
b12d05a583 Docs: Fix image locations for installation chapter 2019-09-17 12:44:18 +02:00
Michael Friedrich
03de071a57 Docs: Fix broken support matrix URL in Installation chapter 2019-09-17 08:51:54 +02:00
Michael Friedrich
bfb8a048bc Docs: Clarify on Raspbian Buster 2019-07-24 08:58:50 +02:00
Michael Friedrich
5cf288254e Docs: Mention that Raspbian 4+ / Debian Buster is required
Stretch is still crashing sometimes, so we'll skip our support
on that. @nbuchwitz
2019-07-23 18:38:24 +02:00
Michael Friedrich
1fc660dcd3 Docs: Adjust titles for renamed chapters 2019-07-19 11:27:20 +02:00
Michael Friedrich
36140fd17e Docs: Update URLs from rename 2019-07-18 16:34:36 +02:00
Michael Friedrich
6cc8443bad Docs: Move getting started / configuring chapters into our new structure
@bobapple requires redirects on release.
2019-07-18 16:33:42 +02:00