Noah Hilverling
f56ebaf44d
Merge pull request #8291 from Icinga/bugfix/program-status-not-inserted
...
IDO: Make sure to insert program status
2020-10-13 09:22:57 +02:00
Noah Hilverling
51c343630f
IDO: Make sure to insert program status during reconnect()
2020-10-09 12:52:27 +02:00
Noah Hilverling
f013884f1c
Merge pull request #8274 from Icinga/bugfix/htriem-8272
...
.mailmap: add "Henrik Triem <Henrik.Triem@icinga.com> <henrik.triem@netways.de>"
2020-09-23 07:23:26 +02:00
Alexander A. Klimov
ae7c9f3eca
.mailmap: add "Henrik Triem <Henrik.Triem@icinga.com> <henrik.triem@netways.de>"
...
refs #8272
2020-09-22 16:31:15 +02:00
Alexander Aleksandrovič Klimov
302d39ab43
Merge pull request #8270 from Icinga/feature/improve-ido-logging-2.11
...
Improve IDO queue stats logging
2020-09-22 16:23:47 +02:00
Henrik Triem
d9e453fe8a
IDO: Implement more accurate logging for query stats
2020-09-22 14:36:00 +02:00
Henrik Triem
3468191450
WorkQueue: Allow choosing stats log level
2020-09-22 14:35:51 +02:00
Noah Hilverling
3e176f8f7a
Merge pull request #8266 from Icinga/probot/update-authors/support/2.11/88949e36da80009998f8a6a596a197dbfde54a4e
...
Update AUTHORS
2020-09-22 14:31:47 +02:00
icinga-probot[bot]
5b9250d613
Update AUTHORS
2020-09-21 16:29:29 +00:00
Noah Hilverling
88949e36da
Merge pull request #8256 from Icinga/bugfix/mailmap
...
Update .mailmap
2020-09-21 16:58:58 +02:00
Alexander A. Klimov
b668ffc787
Update .mailmap
2020-09-21 16:43:06 +02:00
Noah Hilverling
b1e52be8f0
Merge pull request #8241 from Icinga/bugfix/duplicate-entry
...
IDO: customvariables: fix duplicate entry error
2020-09-21 13:57:39 +02:00
Alexander A. Klimov
bd2b565a1c
IDO: customvariables: fix duplicate entry error
2020-09-17 10:35:44 +02:00
Noah Hilverling
674bffb45b
Merge pull request #8235 from Icinga/bugfix/windows-version
...
Fix Windows .exe version v2.12.0 -> 2.12.0
2020-09-14 11:00:03 +02:00
Noah Hilverling
198090d072
Merge pull request #8230 from Icinga/bugfix/open-connections-2116
...
Fix open connections when agent waits for CA approval
2020-09-14 09:32:31 +02:00
Noah Hilverling
b0c907eb47
Merge pull request #8231 from Icinga/bugfix/build-2116
...
Buildfix
2020-09-11 17:16:03 +02:00
Alexander A. Klimov
a3626d8980
Buildfix
2020-09-11 17:07:40 +02:00
Alexander Aleksandrovič Klimov
b5123e3c25
Merge pull request #8226 from Icinga/bugfix/downtime-checkable-getname
...
Check !!downtime->GetCheckable() before downtime->GetCheckable()->GetName()
2020-09-11 16:44:02 +02:00
Alexander A. Klimov
89c188996b
RequestCertificateHandler(): don't disconnect nodes already integrated into the cluster
...
... not to cause a reconnect loop.
2020-09-11 16:19:43 +02:00
Michael Insel
0ed108bfa2
Fix open connections when agent waits for CA approval
...
This closes the agent connection when the certificate sign requests
waits for CA approval.
refs #7680
2020-09-11 16:17:37 +02:00
Alexander A. Klimov
25f926e201
Fix Windows .exe version v2.12.0 -> 2.12.0
2020-09-11 15:56:51 +02:00
Noah Hilverling
124d52f0b7
Merge pull request #8227 from Icinga/bugfix/logrotate-crash-8050
...
Ensure the daemon doesn't get killed by logrotate
2020-09-11 15:29:26 +02:00
Alexander A. Klimov
8b0ba2275a
Check !!downtime->GetCheckable() before downtime->GetCheckable()->GetName()
...
... not to crash while removing a downtime from a disappeared checkable.
2020-09-11 14:47:46 +02:00
Noah Hilverling
6701db4dba
Merge pull request #8225 from Icinga/bugfix/last-zone-sync-stage-validation-failed-7642-2116
...
Clear ApiListener#last_failed_zones_stage_validation on config::Update if config not changed
2020-09-11 14:24:50 +02:00
Alexander A. Klimov
9632d3f634
Clear ApiListener#last_failed_zones_stage_validation on config::Update if config not changed
...
refs #7642
2020-09-11 13:50:32 +02:00
Alexander Aleksandrovič Klimov
1bbef11196
Merge pull request #8224 from Icinga/bugfix/handshake-timeout-7805-2.11.6
...
Close connections w/o sucessful TLS handshakes during 10s
2020-09-11 11:29:24 +02:00
Alexander A. Klimov
dcc3c32dcd
Close connections w/o sucessful TLS handshakes during 10s
...
refs #7805
2020-09-11 11:07:50 +02:00
Alexander A. Klimov
ffdaf134c9
Ensure the daemon doesn't get killed by logrotate
...
refs #8050
2020-08-11 16:13:03 +02:00
Henrik Triem
d12bffe5f4
Merge pull request #8148 from Icinga/feature/2.11.5
...
Icinga 2.11.5
v2.11.5
2020-08-03 13:09:58 +02:00
Alexander A. Klimov
8f3ffe8025
Icinga 2.11.5
2020-08-03 13:04:54 +02:00
Noah Hilverling
a5370f7d15
Merge pull request #8097 from Icinga/bugfix/don-not-close-connection-on-missing-heartbeat-8095
...
Don't close connection on missing heartbeat
2020-07-29 14:12:07 +02:00
Yonas Habteab
a0a5348895
Remove all codes related to the heartbeat timeout
...
until now, if the timeout is exceeded, the connection is immediately terminated.
But since we do not want to disconnect even if the timeout is exceeded, it is
better to send the messages without timeout and have deleted everything that
related to the heartbeat timeout. We also have another mechanism in
JRPC::CheckLiveness that does the disconnect.
2020-07-29 14:10:42 +02:00
Noah Hilverling
a5d4b5797a
Merge pull request #8121 from Icinga/bugfix/include
...
Fix missing include
2020-07-21 09:10:24 +02:00
Noah Hilverling
5911879ffa
Merge pull request #8120 from Icinga/feature/shared-t
...
Introduce Shared<T>
2020-07-21 09:10:13 +02:00
Alexander A. Klimov
21895c92fa
Fix missing include
2020-07-17 16:58:49 +02:00
Alexander A. Klimov
2138480704
Introduce Shared<T>
2020-07-17 16:50:18 +02:00
Noah Hilverling
3c28c55421
Merge pull request #8103 from Icinga/bugfix/send-heartbeat-less-often-8098
...
Send heartbeat every 20s and not 10s
2020-07-16 09:53:08 +02:00
Yonas Habteab
cf5ec5e341
Send heartbeat every 20s and not 10s
2020-07-09 13:22:08 +02:00
Noah Hilverling
d6a007cd27
Merge pull request #8094 from Icinga/bugfix/jsonrpcconnection-m_seen
...
Consider a JsonRpcConnection being seen on a single byte of TLS payload, not only a whole message
2020-07-08 09:59:22 +02:00
Noah Hilverling
cc96379c23
Merge pull request #8093 from Icinga/bugfix/config-sync-failed-reload-7742-211
...
ApiListener::ConfigUpdateHandler(): make the whole process mutually exclusive
2020-07-08 09:53:32 +02:00
Alexander A. Klimov
67b04fae69
ApiListener::HandleConfigUpdate(): make the whole process mutually exclusive
...
refs #7742
2020-07-07 16:11:21 +02:00
Alexander A. Klimov
4d80903c47
ApiListener::ConfigUpdateHandler(): block as less as possible
...
refs #7742
2020-07-07 16:11:21 +02:00
Noah Hilverling
6a19931abf
Release version 2.11.4
v2.11.4
2020-06-18 09:25:46 +02:00
Michael Insel
20f0f404da
Add missing 2.11.3 CHANGELOG entry
2020-06-15 16:18:13 +02:00
Noah Hilverling
e59c2e896f
Merge pull request #8054 from Icinga/bugfix/segfault-map-reduce-filter-null-8047
...
Ensure the custom function is not null in Array#{sort,map,reduce,filter,any,all}()
2020-06-15 16:16:30 +02:00
Noah Hilverling
949da2bc6b
Merge pull request #8043 from Icinga/bugfix/unify-application-start-times-v2114
...
Fix timing point for Application::GetStartTime() (related to command endpoint grace period)
2020-06-09 14:04:07 +02:00
Noah Hilverling
3628d7ffa8
Merge pull request #8044 from Icinga/bugfix/catch-exception-in-node-setup-v2114
...
Catch exception when trusted cert is not readable during node setup on agent/satellite
2020-06-09 14:02:32 +02:00
Noah Hilverling
8ada11505a
Merge pull request #8046 from Icinga/bugfix/prepare-dirs-chmod
...
prepare-dirs: combine mkdir and chmod
2020-06-09 13:56:51 +02:00
Alexander A. Klimov
9c85401914
Ensure the custom function is not null in Array#{sort,map,reduce,filter,any,all}()
...
refs #8047
2020-06-09 12:35:04 +02:00
Alexander Aleksandrovič Klimov
2b2953b792
Merge pull request #8049 from Icinga/bugfix/chocolatey-2.11.4
...
Chocolatey: Prepare new build process (2.11 backport)
2020-06-09 10:26:33 +02:00