Gunnar Beutner
|
7f5d8a36b4
|
Split Utility::GetHostName into two functions.
Fixes #6312
|
2014-05-27 10:20:33 +02:00 |
Gunnar Beutner
|
3f2df5b656
|
Make sure that Utility::GetHostName() returns an FQDN.
Fixes #6312
|
2014-05-26 17:32:18 +02:00 |
Gunnar Beutner
|
f9512dd495
|
Make sure Application::InitializeBase() when RLIMIT_NOFILE is set to "unlimited".
Refs #6257
|
2014-05-26 07:40:47 +02:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |
Gunnar Beutner
|
778b51ab6d
|
Improve log messages for the Process class.
Refs #6070
|
2014-05-23 19:00:55 +02:00 |
Gunnar Beutner
|
16a2d36bdc
|
Rename --debug to --log-level.
Refs #6276
|
2014-05-23 18:11:21 +02:00 |
Gunnar Beutner
|
4cf293837f
|
Change the default number of threads for the ThreadPool class.
Fixes #6279
|
2014-05-23 12:35:18 +02:00 |
Michael Friedrich
|
5ec300f68e
|
Add debug log severity for console logger.
Fixes #6276
|
2014-05-23 11:57:08 +02:00 |
Gunnar Beutner
|
2e18407270
|
Close inherited FDs.
Fixes #6257
|
2014-05-23 06:31:52 +02:00 |
Michael Friedrich
|
1df7518b35
|
Move more log messages to 'notice' severity.
Refs #6070
|
2014-05-22 23:47:03 +02:00 |
Gunnar Beutner
|
1bc1356fe6
|
Windows build fix.
|
2014-05-22 21:32:08 +02:00 |
Michael Friedrich
|
4296ec3987
|
Change the most chatting log messages to 'notice' severity.
Refs #6070
|
2014-05-22 16:07:57 +02:00 |
Michael Friedrich
|
0713918c5e
|
Extract exception error info message.
Refs #6070
|
2014-05-22 16:07:57 +02:00 |
Michael Friedrich
|
7462c8320a
|
Add 'notice' severity to *Logger.
Refs #6070
|
2014-05-22 16:07:57 +02:00 |
Gunnar Beutner
|
46165dbccf
|
Make sort order for Utility::{Glob,GlobRecursive} deterministic.
Fixes #5854
|
2014-05-22 13:12:58 +02:00 |
Gunnar Beutner
|
2350593ef0
|
Fix logrotate config.
Fixes #6229
|
2014-05-22 11:22:30 +02:00 |
Michael Friedrich
|
af951819bc
|
Add MessageOrigin to OnVarsChanged.
Refs #6187
Refs #5219
|
2014-05-19 18:17:47 +02:00 |
Michael Friedrich
|
601e10cb46
|
Use CustomVarObject instead of DynamicObject for all libicinga objects.
Fixes #6187
|
2014-05-19 17:57:58 +02:00 |
Gunnar Beutner
|
b814d89ce0
|
Fix command timeout.
Fixes #6232
|
2014-05-19 13:09:49 +02:00 |
Gerd von Egidy
|
541de0de78
|
Add Process::GetPID and make it work on Unix and Windows.
Refs #6118
|
2014-05-18 18:44:57 +02:00 |
Gerd von Egidy
|
e0d4b9fb80
|
Unlink the pidfile when we really shutdown (not reload).
Refs #6118
|
2014-05-18 18:44:54 +02:00 |
Gerd von Egidy
|
e93a22b440
|
Proof of concept how a real reload-handling with systemd could work.
Refs #6118
|
2014-05-18 18:39:35 +02:00 |
Gunnar Beutner
|
7310a254e8
|
Parallellize restoring objects from the state file.
Fixes #6226
|
2014-05-18 09:20:23 +02:00 |
Gunnar Beutner
|
b2246f3af9
|
Build fix for Windows.
Refs# 6191
|
2014-05-17 08:38:28 +02:00 |
Gunnar Beutner
|
3a1ce23aeb
|
Implicitly set zone attribute for files includes from zones.d.
Refs #6191
|
2014-05-13 14:40:12 +02:00 |
Gunnar Beutner
|
0d36cc8d5f
|
Implement support for the zones.d config directory.
Refs #6191
|
2014-05-13 13:19:43 +02:00 |
Gunnar Beutner
|
c58aa9e86f
|
Improve error message when execvpe() fails.
Fixes #6160
|
2014-05-12 10:58:17 +02:00 |
Gunnar Beutner
|
9b7702195a
|
Don't use colors for the whole log message.
Refs #6070
|
2014-05-12 10:27:01 +02:00 |
Gunnar Beutner
|
9c3e399188
|
Remove unnecessary includes.
Fixes #6189
|
2014-05-11 18:11:32 +02:00 |
Gunnar Beutner
|
6a8db4035d
|
Fix another couple of compiler warnings.
Refs #5823
|
2014-05-11 08:36:51 +02:00 |
Gunnar Beutner
|
12c8814bd8
|
Fix some more compiler warnings.
Refs #5823
|
2014-05-11 06:43:01 +02:00 |
Gunnar Beutner
|
c7b5e4c31e
|
Fix some compiler warnings.
Refs #5823
|
2014-05-11 06:04:43 +02:00 |
Michael Friedrich
|
d06d4f2540
|
Include monitoring plugin commands seperately.
Fixes #6130
|
2014-05-10 19:02:51 +02:00 |
Gunnar Beutner
|
0e34968e8f
|
Implement for loops.
Fixes #6183
|
2014-05-10 11:26:56 +02:00 |
Gunnar Beutner
|
042e4270bf
|
Fix an issue where expired Timer pointers caused other timers to be delayed.
Fixes #6179
|
2014-05-09 19:26:31 +02:00 |
Gunnar Beutner
|
b367187c0b
|
Implement HA for IDO connections.
Refs #6107
|
2014-05-09 13:02:30 +02:00 |
Gunnar Beutner
|
4c022199f4
|
Reimplement load-balancing for checks.
Refs #6107
|
2014-05-09 11:45:21 +02:00 |
Gunnar Beutner
|
dade476533
|
Remove the ZlibStream class and the stream_bio functionality.
Fixes #6119
|
2014-05-09 10:23:54 +02:00 |
Gunnar Beutner
|
45270f1bb8
|
Refactor the agent and cluster components.
Refs #6107
|
2014-05-08 09:13:04 +02:00 |
Gunnar Beutner
|
0571d8a464
|
Run INITIALIZE_ONCE() after static initializers.
Refs #6107
|
2014-05-08 09:13:04 +02:00 |
Gunnar Beutner
|
b1dab6c074
|
Implement support for the "package" keyword.
Refs #6107
|
2014-05-08 09:13:04 +02:00 |
Gunnar Beutner
|
e2fe1c8a6b
|
Properly shut down TLS streams.
Refs #6107
|
2014-05-06 10:40:36 +02:00 |
Gunnar Beutner
|
0484706324
|
Make sure handles aren't inherited by the child process.
Refs #6107
|
2014-05-06 10:40:36 +02:00 |
Michael Friedrich
|
7e164291a0
|
Make AddGroup() unique.
Refs #6105
|
2014-05-02 00:38:46 +02:00 |
Gunnar Beutner
|
630a1a28e2
|
Make Application::ReadPidFile work on Windows.
Refs #5788
|
2014-05-01 20:09:38 +02:00 |
Gunnar Beutner
|
e9fddcc575
|
Build fix for Windows.
Refs #5788
|
2014-05-01 11:27:43 +02:00 |
Gunnar Beutner
|
f989bbd678
|
Make sure that WQ threads are started after Daemonize().
Fixes #6063
|
2014-04-29 13:17:08 +02:00 |
Gunnar Beutner
|
b119c3285b
|
Change log level for some messages.
Fixes #6072
|
2014-04-29 11:01:28 +02:00 |
Gerd von Egidy
|
1e321f0959
|
Fix possible race when the reload-process determines it's parent pid and the true parent has ended
Now transfers the true parent pid as parameter to --reload-internal.
Refs #5788
|
2014-04-29 10:34:02 +02:00 |
Gerd von Egidy
|
9f56b6ee74
|
Fix handling of m_RequestRestart in RunEventLoop, improve reload timeout
Refs #5788
|
2014-04-29 10:34:02 +02:00 |