Yonas Habteab
fbcb4e7687
Bump Windows OpenSSL version to 3.0.16
2025-05-22 12:14:12 +02:00
Alexander A. Klimov
10749d3545
Windows: bump OpenSSL v1.1 (EOL) -> v3.0
2024-10-22 10:54:14 +02:00
Alexander A. Klimov
e812f3eeef
Bump Boost to v1.81
2023-02-15 13:36:58 +01:00
Alexander A. Klimov
0a5eb243ed
Windows: bump OpenSSL to v1.1.1t
2023-02-15 13:36:58 +01:00
Julian Brost
e45fdd2234
Windows: update bundled OpenSSL to version 1.1.1s
2023-02-15 13:36:47 +01:00
Alexander A. Klimov
5b17f3c5aa
Bump Boost v1.79 -> v1.80
2023-02-15 13:36:47 +01:00
Alexander A. Klimov
9d7ca8c14d
Bump OpenSSL to 1.1.1q
2023-02-15 13:36:47 +01:00
Yonas Habteab
21b59667ae
Windows: Update openssl to the latest version 1_1_1p
2022-06-23 15:00:01 +02:00
Julian Brost
213aab5435
Windows: update boost to version 1.79.0
2022-04-27 13:45:28 +02:00
Alexander A. Klimov
37bc27c301
Bump Boost to 1.78
2022-04-07 11:46:01 +02:00
Alexander A. Klimov
018f27c7c3
Bump OpenSSL to 1.1.1n
2022-04-07 11:44:00 +02:00
Alexander Aleksandrovič Klimov
92e688b94a
Merge pull request #9320 from Icinga/boost1.78
...
Make compatible with Boost 1.78 (for Windows)
2022-04-06 16:38:33 +02:00
Edgar Fuß
bce291439c
Avoid name clashes on case-insensitive file systems
...
On case-insensitive file systems (i.e. macOS), the VERSION file collides with the Boost-provided version file on #include <version>.
Work around by re-naming VERSION to ICINGA2_VERSION.
2022-04-06 12:43:13 +02:00
Alexander Aleksandrovič Klimov
865953ecb8
Doc: technical concepts: allow to change severity formula across Icinga 2 releases
...
so nobody is surprised in that case.
2022-02-21 16:09:37 +01:00
Julian Brost
8b3bd062ac
Document which other downtimes are deleted by /v1/actions/remove-downtime
2022-01-20 11:40:21 +01:00
Julian Brost
adfb05e09a
GitHub Actions: Use preinstalled dependencies on Windows
...
The Windows image provided by GitHub already includes most of our dependencies,
so the installation of all Chocolatey packages except winflexbison3 was
redundant. Visual Studio is provided in the Enterprise version instead of
Community, so that has to be added to the search path as well.
2022-01-14 14:04:49 +01:00
Alexander A. Klimov
139d9d9de4
doc/win-dev.ps1: actually utilize ThrowOnNativeFailure
...
refs #8935
2022-01-10 14:29:56 +01:00
Julian Brost
6db8795ca4
InfluxdbWriter: actually verify TLS server certificates
...
And add a new option ssl_insecure_noverify to explicitly disable it if desired.
2021-08-17 16:38:39 +02:00
Julian Brost
d7133ae429
GelfWriter: actually verify TLS server certificates
...
And add a new option insecure_noverify to explicitly disable it if desired.
2021-08-17 16:33:18 +02:00
Julian Brost
bf535969ac
ElasticsearchWriter: actually verify TLS server certificates
...
And add a new option insecure_noverify to explicitly disable it if desired.
2021-08-17 16:33:18 +02:00
Julian Brost
51bb751f23
docs: mention use of boost::stacktrace
2021-07-08 14:53:15 +02:00
Alexander A. Klimov
e7aa9dd3ed
Bump OpenSSL to 1.1.1k
2021-07-07 14:50:23 +02:00
Julian Brost
ecbaa5db67
Add timeout for all new connections
...
This commit adds a timeout for both establishing new outgoing and incoming
connections. This timeout applies to everything until the connection is in a
state where either JsonRpcConnection or HttpServerConnection takes over.
2021-07-06 11:32:41 +02:00
Alexander A. Klimov
e94044f8aa
GitHub actions: build Windows
2021-07-05 14:19:09 +02:00
Alexander A. Klimov
045c439940
Docs: provide shorter and batch-ier instructions on how to setup a Windows dev env
2021-07-05 14:18:34 +02:00
Julian Brost
ddafaa0add
Only handle event::SetSuppressed{Notifications,NotificationTypes} within the local zone
...
Note that even when passing `nullptr` as target zone to `RelayMessage()`, the
cluster message will still be sent to the parent zone. These incoming messages
will now be rejected by the parent nodes. At the moment, there's no way to only
send within the local zone.
2021-05-25 15:58:17 +02:00
Eric Lippmann
e8745f7e96
Merge pull request #7816 from Icinga/feature/notification-timeperiod-6167
...
Re-send notifications previously suppressed by their time periods
2020-08-03 10:04:27 +02:00
Alexander A. Klimov
c515822649
Re-send notifications previously suppressed by their time periods
...
refs #6167
2020-07-29 17:13:41 +02:00
Noah Hilverling
2648a82de0
Merge pull request #7894 from Icinga/bugfix/don-t-wait-for-checks-on-reload-7888
...
CheckerComponent#Stop(): don't wait for checks
2020-07-29 16:35:09 +02:00
Alexander A. Klimov
9dc297987e
Sync Checkable#last_check_started
...
refs #7888
2020-07-28 11:54:13 +02:00
Alexander A. Klimov
af2e1a37db
Deprecate Windows plugins
2020-06-26 15:38:02 +02:00
Noah Hilverling
535f97551f
Docs: Add missing file prefix to link
2020-06-22 14:20:08 +02:00
Noah Hilverling
6f708dfe12
Merge pull request #8051 from Icinga/feature/deprecate-livestatus
...
Deprecate Livestatus
2020-06-16 15:25:56 +02:00
Alexander A. Klimov
48fe2813da
Deprecate Livestatus
2020-06-09 11:21:05 +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
Alexander A. Klimov
87f12cfaa3
Document Checkable#acknowledgement_last_change
2020-03-03 17:09:23 +01:00
Noah Hilverling
b6b7856796
Merge pull request #7861 from Icinga/bugfix/command-endpoint-check-timeout
...
Fix 'check_timeout' not being forwarded to agent command endpoints
2020-02-28 17:42:22 +01:00
Michael Friedrich
bfcbf6a4df
Merge pull request #7859 from joni1993/improvement/new-api-projects
...
Add new Projects to documentation
2020-02-28 11:59:30 +01:00
Michael Friedrich
3fbdd50167
Merge pull request #7867 from Icinga/feature/docs-dev-debug
...
Dev Docs: Update debugging instructions
2020-02-27 13:40:27 +01:00
Michael Friedrich
8e62fc8efb
Fix 'check_timeout' not being forwarded to agent command endpoints
...
fixes #6992
2020-02-27 11:46:52 +01:00
Philipp Dorschner
d674f34b4b
Fix Translation
2020-02-27 07:52:03 +01:00
Christian Jonak
a531889aba
Add new Projects to documentation
...
* icinga2apic: Python API binding continued with community fixes & features
* Icinga-telegram-bot: A Telegram bot using the Icinga 2 API
2020-02-26 19:55:51 +01:00
Michael Friedrich
a37472c479
Docs: Add pki verify
and adopt TLS certificate troubleshooting
2020-02-17 18:17:44 +01:00
Michael Friedrich
9028610735
Docs: Improve the 'automated node setup' chapter
...
- Refine why the parent certificate is needed to prevent MITM attacks
- Add sample output from 'pki save-cert'
- Align parameter names and cross-links
2020-02-13 16:15:50 +01:00
Michael Friedrich
e65a27465c
Docs: Mention the removal of the deprecated parameters for 'pki save-cert'
2020-02-13 16:15:26 +01:00
Michael Insel
34417bef65
Doc: Fix wrong docker image for debian developemnt environment
...
Fixes a small typo. The Debian based development environment should use the debian docker image instead of the ubuntu image.
2020-02-12 11:12:35 +01:00
Michael Friedrich
a9214f7be4
Upgrading docs: Add multi parent dependencies with changed reachability logic
2020-02-11 15:50:04 +01:00
Michael Friedrich
37f022e58c
Dev Docs: Update debugging instructions
2020-02-06 15:40:11 +01:00