Commit Graph

2493 Commits

Author SHA1 Message Date
Gunnar Beutner ef55412855 Fix libdl detection on FreeBSD.
Refs #4977
2013-10-30 13:01:50 +01:00
Gunnar Beutner 9ddd14e0fe Merge branch 'feature/make-dist-4976' into next
Fixes #4976
2013-10-30 12:20:46 +01:00
Gunnar Beutner dc21088680 Fix make dist.
Refs #4976
2013-10-30 12:18:08 +01:00
Gunnar Beutner e0ae1df268 Merge branch 'feature/remove-ltdl-4964' into next
Fixes #4964
2013-10-30 12:01:14 +01:00
Gunnar Beutner 9f1c4539dc Remove libltdl dependency.
Refs #4964
2013-10-30 12:00:55 +01:00
Gunnar Beutner e74586e6a9 Merge branch 'feature/ido-options-4782' into next
Fixes #4782
2013-10-30 10:23:05 +01:00
Gunnar Beutner c69a0c39ef Remove unused methods from IdoMysqlConnection.
Refs #4782
2013-10-30 10:20:00 +01:00
Gunnar Beutner 1a8a838de9 Add documentation for the DbCat* filters.
Refs #4782
2013-10-30 10:20:00 +01:00
Gunnar Beutner ff737e4cb5 Add script constants for the DbCat* filter categories.
Refs #4782
2013-10-30 10:20:00 +01:00
Gunnar Beutner 8c5bff3f75 Implement data processing options (DbConnection::categories).
Refs #4782
2013-10-30 10:19:56 +01:00
Gunnar Beutner f39eff323e Implement DbQuery::Category field.
Refs #4782
2013-10-30 09:58:55 +01:00
Gunnar Beutner 47ea15d197 Merge branch 'feature/property-fix-4973' into next
Fixes #4973
2013-10-30 09:57:41 +01:00
Gunnar Beutner 24d018a058 Fix short_name and display_name properties.
Refs #4973
2013-10-30 09:55:00 +01:00
Gunnar Beutner 266afc9ee9 Merge branch 'feature/mkclass-4963' into next
Fixes #4963
2013-10-28 14:28:01 +01:00
Gunnar Beutner db4b3b78d6 Implement class compiler.
Refs #4963
2013-10-28 14:27:36 +01:00
Gunnar Beutner d14775f28f Fix unnecessary rebuilds of the config_parser.yy file. 2013-10-26 01:22:25 +02:00
Gunnar Beutner 8567404330 Add support for running tests with xUnit.
Fixes #4950
2013-10-25 08:56:30 +02:00
Gunnar Beutner a4ec56c0f8 Merge branch 'feature/randomcheck-4896' into next
Fixes #4896
2013-10-24 10:29:30 +02:00
Gunnar Beutner 7c933f7063 Clean up indentation. 2013-10-24 07:38:29 +02:00
Gunnar Beutner 963dccfac8 Add RandomCheck similar to NullCheck.
Refs #4896
2013-10-23 13:51:52 +02:00
Ricardo Bartels 171baa46b2 Merge branch 'feature/ssl-scripts-4948' into next
Fixes #4948
2013-10-23 13:04:09 +02:00
Ricardo Bartels 047d5db1a4 Enhance SSL building scripts.
Refs #4948
2013-10-23 13:02:38 +02:00
Gunnar Beutner 9a031efb75 Build fix for FreeBSD. 2013-10-22 17:53:30 +02:00
Gunnar Beutner 533c8a8454 Fix boost detection on Ubuntu 13.10. 2013-10-22 13:33:28 +02:00
Michael Friedrich f97740cbda Update Changelog and installation files. 2013-10-22 13:14:25 +02:00
Michael Friedrich e06af274ca Update Documentation. 2013-10-22 12:21:46 +02:00
Gunnar Beutner 6db5136a5a Update MySQL schema. 2013-10-22 11:42:45 +02:00
Gunnar Beutner f351fe0bd7 Add missing library. 2013-10-22 11:31:15 +02:00
Gunnar Beutner ab402cbfaf Remove unused #includes. 2013-10-22 10:13:35 +02:00
Michael Friedrich 051062a80d Documentation: Fix some typos. 2013-10-21 21:43:17 +02:00
Michael Friedrich e03ffd780a Update documentation. 2013-10-21 21:03:35 +02:00
Gunnar Beutner 0c488c84ad Update icinga2 path in the init script. 2013-10-21 16:43:12 +02:00
Michael Friedrich 622e4d7f25 Start log flush timer after binding the stream.
refs #4890
2013-10-21 14:15:21 +02:00
Michael Friedrich 07d9a59fe0 Flush StreamLogger periodically.
fixes #4890
2013-10-21 14:09:14 +02:00
Michael Friedrich 10b2740dbe Sanitize dots in metric names too. 2013-10-21 13:55:23 +02:00
Gunnar Beutner 84a5e73d26 Add Vagrant files to make dist.
Fixes #4935
2013-10-21 12:12:03 +02:00
Michael Friedrich 60766659e5 Move icinga2 binary into sbin.
fixes #4936
2013-10-21 11:26:09 +02:00
Michael Friedrich 4fc170bced Add debuglog feature. 2013-10-21 11:26:08 +02:00
Gunnar Beutner fab0d1efcc Fix make install on FreeBSD. 2013-10-21 10:51:39 +02:00
Gunnar Beutner 3cb6e3bf82 Make sure to #include <pthread_np.h> on FreeBSD. 2013-10-21 09:52:45 +02:00
Gunnar Beutner 3ca52a6cef FreeBSD build fix. 2013-10-21 09:46:27 +02:00
Gunnar Beutner 2beb4e0022 Another build fix. 2013-10-20 15:22:21 +02:00
Gunnar Beutner f59a56e4fc Build fix. 2013-10-20 15:20:54 +02:00
Gunnar Beutner 599429ec93 config: Implement AST support for const expressions. 2013-10-20 15:07:55 +02:00
Michael Friedrich 103499bc7d Documentation: Add note for daemon user/group. 2013-10-20 14:39:20 +02:00
Michael Friedrich 2130d934d2 Documentation: Add EPEL url. 2013-10-20 12:52:26 +02:00
Michael Friedrich 39f11334ab Add NOTIFICATION{AUTHOR,AUTHORNAME,COMMENT} macros.
fixes #4914
2013-10-19 00:19:16 +02:00
Michael Friedrich 886b1c8dd7 Fix missing object lock in ExternalCommandProcessor::RemoveSvcAcknowledgement(). 2013-10-19 00:17:28 +02:00
Michael Friedrich 82abf427a5 spec: Enable %doc macros for all packages.
fixes #4894
2013-10-18 22:53:54 +02:00
Michael Friedrich 522978a5ae Update README. 2013-10-18 22:48:15 +02:00