Gunnar Beutner
e7c09dac97
Remove icinga::ErrorInformation.
...
Fixes #6333
2014-05-27 15:51:38 +02:00
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
Gerd von Egidy
3ece2ba643
Fix logging during shutdown procedure.
...
Refs #5788
2014-04-29 10:34:02 +02:00
Gerd von Egidy
3a294bbd5d
Fork new process from previous daemon on reload.
...
The previously planned logic of forking a new daemon from the reload-process didn't work with
systemd: systemd does not allow long-running processes started from within the reload command.
Replaces parameter --reload with --reload-internal which is used when starting the new daemon.
Refs #5788
2014-04-29 10:34:01 +02:00
Gerd von Egidy
33bd909b71
Add --reload command-line parameter.
...
Refs #5788
2014-04-29 10:34:01 +02:00
Gunnar Beutner
ea24147d0d
Add uptime information to the "icinga" check type.
...
Fixes #6064
2014-04-28 09:23:52 +02:00
Gunnar Beutner
e6fb8caace
Implement loop detection for cluster links.
...
Refs #5467
2014-04-25 15:07:13 +02:00
Gunnar Beutner
737441f201
Fix deadlock in TlsStream::{Read,Write}.
...
Refs #5467
2014-04-25 15:07:13 +02:00
Michael Friedrich
d0af8a226b
Fix headers.
2014-04-23 15:57:58 +02:00
Michael Friedrich
c239f84fd7
Revert "Add group apply (creates object only once and sets membership)."
...
This reverts commit 559a4fef67
.
Refs #5910
2014-04-23 14:59:48 +02:00
Gunnar Beutner
951c61ed16
Use fewer threads by default.
...
Refs #6053
2014-04-22 20:53:46 +02:00
Gunnar Beutner
e489c98e6d
Make the debug log less spammy.
...
Refs #4865
2014-04-22 07:47:10 +02:00
Gunnar Beutner
66faec2689
Build fix for OS X.
2014-04-22 07:13:16 +02:00
Gunnar Beutner
6b55e7827d
Implement support for environment variables on Windows.
...
Fixes #6049
2014-04-21 20:15:03 +02:00
Gunnar Beutner
6d6e91cd2d
Implement Windows support for the Process class.
...
Fixes #3684
2014-04-21 15:44:36 +02:00
Gunnar Beutner
088b15e964
Build fix for Clang >= 3.4.
...
Fixes #5360
2014-04-20 14:12:20 +02:00
Gunnar Beutner
e749f6eae5
Make sure the installer doesn't overwrite config files.
...
Refs #4865
2014-04-20 11:22:15 +02:00
Gunnar Beutner
9905a4e09b
Fix crash in Timer::AdjustTimers.
...
Refs #4865
2014-04-20 07:21:38 +02:00
Gunnar Beutner
e19948fc95
Add agent setup wizard for Windows.
...
Refs #4865
2014-04-18 12:39:50 +02:00
Gunnar Beutner
0fb55f3404
Fix NSIS installer and Windows service.
...
Refs #4865
2014-04-18 12:15:01 +02:00
Michael Friedrich
5b359ea518
Add CompatUtility::GetModifiedAttributesList() for Livestatus.
...
Fixes #6042
2014-04-17 16:01:44 +02:00
Michael Friedrich
72f7537fa6
Add modified attributes for user and command vars.
...
Fixes #6043
2014-04-17 15:20:28 +02:00
Michael Friedrich
8cfce66604
Fix custom var override.
...
Refs #5956
Refs #5962
2014-04-16 17:52:12 +02:00
Michael Friedrich
7c0d93ea0a
Add modified attributes for vars dictionary.
...
- new external commands
- raw values for 'vars'
- OnVarsChanged() signal for db_ido customvariablestatus updates
- refactor db_ido customvariable config updates
Refs #5956
Refs #5962
2014-04-16 17:52:12 +02:00
Gunnar Beutner
ed057de512
Add missing ::Stop calls.
...
Refs #4865
2014-04-16 15:01:31 +02:00
Michael Friedrich
559a4fef67
Add group apply (creates object only once and sets membership).
...
Refs #5910
2014-04-15 14:55:29 +02:00
Gunnar Beutner
9fc5e6217a
Build fix for Windows.
...
Refs #6008
2014-04-14 09:59:00 +02:00
Gunnar Beutner
8c771d51e4
Fix another exception issue with FreeBSD.
...
Refs #6008
2014-04-14 03:02:33 +02:00
Gunnar Beutner
0ea144a64d
Set OpenSSL locking callback.
...
Refs #4865
2014-04-12 21:22:59 +02:00
Gunnar Beutner
06fdaeb2b2
Fix file descriptors not getting closed properly
...
Refs #4865
2014-04-12 08:16:57 +02:00
Gunnar Beutner
5dbf8f95de
Another build fix for Windows.
...
Refs #5987
2014-04-09 12:44:35 +02:00
Gunnar Beutner
c2b18d4f35
Windows build fix.
...
Refs #5987
2014-04-09 12:38:26 +02:00
Gunnar Beutner
a16ef350e2
Avoid unnecessary copies for DynamicType::GetObjects.
...
Fixes #5987
2014-04-09 12:22:23 +02:00
Gunnar Beutner
ec7c90d5d7
Allow dictionaries to contain null values.
...
Fixes #5986
2014-04-09 10:52:13 +02:00
Gunnar Beutner
1c115297f9
Rename the service state constants.
...
Fixes #5964
2014-04-08 09:11:54 +02:00
Gunnar Beutner
2ab208e452
Fix invalid timeout for poll().
...
Fixes #5963
2014-04-08 07:11:38 +02:00
Michael Friedrich
9ab4b3dd16
Remove the 'Icinga' prefix for global constants.
...
Fixes #5960
2014-04-07 21:42:23 +02:00
Gunnar Beutner
ad42367999
Refactor name helper classes a bit.
...
Refs #5925
2014-04-06 08:15:07 +02:00
Gunnar Beutner
70062b5884
Make sure that Utility::GlobRecursive doesn't recurse into . and ..
...
Fixes #5946
2014-04-05 23:23:42 +02:00
Gunnar Beutner
00fd51e628
Implement relative object names.
...
Fixes #5925
2014-04-05 22:17:37 +02:00
Gunnar Beutner
c42a582307
Rename "short_name", "host" and "sevice" attributes.
...
Fixes #5857
2014-04-05 09:15:40 +02:00
Gunnar Beutner
23e9630682
Implement host checks.
...
Refs #5919
2014-04-04 15:57:54 +02:00
Michael Friedrich
5c58eb368c
Merge 'macros' and 'custom' attributes into 'vars', part 1.
...
Refs #5855
2014-04-03 11:35:25 +02:00
Gunnar Beutner
5c72e52903
Implement operator - for arrays.
...
Fixes #5923
2014-04-02 17:39:36 +02:00
Gunnar Beutner
0683fca535
Allow anonymous functions to be garbage-collected.
...
Fixes #5921
2014-04-02 17:27:04 +02:00
Gunnar Beutner
ebf8ed3019
Remove support for external scripting languages.
...
Fixes #5920
2014-04-02 17:27:04 +02:00
Gunnar Beutner
2c17305536
Implement additional arguments for log().
...
Fixes #5902
2014-04-01 09:33:54 +02:00
Gunnar Beutner
e3d96eb62d
Build fix for FreeBSD.
2014-03-31 18:30:57 +02:00
Gunnar Beutner
aba2a09245
Build fix for FreeBSD/OS X.
2014-03-31 00:08:43 +02:00
Gunnar Beutner
b58c9ee3f8
Build fix.
...
Refs #5780
2014-03-30 15:08:29 +02:00
Gunnar Beutner
397fee13ff
Allow "object" and "apply" in AST expressions.
...
Refs #5870
2014-03-30 15:04:53 +02:00
Gunnar Beutner
04dcceef59
Implement Utility::GetSymbolName and Utility::GetSymbolSource for Windows.
...
Refs #5870
2014-03-30 01:20:58 +01:00
Gunnar Beutner
9897358fc6
Add missing lock in DeserializeObject().
...
Refs #5870
2014-03-30 01:20:57 +01:00
Gunnar Beutner
eb30f69454
Fix crash in DiagnosticInformation().
...
Refs #5870
2014-03-30 01:20:57 +01:00
Gunnar Beutner
0e79abb8f2
Implement instance variable "templates" for config objects.
...
Refs #5884
2014-03-28 14:46:19 +01:00
Gunnar Beutner
54063f0b9f
Rename __name and __type properties.
...
Refs #5870
2014-03-28 14:17:55 +01:00
Gunnar Beutner
8bfb60b7fa
Improve error message for invalid inline service definitions.
...
Refs #5846
2014-03-24 11:23:05 +01:00
Gunnar Beutner
db2f1b3398
Add missing brace.
...
Refs #5846
2014-03-24 09:27:30 +01:00
Gunnar Beutner
27955843c0
Move Addr2Line function to the Utility class.
...
Refs #5846
2014-03-23 19:39:25 +01:00
Gunnar Beutner
09f1c46714
Implement the exit() script function.
...
Refs #5846
2014-03-23 17:26:36 +01:00
Gunnar Beutner
aacc699dd4
Refactor the config parser's AST.
...
Refs #5846
2014-03-23 11:27:40 +01:00
Gunnar Beutner
3afad7a96d
Implement comparison operators for operands of different types.
...
Refs #5846
2014-03-22 08:40:35 +01:00
Gunnar Beutner
3c067e9547
Don't show stack traces for user errors.
...
Refs #5846
2014-03-22 08:38:46 +01:00
Gunnar Beutner
0c7d53503d
Resolve relative paths for StackTrace::Addr2Line.
...
Fixes #5792
2014-03-21 08:44:55 +01:00
Michael Friedrich
fc7d7cc9eb
DB IDO: Send endpoint authority for status updates.
...
Refs #5636
2014-03-20 18:03:47 +01:00
Gunnar Beutner
1ea91ef49f
Windows build fix.
2014-03-20 15:53:45 +01:00
Gunnar Beutner
3ad233400e
Make accessing undefined variables an error (instead of a warning).
...
Fixes #5809
2014-03-20 15:31:48 +01:00
Gunnar Beutner
cb0c1b01d5
Add special cases for Array and Dictionary in Value::GetTypeName().
...
Refs #5804
2014-03-20 14:28:29 +01:00
Gunnar Beutner
012c0caeec
Implement union() and intersection() functions.
...
Fixes #5801
2014-03-20 14:25:40 +01:00
Gunnar Beutner
8e472211cb
Add missing file.
2014-03-20 13:45:10 +01:00
Gunnar Beutner
02fc3278c8
Implement missing operators for the Value class.
...
Fixes #5804
2014-03-20 13:02:31 +01:00
Gunnar Beutner
3383951791
Implement regex() and match() functions.
...
Refs #5789
2014-03-19 12:46:23 +01:00
Gunnar Beutner
e21e2ef707
Make Value operators const where possible.
...
Refs #5789
2014-03-19 12:46:23 +01:00
Michael Friedrich
ce737ff2f3
Change copyright header (again).
...
Fixes #5424
2014-03-19 11:42:47 +01:00
Gunnar Beutner
4d6088bee1
Stop checks during shutdown.
...
Fixes #5784
2014-03-17 09:04:19 +01:00
Gunnar Beutner
ecce27f9da
Fix null pointer dereference in Timer::AdjustTimers.
...
Fixes #5783
2014-03-17 08:41:53 +01:00
Gerd von Egidy
40b88422d2
Output child pid to debug log when forking.
...
Fixes #5756
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-03-14 13:52:04 +01:00
Gunnar Beutner
737675387d
Windows build fix.
2014-03-14 13:23:04 +01:00
Gunnar Beutner
3556f9afde
Use more threads for Process I/O.
...
Refs #5748
2014-03-14 13:21:11 +01:00
Gunnar Beutner
5252041c6b
Fix Process timeouts.
...
Fixes #5759
2014-03-14 12:16:49 +01:00
Gunnar Beutner
51dc2bea2d
Fix: Plugin-based checks are broken.
...
Fixes #5751
2014-03-13 12:05:27 +01:00
Michael Friedrich
76001c70e3
Build fix.
2014-03-12 17:51:42 +01:00
Gunnar Beutner
f30517a9e2
Build fix.
2014-03-12 13:19:06 +01:00
Gunnar Beutner
f3c085df44
Call Process callbacks asynchronously.
...
Refs #5748
2014-03-12 11:06:17 +01:00
Gunnar Beutner
f391a32487
Decrease the maximum number of threads allowed per ThreadPool.
...
Refs #5748
2014-03-12 10:52:07 +01:00
Gunnar Beutner
bfc5d2a4be
Use fewer threads for plugin-based checks.
...
Fixes #5748
2014-03-12 10:25:06 +01:00
Gunnar Beutner
e693486dae
Fix file descriptor leak in StackTracce::Addr2Line.
...
Fixes #5735
2014-03-10 13:38:36 +01:00
Michael Friedrich
14d8f8a12e
Documentation: Add Domains.
...
Fixes #5288
2014-03-07 15:21:57 +01:00
Gunnar Beutner
f8a2ddc464
Include source file name and line numbers in stack traces.
...
Fixes #5715
2014-03-06 10:59:13 +01:00
Michael Friedrich
f890a7ae8c
Refactor status/perfdata stats registry.
...
Fixes #5622
2014-02-20 15:25:58 +01:00
Michael Friedrich
84be5e3413
Implement StatsFunction Registry for features.
...
Refs #5622
2014-02-17 17:53:41 +01:00
Gunnar Beutner
8055eaa8b8
Revert "Set stack size rlimit."
...
This reverts commit 36c0af7a85
.
2014-02-14 12:28:21 +01:00
Gunnar Beutner
36c0af7a85
Set stack size rlimit.
...
Fixes #5659
2014-02-14 10:44:28 +01:00
Gunnar Beutner
b968850bc1
Make Visual Studio 2010 happy (maybe).
...
Fixes #5637
2014-02-12 10:16:52 +01:00
Michael Friedrich
e534f9bc1b
Add Cluster Health Check.
...
Fixes #5438
2014-02-07 15:19:37 +01:00
Michael Friedrich
7d9dc1a36b
Fix including a non-existing directory exception requires path information.
...
Fixes #5618
2014-02-07 13:23:26 +01:00
Michael Friedrich
1e0a11c7f2
Add IcingaNodeName script variable, set as check source (WIP).
...
Fixes #5471
Fixes #5473
2014-02-06 15:38:06 +01:00
Gunnar Beutner
984ffb7421
Fix memory leak in Utility::GlobRecursive.
...
Fixes #5604
2014-02-05 13:53:56 +01:00
Gunnar Beutner
238d90401c
Implement an option to disable use of vfork().
...
Fixes #5583
2014-01-31 08:44:00 +01:00
Gunnar Beutner
e0596f2d33
Fix UNIX sockets on FreeBSD.
...
Fixes #5567
2014-01-28 09:58:19 +01:00
Michael Friedrich
815a34a535
Filelogger must not truncate log file, but append its stream.
...
Refs #5448
2014-01-14 17:25:05 +01:00