375 Commits

Author SHA1 Message Date
Eric Lippmann
d1aaaf7fb0 Replace user:local_name with user.local_name macro in restrictions 2021-06-28 15:16:56 +02:00
Eric Lippmann
da56ddc312 Document use_ssl database resource config option 2021-06-24 09:18:06 +02:00
Johannes Meyer
6640eced19 README.md: Update preview picture 2021-06-22 15:44:10 +02:00
Johannes Meyer
767b64b966 doc: Mention that we don't plan to support IE any longer 2021-06-22 15:20:16 +02:00
Johannes Meyer
c5cb9dc34e Raise minimum required PHP version to 7.3 2021-06-22 12:57:08 +02:00
Johannes Meyer
9270633b23 doc: Add note for php-fpm on SLES 15 SP2
resolves #4335
2021-06-17 08:59:42 +02:00
Johannes Meyer
cb102399d5 doc: Mention ipl and icinga 3rdparty as requirements 2021-06-02 15:33:18 +02:00
Johannes Meyer
688e3fd6e5 doc: Add a note about browser support in the install section
resolves #4312
2021-05-11 11:31:07 +02:00
log1-c
00739adc31
fixed powertools repo name for CentOS 8 (#4356) 2021-04-22 10:40:12 +02:00
Johannes Meyer
184e37390f doc: Add modules intro to about 2021-04-13 09:14:50 +02:00
Johannes Meyer
5bfcde6527 doc: Move monitoring module intro and mention Icinga DB Web 2021-04-13 09:14:50 +02:00
Johannes Meyer
75cd997f06 doc: Introduce modules chapter 2021-04-13 09:13:59 +02:00
Andreas Olsson
e5d1cb7fb6 Docs: Fix automatic install password hash command
Provides consistency with the 853bbf2 update.
2021-04-12 10:26:32 +02:00
Johannes Meyer
cc65164a67 Adjust global permissions 2021-02-18 11:11:39 +01:00
Johannes Meyer
429a70f05f Auth: Allow to ignore any and all restrictions 2021-02-18 11:11:39 +01:00
Johannes Meyer
155604e5b1 docs: Update security chapter 2021-02-18 11:11:39 +01:00
Johannes Meyer
9784cdc5b3 doc: Add remaining upgrading notes 2020-06-08 10:51:35 +02:00
Johannes Meyer
e37e181935 doc: Mention view=compact change in upgrading notes 2020-06-04 08:50:41 +02:00
Johannes Meyer
f35aa2848e doc: Mention package changes in upgrading notes for 2.8.x 2020-05-27 15:37:52 +02:00
Eric Lippmann
fce2858beb LDAP: Add option to disable server side sorting
We automatically detect whether the server supports server side sorting
and sort manually if that is not the case. But there are LDAP servers
which report that they support this feature in general but have it
disabled for certain fields.

If we send the server side control for any field that has server side
sort disabled, the LDAP server will abort the query.

With the new configuration option it is possible to disable server side
sorting and it has precedence over our automatic detection.
Since this is a very special LDAP server configuration, there is no GUI
option for this.
2020-05-25 11:08:13 +02:00
Johannes Meyer
b69b9c7356 doc: Update translation section in About and mention L10n 2020-05-12 11:17:39 +02:00
Jiri Pejchal
5698cebf7a
Fix typo in RedHat 8 FPM configuration path 2020-04-20 10:26:42 +02:00
Alexander A. Klimov
d094b8a2f3 Docs: include Ubuntu in "Preparing Web Setup on Debian"
refs #4110
2020-04-08 11:52:04 +02:00
Dokon
f4edcecca0 Added Kiosk Mode in doc (#3997)
* Added Kiosk Mode in doc
2019-12-12 17:23:19 +01:00
Michael Friedrich
3c8c2ba3e9 Docs: Update installation for RHEL/CentOS 8 and SLES 15 2019-11-20 15:58:10 +01:00
Johannes Meyer
b0bf9c4b06 Update RELEASE.md 2019-08-14 13:10:19 +02:00
Johannes Meyer
40ab96be98 doc: Add upgrading note about the dashboard breaking change
refs #3542
2019-07-18 08:36:26 +02:00
Johannes Meyer
a80219071c doc: Adjust upgrading note about jquery 3 and mention jquery-migrate 2019-07-18 07:57:14 +02:00
Johannes Meyer
e4afd2bf87 doc: Add upgrading note for module developers due to the jQuery update 2019-07-18 07:57:14 +02:00
Eric Lippmann
d045a62300 Add docs for the ConfigFormEventsHook 2019-07-15 07:52:32 +02:00
Eric Lippmann
15b9a3e329 Document the logging config option 'php' 2019-07-11 12:36:53 +02:00
Johannes Meyer
09090bcf9f
Merge pull request #3553 from oliverrahner/patch-1
Enable `$user:local_name$` placeholder in restrictions
2019-06-04 07:33:51 +02:00
Oliver Rahner
6ad74ef1cc
renamed variable $currentUser$ to $user:local_name$
updated docs, too
2019-06-03 23:56:21 +02:00
Johannes Meyer
687c28acd1
Merge pull request #3743 from Icinga/feature/add-colorblind-theme
Add colorblind theme
2019-05-22 12:21:16 +02:00
Johannes Meyer
13ab1292e5 doc: Utilize https:// where possible 2019-05-22 08:48:53 +02:00
Mike Pennisi
fd77c40e39 Update documentation to fetch keys securely
Instruct users to retrieve APT keys via a secure connection to avoid
man-in-the-middle attacks.
2019-05-21 17:41:12 -04:00
Jennifer Mourek
e90c4430c1 Adjust documentation 2019-05-21 15:40:16 +02:00
Johannes Meyer
5f89afd200 05-Authentication.md: Fix reference to domain aware auth 2019-05-02 09:55:25 +02:00
Johannes Meyer
81bb5272b5
Merge pull request #3680 from Icinga/feature/date-timezone-3626
Setup: don't require date.timezone
2019-04-18 14:20:47 +02:00
Alexander A. Klimov
5a0434431f Setup: don't require date.timezone
refs #3626
2019-04-18 11:31:37 +02:00
Johannes Meyer
96883b101c
Merge pull request #3614 from martialblog/update-ldap-documentation
Fix documentation for LDAP Groups
2019-04-17 13:59:03 +02:00
Markus Opolka
ed03d40cd5 Fix documentation for LDAP Groups
- Information for group_member_attribute was incorrect
 - Added information for domain and user_base_dn
2019-04-12 10:26:49 +02:00
Eric Lippmann
403c2d3495
Merge pull request #3481 from marianrh/feature/optionally-disable-mysql-server-certificate-validation
Allow disabling MySQL server certificate validation by setting ssl_do_not_verify_server_cert
2019-02-26 10:39:21 +01:00
Eric Lippmann
5ebc38d196 Fix doc for default theme
fixes #3539
2018-11-19 17:31:42 +01:00
Eric Lippmann
9f15bda698 Add upgrading to 2.6.x notes
fixes #3620
2018-11-15 15:02:19 +01:00
Michael Friedrich
aed2e54834
Merge pull request #3594 from Icinga/feature/docs-icinga-com
Update URL to https://icinga.com
2018-10-29 17:49:34 +01:00
Michael Friedrich
d1fb3b3674 Update URL to https://icinga.com 2018-10-18 11:02:57 +02:00
Michael Friedrich
3d949ac9e6 Add docs for timeout on LDAP resource
refs #3592
2018-10-18 10:52:01 +02:00
Oliver Rahner
967a0bf74e
documented $currentUser$ placeholder for restrictions 2018-08-08 15:24:26 +02:00
Marian Rainer-Harbach
5e40405a12 Allow disabling MySQL server certificate validation by setting ssl_do_not_verify_server_cert
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2018-07-16 11:41:13 +02:00