Yonas Habteab
1f2188e358
Bump Windows OpenSSL version to 3.0.16
2025-05-20 16:05:46 +02:00
Alexander A. Klimov
56f2eacccc
Bump OpenSSL shipped for Windows to v3.0.15
2024-09-26 11:50:36 +02:00
Alexander A. Klimov
7d9fb17976
Bump Boost shipped for Windows to v1.86
2024-09-17 16:43:42 +02:00
Alexander A. Klimov
3fefdf2294
Bump OpenSSL shipped for Windows to v3.0.14
2024-06-13 15:09:34 +02:00
Alexander A. Klimov
8d7a12c42e
Bump Boost shipped for Windows to v1.85
...
Note: For doc/21-development.md use:
perl -pi -e 's/(boost[-\w]*?1[-_]?)84/${1}85/g' doc/21-development.md
2024-06-13 15:09:23 +02:00
Alexander Aleksandrovič Klimov
600e631a4d
Merge pull request #9945 from Icinga/2139backport
...
Disable TLS renegotiation, bump Windows deps and fix Icinga DB crashes
2023-12-20 12:14:30 +01:00
Alexander A. Klimov
4aefab59ae
Bump OpenSSL shipped for Windows to v3.0.12
2023-12-20 10:06:03 +01:00
Alexander A. Klimov
d856dc9638
Bump Boost shipped for Windows to v1.83
...
Note: For doc/21-development.md use:
perl -pi -e 's/(boost[-\w]*?1[-_]?)82/${1}83/g' doc/21-development.md
2023-12-20 10:05:46 +01:00
Lord Hepipud
215dba9d0f
Adds ProgressPreference SilentlyContinue
...
We should use `$Global:ProgressPreference = 'SilentlyContinue';` to disable the progress bar during download.
By doing so, information are directly written to the disk instead of written inside the memory and dumped to the disk afterwards
2023-11-24 17:26:57 +01:00
Alexander A. Klimov
117ae78755
Windows: bump OpenSSL v1.1 (soon EOL) -> v3.0
2023-07-03 17:43:17 +02:00
Alexander A. Klimov
02ed374ae0
Bump Boost shipped for Windows to v1.82
2023-07-03 17:43:17 +02:00
Alexander A. Klimov
3f395d703b
Doc: dev: Windows: move "-DICINGA2_UNITY_BUILD=OFF"
...
to avoid merge conflicts due to Boost updates in the long run.
2023-07-03 17:41:45 +02:00
Alexander Aleksandrovič Klimov
6dfc21f9bd
Merge pull request #9678 from Icinga/181b213
...
Bump Boost to v1.81
2023-02-16 16:23:50 +01:00
Alexander Aleksandrovič Klimov
2bebb92b35
Merge pull request #9671 from Icinga/docs213
...
Backport docs
2023-02-16 16:23:21 +01:00
Eric Lippmann
ee8d32432e
docs: Add missing "Install Icinga 2 on Fedora" heading
2023-02-15 17:23:41 +01:00
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 A. Klimov
2fbb4f9575
Bump Boost to v1.81
2023-02-15 10:41:31 +01:00
Alexander A. Klimov
27d46a4e5a
Windows: bump OpenSSL to v1.1.1t
2023-02-14 13:11:49 +01:00
Alexander Aleksandrovič Klimov
d919fde6db
Docs: Windows Dev Environment: TL;DR: disable unity build
...
This enables the individual C++ files, not just unity ones, in VS project tree.
2023-02-14 12:48:25 +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
Alexander Aleksandrovič Klimov
5a3515676f
Typos
2023-02-14 12:47:38 +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
Yonas Habteab
f903e3aa12
Doc: Enhance Zones in Zones troubleshooting
2023-02-14 12:47:02 +01:00
Alexander Aleksandrovič Klimov
54663332e5
Doc: Windows Dev Environment: correct reboot requirement
...
Building icinga2.sln via Visual Studio doesn't require compilation via MSBuild.exe.
2023-02-14 12:46:47 +01:00
Dominik Riva
25f5612a55
Update 03-monitoring-basics.md
...
Fix misleading statement:
```
types = [ Acknowledgement, Recovery ]
```
right after a Notification config block will not help as this will only work on a `User` object.
2023-02-14 12:37:35 +01:00
Feu Mourek
28eb04868a
Add documentation about Icinga 2 use cases
...
Added examples about different kind of use cases that will help users get a better picture of Icinga.
2023-02-14 12:37:21 +01:00
Yonas Habteab
ef1d80457a
Doc: Enhance notification end
time docs
2023-02-14 12:37:08 +01:00
stevie-sy
9c8a400ae9
Update 09-object-types.md ( #7953 )
...
* Update 09-object-types.md
Because in this document it is not clear which units are allowed for DB Cleanup, I asked in the Community for it: https://community.icinga.com/t/db-ido-cleanup-possible-units/3854/2 . We came to the conclusion that it would help if there is a notice which units are possible/allowed for this. For better finding I wrote also a link to the language reference.
* Update 09-object-types.md
changed to the proposed "language reference"
* Update 09-object-types.md
Done. Sorry overlooked
* Update 09-object-types.md
accidentally inserted return undone . Hope now fits 😃
* Update 09-object-types.md
Requested Changes don
* Update 09-object-types.md
changed link to duration-literals
2023-02-14 12:36:54 +01:00
RincewindsHat
7b66397dc8
Update sar-perf origin
2023-02-14 12:36:22 +01:00
Alexander A. Klimov
57e0e623a1
Document Notification#times being not aware of downtimes
...
i.e. that times.* count from HARD state change, not downtime end.
2023-02-14 12:36:05 +01:00
Alexander Aleksandrovič Klimov
0a359cfe1f
Fix wrong operator precedence in documentation
...
<1> => (1 || 0) && 0
0.000000
<2> => 1 || (0 && 0)
1.000000
<3> => 1 || 0 && 0
1.000000
<4> =>
2023-02-14 12:35:15 +01:00
Feu Mourek
2d3b32f592
Change apt-get to apt
2023-02-14 12:34:56 +01:00
Alexander A. Klimov
693e735e1e
Recommend to try libjemalloc to speed up reload
2023-02-14 12:34:37 +01:00
RincewindsHat
33b1fc4054
Correct typos in documentation and examples
2023-02-14 12:34:10 +01:00
Julian Brost
9c2adb20f2
Docs: remove duration from schedule-downtime example
...
The API call does not explicitly specify `fixed` so the default of `true` is used. For a fixed downtime, `duration` is ignored so there is no reason for specifying it and it's just confusing ("why do I have to give start/end *and* a duration which should be the difference between start and end anyways?").
2023-02-14 12:33:53 +01:00
Julian Brost
2916c96bd9
Windows: update bundled OpenSSL to version 1.1.1s
2022-11-04 13:37:29 +01:00
Alexander A. Klimov
b731bcf511
Bump Boost v1.79 -> v1.80
2022-10-31 13:04:16 +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
Alexander A. Klimov
2cdd1a0f96
Bump OpenSSL to 1.1.1q
2022-07-28 10:51:45 +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
0f03586f69
Docs: Update Icinga DB oject type 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