Gunnar Beutner
f592a13481
Make sure all threads are dead before calling fork()
...
fixes #7653
2014-11-12 21:27:36 +01:00
Gunnar Beutner
e5bd573756
Implement the __get_object function
2014-11-12 19:08:36 +01:00
Michael Friedrich
43267d7759
GelfWriter: Change _state to human-readable string
...
refs #7619
2014-11-12 17:58:13 +01:00
Michael Friedrich
07c9701b83
GelfWriter: Add missing fields, fix notification state
...
refs #7619
2014-11-12 17:48:48 +01:00
Gunnar Beutner
4f417b4912
Add release barrier in ObjectLock::Unlock
...
refs #7648
2014-11-12 13:18:34 +01:00
Gunnar Beutner
1c0102ff9b
Fix incorrect field name
...
refs #7648
2014-11-12 12:46:33 +01:00
Gunnar Beutner
a2c5887e51
Fix crash when daemonizing Icinga
...
refs #7648
2014-11-12 12:44:14 +01:00
Gunnar Beutner
c5a5d1833b
Add missing barriers for Object::m_LockOwner
...
refs #7648
2014-11-12 12:32:14 +01:00
Gunnar Beutner
dfd24e6359
Fix _DEBUG define on *NIX
2014-11-12 11:34:59 +01:00
Gunnar Beutner
b3aa2eb0c8
Fix validator for dependency filters
...
fixes #7650
2014-11-12 09:40:45 +01:00
Gunnar Beutner
02c559eff9
Fix crash in the unit tests
...
fixes #7648
2014-11-12 09:33:13 +01:00
Gunnar Beutner
442d55c8da
Enable parallel builds for the Debian package
...
fixes #7649
2014-11-12 08:40:48 +01:00
Gunnar Beutner
e4bfb5f922
Fix static initializers for Utility::AddDeferredInitializer
...
fixes #7646
2014-11-12 08:00:56 +01:00
Gunnar Beutner
83a2e4c350
Allow thin mutex calls to be inlined
...
refs #7622
2014-11-12 06:50:52 +01:00
Gunnar Beutner
02a7d97b17
Allow locks to be inlined
...
refs #7622
2014-11-12 06:33:20 +01:00
Gunnar Beutner
ecd31b86ad
Remove debug code
...
refs #7622
2014-11-12 00:06:51 +01:00
Gunnar Beutner
2d7ce62438
Add missing default arguments
...
refs #7622
2014-11-11 23:48:17 +01:00
Gunnar Beutner
ca75584d88
Allow String class members to be inlined
2014-11-11 23:46:06 +01:00
Gunnar Beutner
36d108528f
Allow Value class members to be inlined
2014-11-11 23:28:53 +01:00
Gunnar Beutner
ee980a788b
Clean up the code a bit
2014-11-11 23:06:47 +01:00
Gunnar Beutner
9932f60522
Fix _DEBUG define
...
refs #7634
2014-11-11 16:40:27 +01:00
Gunnar Beutner
e52b2b6509
Fix incorrect IDO queries
...
fixes #7634
2014-11-11 16:36:20 +01:00
Gunnar Beutner
a5a869f390
Enable ASSERT() for *NIX debug builds
...
refs #7634
2014-11-11 16:36:20 +01:00
Michael Friedrich
788ec26d64
GelfWriter: Update AUTHORS
...
refs #7619
2014-11-11 14:32:52 +01:00
Michael Friedrich
7e7d61285e
Merge branch 'feature/gelf-writer-7619'
...
fixes #7619
2014-11-11 14:25:59 +01:00
Michael Friedrich
1820425562
GelfWriter: Add documentation
...
refs #7619
2014-11-11 14:16:48 +01:00
Michael Friedrich
5ac03849d2
GelfWriter: Add 'source' configuration attribute
...
refs #7619
2014-11-11 14:16:48 +01:00
Michael Friedrich
f838fc4e6c
GelfWriter: Fix default example port
...
refs #7619
2014-11-11 14:16:48 +01:00
Michael Friedrich
3211756656
Rebase against master changes, fix indent
...
refs #7619
2014-11-11 14:16:48 +01:00
Michael Friedrich
721483e0b2
Add a type validafor for GelfWriter
...
refs #7619
2014-11-11 14:16:48 +01:00
Michael Friedrich
a4ed44247e
Add 'gelf' feature config
...
refs #7619
2014-11-11 14:16:48 +01:00
Marius Sturm
6055cd194a
Add GelfWriter
...
refs #7619
2014-11-11 14:16:48 +01:00
Gunnar Beutner
11710ef683
Fix static initializers
...
refs #7634
2014-11-11 13:24:44 +01:00
Jean Flach
5aacb42c41
Add build directories to gitignore
2014-11-11 10:07:59 +01:00
Jean Flach
0ba2efe97f
Fix some Ido initialization bugs
...
refs #7625
2014-11-11 10:04:37 +01:00
Gunnar Beutner
4a8effa673
Remove unused include
...
refs #7622
2014-11-11 05:46:25 +01:00
Michael Friedrich
158eb60727
Update AUTHORS
2014-11-10 21:01:38 +01:00
Gunnar Beutner
65be09215f
Avoid unnecessary type lookups
...
refs #7622
2014-11-10 20:07:07 +01:00
Michael Friedrich
acc9eb20fa
Docs: Add link from db ido config to object configs
2014-11-10 16:03:36 +01:00
Jean Flach
22e3e48669
Fix check_plugins dying with certain parameters
2014-11-10 14:39:12 +01:00
Gunnar Beutner
4df3fd4451
Add missing category type for some IDO queries
...
fixes #7625
2014-11-10 13:21:33 +01:00
Gunnar Beutner
3cc79a6005
Optimize apply/object filters
...
refs #7622
2014-11-10 12:06:29 +01:00
Gunnar Beutner
ec109b04dd
Refactor the AST
...
refs #7622
2014-11-10 12:06:25 +01:00
Gunnar Beutner
e3c5063aff
Remove unused fields from the ObjectRule class
...
refs #7622
2014-11-10 09:52:27 +01:00
Michael Friedrich
885e7704a2
Only notify users on recovery who have been notified on not-OK before
...
Also ensure that type NotificationRecovery always
passes the state filter (missing `OK` is totally fine).
Also fix that notification delays set the correct
next notification time to the begin time window.
fixes #7579
fixes #7623
fixes #6547
2014-11-09 19:47:24 +01:00
Gunnar Beutner
478f03b49a
Replace boost::shared_ptr with boost::intrusive_ptr
...
refs #7622
2014-11-09 16:54:41 +01:00
Gunnar Beutner
187d443447
Implement support for thin mutexes
...
refs #7622
2014-11-09 16:54:33 +01:00
Gunnar Beutner
684ad2641a
Fix GetInstance() methods for the DbType and config validator registry classes
2014-11-09 13:06:25 +01:00
Gunnar Beutner
4bb535fc47
Discard unnamed config items as early as possible
2014-11-09 04:17:34 +01:00
Michael Friedrich
a362b5c14c
Fix Zone::IsGlobal()
2014-11-08 22:57:09 +01:00