Commit Graph

381 Commits

Author SHA1 Message Date
Blerim Sheqa 79971cb1a6 Fix broken links 2025-01-14 11:14:02 +01:00
Tobias Bauriedel 4baf630156
Add hint for comments in ini files (#5250)
Adds a small hint about comments in .ini files.

---------

Co-authored-by: Johannes Meyer <johannes.meyer@icinga.com>
2024-11-06 14:08:39 +01:00
Alexander Aleksandrovič Klimov 2221b27371 Don't rpm --import https://packages.icinga.com/icinga.key
for the same security reasons we don't use apt-key add anymore for: https://blog.cloudflare.com/dont-use-apt-key

Our repos already reference https://packages.icinga.com/icinga.key and both RPM distro families properly handle that.
2024-11-04 14:19:03 +01:00
Alexander Aleksandrovič Klimov 605b3568d2 .deb: let user install icinga-archive-keyring package 2024-11-04 14:02:35 +01:00
log1-c 2864e60d78
Corrected kiosk mode config (#5281) 2024-10-30 11:25:54 +01:00
moreamazingnick bc47867f20
Fix PluginOutputHookImplementation gets called twice #5271 (#5272) 2024-10-08 09:25:02 +02:00
Robert Silén c4b6e4bdda
add MariaDB to installation doc (#5247)
as discussed in https://github.com/Icinga/icingaweb2/issues/5237
2024-08-15 16:43:58 +02:00
Markus Opolka 66fb1ea57d
Add Icinga Director to list of components capable of strict CSP (#5226)
Hi, 

I updated the docs for the Content Security Policy (CSP). The Director
was missing from the list.

Was implemented in
https://github.com/Icinga/icingaweb2-module-director/pull/2857

Edit: I also added a hint about how to enable CSP in Icinga Web.

Cheers
Markus
2024-08-08 11:20:54 +02:00
Johannes Meyer ab3c9f326d Require ipl version which provides i18n v0.2.2 2024-08-07 13:19:11 +02:00
Johannes Meyer e4e23a3abc doc: Fix link pointing to graphite's CSP support release 2023-10-27 10:15:21 +02:00
Johannes Meyer 2432d055e6 Raise library requirements 2023-09-21 16:35:31 +02:00
Johannes Meyer 9036c37679 Use `main` instead of `master` as default branch name 2023-09-21 16:35:08 +02:00
Yonas Habteab 501ab81416 docs: Add missing grants in MYSQL manual setup examples 2023-09-19 14:37:55 +02:00
Yonas Habteab ce2073d7bf Add `2.12` database upgrade docs 2023-09-19 14:37:55 +02:00
Tobias Tiederle e66f76e881 configure landing page using environment variable 2023-09-07 08:49:21 +02:00
raviks789 ac928387e6 Fix CSP link in configuration documentation 2023-09-04 12:09:39 +02:00
Yonas Habteab 6f39194b0c Add `CSP` documentation 2023-08-28 16:01:52 +02:00
Bernd Arnold 7da8431c7c Fix documentation format (kiosk mode)
The text for the ini file was all shown in one line.
It's formatted properly now.
2023-08-21 11:26:14 +02:00
Sukhwinder Dhillon 59fc7dd745 Fix installation doc for centOS 2023-06-22 15:10:05 +02:00
Eric Lippmann 03e3cf9c82 doc: No longer offer manual steps to install SELinux policy
The policy will be moved to the packaging repository and all RPM-based
distributions will provide the policy package.
2023-01-09 16:14:15 +01:00
Eric Lippmann d41ebeb6bc Schema path is now always /usr/share/icingaweb2/schema 2023-01-09 16:14:15 +01:00
Eric Lippmann aa8c944d49 Docs: Fix Upgrading
Our icinga.com/docs tooling does not render the previous state
correctly.
2022-07-05 15:43:21 +02:00
Johannes Meyer 069f249372 doc: Add v2.11.x upgrading notes 2022-06-30 13:47:07 +02:00
Eric Lippmann 8e64c0b239
Update docs (#4838) 2022-06-29 10:08:45 +02:00
Sukhwinder Dhillon f780cc15a1 Update `80-Upgrading.md` doc 2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon 4ab79a6758 DataView: Remove not in use method `applyUrlFilter()` 2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon 3b04a0489e Replace class `Backend` use with `MonitoringBackend` and remove class `Backend` 2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon 0db42b32e6 Remove not in use class `Icinga\Module\Monitoring\Environment.php` 2022-06-14 14:24:30 +02:00
Johannes Meyer 0490a2dfe4 Drop class `Icinga\Web\Hook\GrapherHook` 2022-06-14 14:24:30 +02:00
Johannes Meyer d25854ebce Drop class `Icinga\Web\Hook\TicketHook` 2022-06-14 14:24:30 +02:00
Johannes Meyer f8e1137060 Remove restriction macro `user:local_name` 2022-06-14 14:24:30 +02:00
Johannes Meyer 46a21d9709 Drop method `DbQuery::whereToSql()`
It's been used by `DbQuery::renderFilter()` rather
exclusively. So if removing one, both need to go.
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon e179f9cf3f Update `80-Upgrading.md` 2022-06-14 14:24:30 +02:00
Johannes Meyer a29159a0a1 Remove remaining IE adjustments 2022-06-13 16:41:15 +02:00
Johannes Meyer 5619d8f13d doc: Mention IE11 compat drop in upgrading chapter 2022-06-13 16:31:20 +02:00
Sukhwinder Dhillon 41a23c3eb3 Update doc 2022-05-27 14:02:11 +02:00
Sukhwinder Dhillon a20d5ad1f6 Update `80-Upgrading.md` 2022-05-27 14:02:07 +02:00
Sukhwinder Dhillon 1b1eb3436f sql: Change charset to `utf8mb4`
fixes https://github.com/Icinga/icingaweb2/issues/4680
2022-05-02 15:36:31 +02:00
Sukhwinder Dhillon f54ca18011 Update `80-Upgrading.md` 2022-04-29 10:25:38 +02:00
Sukhwinder Dhillon 09e8644753 Remove the Vagrant file and all its assets 2022-04-29 10:16:50 +02:00
Johannes Meyer d63f645bd8 Update requirements for PHP 8.1 2022-03-24 15:46:26 +01:00
Johannes Meyer 523bdfec5e Require PHP 7.2+ 2022-03-24 12:29:05 +01:00
Johannes Meyer 01f67a78c6 Increase required version of the icinga-php-library 2022-03-23 11:49:06 +01:00
Johannes Meyer 0e3ff9d669 doc: Clarify what happens with v2.11 on debian 9 2022-03-23 11:49:06 +01:00
Johannes Meyer db55ce28d5 doc: Mention the removal of solarized-dark in the upgrading section 2022-03-02 09:46:11 +01:00
Johannes Meyer a0e4099494 doc: Deprecate dompdf 2022-03-01 17:12:05 +01:00
Blerim Sheqa 52d51f0ee5 Update installation instructions for easier navigation on icinga.com 2022-02-16 11:26:21 +01:00
Johannes Meyer cf9362222e doc: Mention the var-mixin-cleanup in upgrading notes 2022-02-10 10:59:01 +01:00
Johannes Meyer d7d31d00ea Drop expandable.js 2022-02-07 14:11:48 +01:00
Johannes Meyer ffaf6e5f04 Remove module asset support 2022-02-04 15:57:15 +01:00