Alexander A. Klimov
b68139d609
Windows: bump OpenSSL v1.1 (EOL) -> v3.0
2024-10-22 10:53:57 +02:00
Julian Brost
8da90d44fa
InfluxdbWriter: actually verify TLS server certificates
...
And add a new option ssl_insecure_noverify to explicitly disable it if desired.
2021-08-17 18:49:36 +02:00
Julian Brost
037944a51b
GelfWriter: actually verify TLS server certificates
...
And add a new option insecure_noverify to explicitly disable it if desired.
2021-08-17 18:49:35 +02:00
Julian Brost
78aa348e6a
ElasticsearchWriter: actually verify TLS server certificates
...
And add a new option insecure_noverify to explicitly disable it if desired.
2021-08-17 18:49:35 +02:00
Julian Brost
9374c308de
docs: mention use of boost::stacktrace
2021-07-08 13:59:39 +02:00
Julian Brost
0f6e31d7a1
Bump OpenSSL to 1.1.1k
2021-07-07 16:48:27 +02:00
Julian Brost
2131318c48
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:33:48 +02:00
Alexander A. Klimov
bea9d22c52
GitHub actions: build Windows
2021-07-05 16:13:50 +02:00
Alexander A. Klimov
66fbfc6746
Docs: provide shorter and batch-ier instructions on how to setup a Windows dev env
2021-07-05 16:13:50 +02:00
Julian Brost
7511a5c3fc
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-26 08:52:05 +02:00
Noah Hilverling
c02eb62ac5
Merge pull request #7846 from Icinga/bugfix/revert-notification-result-211x
...
Revert NotificationResult
2020-03-02 10:46:05 +01:00
Alexander A. Klimov
f43073cc1c
Revert "Add docs for NotificationResult value type"
...
This reverts commit 0611f3e009f548c204edc1460c7391541fbb0eb6.
2020-02-19 10:58:52 +01:00
Michael Friedrich
67fc68bc5f
Docs: Update installation for RHEL/CentOS 8 and SLES 15
...
(cherry picked from commit 35caef4e6cb4a3ea0718c86cca6ad938568d1765)
2019-11-20 16:14:43 +01:00
Michael Friedrich
5a0504cac8
Docs: Add upgrading notes for 2.11.x bugfix releases
...
(cherry picked from commit bc50db3eb1a0203fcff1c5bf6c0ab6db8b2cd935)
2019-10-24 09:25:43 +02:00
azthec
82212632a5
Update 06-distributed-monitoring.md
...
(cherry picked from commit 0c6b12cd8249d1fca78c1222fcf7fadf0dd31bb7)
2019-10-22 17:54:32 +02:00
Michael Friedrich
a6c76ae3b8
Align the docs with GitHub details on Zone Inception
...
(cherry picked from commit ac552f2a73cbeafa1b2f2c883d3d4065674001bb)
2019-10-17 14:08:54 +02:00
Michael Friedrich
e02d778f6b
Docs: Fix URL for memcached ITL CheckCommand
...
fixes #7515
(cherry picked from commit 6020ef37d66308f53ee14d74ab9dfccc31bbe626)
2019-10-17 13:52:35 +02:00
Patrick
1ec786b559
typo for path to error.log
...
(cherry picked from commit 085766d9d9f97d7e697ed9464cbf9098daa5ffc0)
2019-10-17 13:52:10 +02:00
Michael Friedrich
91c1b7dd5b
Upgrading/Troubleshooting Docs: Agent Hosts with Command Endpoint require a Zone
...
refs #7514
2019-09-23 09:17:22 +02:00
Michael Friedrich
bcf73f636e
Upgrading/Troubleshooting Docs: Add details about Zone inclusion and Zone Inception
...
refs #7519
2019-09-23 09:16:29 +02:00
Michael Friedrich
25f17c04ad
Upgrading Docs: Add a repository requirement table to clarify things
...
Imho `On platforms where EPEL or Backports cannot satisfy this dependency`
is enough, but GH is flooded with issues.
https://github.com/Icinga/icinga2/issues/7523
https://github.com/Icinga/icinga2/issues/7524
https://github.com/Icinga/icinga2/issues/7522
https://github.com/Icinga/icinga2/issues/7512
https://github.com/Icinga/icinga2/issues/7511
https://github.com/Icinga/icinga-packaging/issues/150
https://github.com/Icinga/icinga-packaging/issues/149
https://github.com/Icinga/icinga-packaging/issues/148
https://github.com/Icinga/icinga-packaging/issues/146
2019-09-23 08:38:18 +02:00
Bas Couwenberg
e893fe0cde
Fix spelling error
...
Another occurrence of:
* UNKNWON -> UNKNWON
Ref: #7365
2019-09-20 07:17:03 +02:00
Michael Friedrich
b12d05a583
Docs: Fix image locations for installation chapter
2019-09-17 12:44:18 +02:00
Michael Friedrich
3e8e6f27d0
Docs: Add the Director as migration strategy from Icinga 1.x
2019-09-17 12:29:03 +02:00
Michael Friedrich
381d541573
Docs: Update outdated addons chapter with supported products
2019-09-17 12:07:03 +02:00
Michael Friedrich
93aa91ec0b
Docs: Add certificate & vSphere modules to service monitoring chapter
2019-09-17 12:04:42 +02:00
Michael Friedrich
e7145cd8f0
Docs: Add blog post URL for Director automation to configuration chapter
2019-09-17 12:04:10 +02:00
Michael Friedrich
b4333dfcd0
Docs: Align product URLs in features chapter
2019-09-17 11:36:23 +02:00
Michael Friedrich
e9a1bc1792
Docs: Align product URLs to icinga.com in distributed chapter
2019-09-17 11:34:01 +02:00
Michael Friedrich
31c3e005aa
Docs: Update product URLs and improve configuration introduction
...
There's more work underway, but after 2.11.
2019-09-17 11:32:38 +02:00
Michael Friedrich
03de071a57
Docs: Fix broken support matrix URL in Installation chapter
2019-09-17 08:51:54 +02:00
Michael Friedrich
9bb6a283af
Docs: Update URLs and content in About chapter
2019-09-17 08:51:32 +02:00
Michael Friedrich
d3eb62301e
API: Add AES128-GCM-SHA256 compatible cipher for el6
...
fixes #7501
2019-09-16 14:19:22 +02:00
Michael Friedrich
9622474d93
Merge pull request #7502 from Icinga/feature/docs-debugger-2-11
...
Docs: Update debugging instructions for 2.11
2019-09-16 10:36:52 +02:00
Michael Friedrich
0c1bfc03ce
Docs: Update debugging instructions for 2.11
2019-09-13 17:05:56 +02:00
Jan Wagner
7a49ed4c81
This should also apply if host.vars.notification.mail is not defined, but service.vars.notification.mail is
2019-09-12 17:20:15 +02:00
Jan Wagner
c1aaa10650
mail-service-notification may make more sense for a service apply
2019-09-12 17:18:35 +02:00
Jan Wagner
9ebfd32d2f
Fixing syntax, else if shoudl work
2019-09-12 17:17:48 +02:00
Michael Friedrich
132749161b
Docs: Update Windows for VS 2019, add CI details
2019-09-12 15:49:48 +02:00
Michael Friedrich
c5e68fb05f
Dev Docs: Update Windows to Visual Studio 2019
2019-09-09 17:11:23 +02:00
Michael Friedrich
52af379839
Merge pull request #7467 from Icinga/feature/docs-development-2-11
...
Docs: Update Linux and Windows Dev instructions for 2.11
2019-09-02 09:36:47 +02:00
Michael Friedrich
cf8a49bc78
Docs: Update dev chapter for Debian Buster
2019-09-02 09:20:56 +02:00
Michael Friedrich
e4341a5bdc
Docs: Update Boost setup instructions for Windows dev environment
2019-09-01 11:08:15 +02:00
Michael Friedrich
426c26f6cb
Merge pull request #7464 from Icinga/feature/docs-windows-agent-versions
...
Docs: Update supported Windows agent versions
2019-08-30 16:37:09 +02:00
Michael Friedrich
74ab3192a0
Docs: Sync Vagrant box dev instructions with development docs
2019-08-30 15:18:27 +02:00
Michael Friedrich
ce9f5a9e2b
Docs: Update supported Windows agent versions
2019-08-30 14:15:08 +02:00
Michael Friedrich
e56de3f55f
Docs: Add Windows debugging
2019-08-30 14:04:40 +02:00
Michael Friedrich
7f28718cad
Docs: Prefer the Powershell commands on Windows
2019-08-30 14:04:05 +02:00
Michael Friedrich
0cef00c841
Update default cipher_list in upgrading docs
2019-08-27 16:47:58 +02:00
Max Deparade
0e00ffee39
Adding check_uptime to itl
2019-08-26 11:13:58 +02:00