]> granicus.if.org Git - icinga2/log
icinga2
10 years agoMerge branch 'feature/dtype-5036' into next
Gunnar Beutner [Fri, 8 Nov 2013 20:59:17 +0000 (21:59 +0100)]
Merge branch 'feature/dtype-5036' into next

Fixes #5036

10 years agoAdd missing new-line.
Gunnar Beutner [Fri, 8 Nov 2013 20:52:42 +0000 (21:52 +0100)]
Add missing new-line.

Refs #5036

10 years agoFix unit tests.
Gunnar Beutner [Fri, 8 Nov 2013 20:56:42 +0000 (21:56 +0100)]
Fix unit tests.

Refs #5036

10 years agoFix compiler warnings in auto-generated code.
Gunnar Beutner [Fri, 8 Nov 2013 20:45:27 +0000 (21:45 +0100)]
Fix compiler warnings in auto-generated code.

Refs #5036

10 years agoRemove GetType().
Gunnar Beutner [Fri, 8 Nov 2013 20:37:21 +0000 (21:37 +0100)]
Remove GetType().

Refs #5036

10 years agoUse anonymous namespaces for INITIALIZE_ONCE().
Gunnar Beutner [Fri, 8 Nov 2013 20:12:47 +0000 (21:12 +0100)]
Use anonymous namespaces for INITIALIZE_ONCE().

Refs #5036

10 years agoAdd missing == operator for the Value class.
Gunnar Beutner [Fri, 8 Nov 2013 20:12:22 +0000 (21:12 +0100)]
Add missing == operator for the Value class.

Refs #5036

10 years agoClean up the DynamicType class.
Gunnar Beutner [Fri, 8 Nov 2013 15:07:21 +0000 (16:07 +0100)]
Clean up the DynamicType class.

Refs #5036

10 years agoAdd missing copyrights.
Gunnar Beutner [Fri, 8 Nov 2013 15:06:59 +0000 (16:06 +0100)]
Add missing copyrights.

Refs #5036

10 years agoOptimize GraphiteWriter::SendMetric.
Gunnar Beutner [Fri, 8 Nov 2013 14:42:46 +0000 (15:42 +0100)]
Optimize GraphiteWriter::SendMetric.

Fixes #5037

10 years agoMerge branch 'feature/debian-packaging-4988' into next
Markus Frosch [Fri, 8 Nov 2013 14:07:35 +0000 (15:07 +0100)]
Merge branch 'feature/debian-packaging-4988' into next

fixes #4975
fixes #4988

10 years agoUpdated Debian packaging for 0.0.4
Markus Frosch [Fri, 8 Nov 2013 12:07:20 +0000 (13:07 +0100)]
Updated Debian packaging for 0.0.4

refs #4988
refs #4975

10 years agoModified Debian packaging for development builds
Markus Frosch [Sat, 2 Nov 2013 00:18:58 +0000 (01:18 +0100)]
Modified Debian packaging for development builds

refs #4988

10 years agoImported current Debian packaging (for 0.0.3)
Markus Frosch [Fri, 1 Nov 2013 20:35:55 +0000 (21:35 +0100)]
Imported current Debian packaging (for 0.0.3)

refs #4988

10 years agoImplement serializer support for arbitrary classes.
Gunnar Beutner [Fri, 8 Nov 2013 10:17:46 +0000 (11:17 +0100)]
Implement serializer support for arbitrary classes.

Fixes #5024

10 years agoFix crash in CompatUtility::GetCheckResultPerfdata.
Gunnar Beutner [Fri, 8 Nov 2013 13:00:38 +0000 (14:00 +0100)]
Fix crash in CompatUtility::GetCheckResultPerfdata.

Refs #5026

10 years agoRemove autotools leftovers.
Michael Friedrich [Fri, 8 Nov 2013 12:16:51 +0000 (13:16 +0100)]
Remove autotools leftovers.

Refs #4962

10 years agoFix SLES boost detection.
Michael Friedrich [Fri, 8 Nov 2013 08:53:32 +0000 (09:53 +0100)]
Fix SLES boost detection.

Fixes #5027

10 years agoImplement support for performance data unit prefixes.
Gunnar Beutner [Fri, 8 Nov 2013 07:39:05 +0000 (08:39 +0100)]
Implement support for performance data unit prefixes.

Fixes #5026

10 years agoFix unit test name.
Gunnar Beutner [Thu, 7 Nov 2013 17:21:55 +0000 (18:21 +0100)]
Fix unit test name.

Refs #2710

10 years agoFix columns not fetched when using stats output.
Michael Friedrich [Thu, 7 Nov 2013 16:53:55 +0000 (17:53 +0100)]
Fix columns not fetched when using stats output.

Fixes #5015

10 years agoLivestatus: Add servive_checks(_rate) columns to status table.
Michael Friedrich [Thu, 7 Nov 2013 16:29:45 +0000 (17:29 +0100)]
Livestatus: Add servive_checks(_rate) columns to status table.

Refs #4655
Refs #2762

10 years agoMerge branch 'feature/perfdata-2710' into next
Gunnar Beutner [Thu, 7 Nov 2013 15:08:03 +0000 (16:08 +0100)]
Merge branch 'feature/perfdata-2710' into next

Fixes #2710

10 years agoUse PluginUtility::{Parse,Format}Perfdata for check results.
Gunnar Beutner [Thu, 7 Nov 2013 13:38:37 +0000 (14:38 +0100)]
Use PluginUtility::{Parse,Format}Perfdata for check results.

Refs #2710

10 years agoImplement performance data parser.
Gunnar Beutner [Thu, 7 Nov 2013 12:37:58 +0000 (13:37 +0100)]
Implement performance data parser.

Refs #2710

10 years agoImplement additional operators for the Value and String classes.
Gunnar Beutner [Thu, 7 Nov 2013 12:41:24 +0000 (13:41 +0100)]
Implement additional operators for the Value and String classes.

Refs #2710

10 years agoUpdate gdbinit path.
Gunnar Beutner [Thu, 7 Nov 2013 11:19:27 +0000 (12:19 +0100)]
Update gdbinit path.

Refs #2710

10 years agoImplement String::FindFirstNotOf.
Gunnar Beutner [Thu, 7 Nov 2013 11:17:06 +0000 (12:17 +0100)]
Implement String::FindFirstNotOf.

Refs #2710

10 years agoOptimize ObjectImpl<>::GetDefault*().
Gunnar Beutner [Thu, 7 Nov 2013 10:11:44 +0000 (11:11 +0100)]
Optimize ObjectImpl<>::GetDefault*().

Refs #2710

10 years agoLivestatus: Add compat_log_path config option for historical tables.
Michael Friedrich [Thu, 7 Nov 2013 13:04:13 +0000 (14:04 +0100)]
Livestatus: Add compat_log_path config option for historical tables.

Fixes #5017

10 years agoRemove namespace qualifiers for boost::make_shared and boost::enable_shared_from_this.
Gunnar Beutner [Wed, 6 Nov 2013 07:51:56 +0000 (08:51 +0100)]
Remove namespace qualifiers for boost::make_shared and boost::enable_shared_from_this.

Fixes #5012

10 years agoLivestatus: Fix crash when socket exception is thrown during query reponse.
Michael Friedrich [Wed, 6 Nov 2013 17:54:01 +0000 (18:54 +0100)]
Livestatus: Fix crash when socket exception is thrown during query reponse.

Fixes #4619

10 years agoLivestatus: Fix filter stack counter problem (and, or) causing empty query results.
Michael Friedrich [Wed, 6 Nov 2013 17:45:52 +0000 (18:45 +0100)]
Livestatus: Fix filter stack counter problem (and, or) causing empty query results.

Fixes #5016

10 years agoAdditional fixes for log table including test queries.
Michael Friedrich [Wed, 6 Nov 2013 17:43:03 +0000 (18:43 +0100)]
Additional fixes for log table including test queries.

Refs #4433

10 years agoFix detection of sles/suse_version in spec file.
Michael Friedrich [Wed, 6 Nov 2013 16:26:14 +0000 (17:26 +0100)]
Fix detection of sles/suse_version in spec file.

10 years agoLivestatus: Add statehist table.
Michael Friedrich [Wed, 6 Nov 2013 12:29:00 +0000 (13:29 +0100)]
Livestatus: Add statehist table.

Fixes #4434

10 years agoImplement Utility::DemangleSymbolName on Windows.
Gunnar Beutner [Tue, 5 Nov 2013 19:25:26 +0000 (20:25 +0100)]
Implement Utility::DemangleSymbolName on Windows.

Fixes #5010

10 years agoImplement String::GetData.
Gunnar Beutner [Tue, 5 Nov 2013 17:52:13 +0000 (18:52 +0100)]
Implement String::GetData.

Fixes #5008

10 years agoAdd event commands to CompatLogger.
Michael Friedrich [Tue, 5 Nov 2013 17:33:57 +0000 (18:33 +0100)]
Add event commands to CompatLogger.

Fixes #4362

10 years agoFix filter parsing for values containing white spaces.
Michael Friedrich [Tue, 5 Nov 2013 11:31:30 +0000 (12:31 +0100)]
Fix filter parsing for values containing white spaces.

Refs #4433

10 years agoMerge branch 'feature/livestatus-regexp-filter-5007' into next
Michael Friedrich [Tue, 5 Nov 2013 16:14:02 +0000 (17:14 +0100)]
Merge branch 'feature/livestatus-regexp-filter-5007' into next

Fixes #5007

10 years agoImplement regex match attribute filters (~, ~~)
Michael Friedrich [Tue, 5 Nov 2013 16:05:41 +0000 (17:05 +0100)]
Implement regex match attribute filters (~, ~~)

Requires the boost regex library.

Refs #5007

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoRevert "Update pg_hba.conf for the Vagrant VM."
Gunnar Beutner [Tue, 5 Nov 2013 14:44:13 +0000 (15:44 +0100)]
Revert "Update pg_hba.conf for the Vagrant VM."

This reverts commit 02089a7c1e090ca5b7e535b744ffc106cccad9b1.

10 years agoUpdate pg_hba.conf for the Vagrant VM.
Gunnar Beutner [Tue, 5 Nov 2013 14:35:28 +0000 (15:35 +0100)]
Update pg_hba.conf for the Vagrant VM.

Refs #5001

10 years agoLink libhello against libconfig.
Gunnar Beutner [Tue, 5 Nov 2013 14:04:13 +0000 (15:04 +0100)]
Link libhello against libconfig.

Refs #4995

10 years agoUse boost::bind for WorkQueue::SetExceptionCallback.
Gunnar Beutner [Tue, 5 Nov 2013 12:59:30 +0000 (13:59 +0100)]
Use boost::bind for WorkQueue::SetExceptionCallback.

Refs #5002

10 years agoUpdate .gitignore file.
Gunnar Beutner [Tue, 5 Nov 2013 12:49:44 +0000 (13:49 +0100)]
Update .gitignore file.

Refs #4962

10 years agoMerge branch 'fix/livestatus-comments-5005' into next
Michael Friedrich [Tue, 5 Nov 2013 12:41:04 +0000 (13:41 +0100)]
Merge branch 'fix/livestatus-comments-5005' into next

Fixes #5005

10 years agoLivestatus: Fix default column accessor type for comments.
Michael Friedrich [Tue, 5 Nov 2013 12:39:40 +0000 (13:39 +0100)]
Livestatus: Fix default column accessor type for comments.

refs #5005

10 years agoFix exception in Exception in IdoPgsqlConnection::Query.
Gunnar Beutner [Tue, 5 Nov 2013 11:40:25 +0000 (12:40 +0100)]
Fix exception in Exception in IdoPgsqlConnection::Query.

Fixes #5002

10 years agoImplement Vagrant support for ido-pgsql.
Gunnar Beutner [Tue, 5 Nov 2013 10:19:21 +0000 (11:19 +0100)]
Implement Vagrant support for ido-pgsql.

Fixes #5001

10 years agoFix package dependencies for RHEL 5.
Gunnar Beutner [Tue, 5 Nov 2013 09:43:43 +0000 (10:43 +0100)]
Fix package dependencies for RHEL 5.

Refs #4999

10 years agoCreate RPM package for ido-pgsql.
Gunnar Beutner [Tue, 5 Nov 2013 08:54:51 +0000 (09:54 +0100)]
Create RPM package for ido-pgsql.

Fixes #4999

10 years agoImplement --no-config option.
Gunnar Beutner [Tue, 5 Nov 2013 08:13:43 +0000 (09:13 +0100)]
Implement --no-config option.

Fixes #4998

10 years agoFix base class for the Hello class.
Gunnar Beutner [Tue, 5 Nov 2013 08:01:46 +0000 (09:01 +0100)]
Fix base class for the Hello class.

Refs #4996

10 years agoMerge branch 'feature/reflection-4996' into next
Gunnar Beutner [Tue, 5 Nov 2013 07:56:47 +0000 (08:56 +0100)]
Merge branch 'feature/reflection-4996' into next

Fixes #4996

10 years agoImplement Type::GetBaseType().
Gunnar Beutner [Tue, 5 Nov 2013 07:48:45 +0000 (08:48 +0100)]
Implement Type::GetBaseType().

Refs #4996

10 years agoMerge ReflectionObject methods into the Object class.
Gunnar Beutner [Mon, 4 Nov 2013 22:14:34 +0000 (23:14 +0100)]
Merge ReflectionObject methods into the Object class.

Refs #4996

10 years agoImplement abstract keyword for mkclass.
Gunnar Beutner [Mon, 4 Nov 2013 18:30:33 +0000 (19:30 +0100)]
Implement abstract keyword for mkclass.

Refs #4996

10 years agoImplement the ReflectionType class.
Gunnar Beutner [Mon, 4 Nov 2013 18:12:34 +0000 (19:12 +0100)]
Implement the ReflectionType class.

Refs #4996

10 years agoMerge branch 'feature/app-bootstrap-4995' into next
Gunnar Beutner [Tue, 5 Nov 2013 07:34:48 +0000 (08:34 +0100)]
Merge branch 'feature/app-bootstrap-4995' into next

Fixes #4995

10 years agoDon't explicitly load libmethods in libicinga.
Gunnar Beutner [Tue, 5 Nov 2013 07:29:22 +0000 (08:29 +0100)]
Don't explicitly load libmethods in libicinga.

Refs #4995

10 years agoDon't compile SigHupHandler on Windows.
Gunnar Beutner [Tue, 5 Nov 2013 07:29:08 +0000 (08:29 +0100)]
Don't compile SigHupHandler on Windows.

Refs #4995

10 years agoImplement "hello world" test app.
Gunnar Beutner [Mon, 4 Nov 2013 14:57:46 +0000 (15:57 +0100)]
Implement "hello world" test app.

Refs #4995

10 years agoFix compiler warnings when compiling with Clang.
Gunnar Beutner [Tue, 5 Nov 2013 06:32:11 +0000 (07:32 +0100)]
Fix compiler warnings when compiling with Clang.

Fixes #4997

10 years agoImplement PostgreSQL adapter for IDO.
Gunnar Beutner [Wed, 30 Oct 2013 14:32:33 +0000 (15:32 +0100)]
Implement PostgreSQL adapter for IDO.

Fixes #4777

10 years agoMerge branch 'feature/methods-lib-4959' into next
Gunnar Beutner [Mon, 4 Nov 2013 14:33:57 +0000 (15:33 +0100)]
Merge branch 'feature/methods-lib-4959' into next

Fixes #4959

10 years agoMake sure the name of the initial library (libicinga) is not hard-coded.
Gunnar Beutner [Mon, 4 Nov 2013 14:28:21 +0000 (15:28 +0100)]
Make sure the name of the initial library (libicinga) is not hard-coded.

Refs #4959

10 years agoMove methods to a separate library.
Gunnar Beutner [Mon, 4 Nov 2013 13:41:24 +0000 (14:41 +0100)]
Move methods to a separate library.

Refs #4959

10 years agoLink libase against libdl.
Gunnar Beutner [Mon, 4 Nov 2013 08:38:13 +0000 (09:38 +0100)]
Link libase against libdl.

Fixes #4994

10 years agoFix macros requiring last check result.
Michael Friedrich [Mon, 4 Nov 2013 08:28:23 +0000 (09:28 +0100)]
Fix macros requiring last check result.

Fixes #4981

10 years agoMerge branch 'feature/osx-lib-4993' into next
Gunnar Beutner [Mon, 4 Nov 2013 06:50:20 +0000 (07:50 +0100)]
Merge branch 'feature/osx-lib-4993' into next

Fixes #4993

10 years agoImplement support for loading OS X libraries.
Gunnar Beutner [Mon, 4 Nov 2013 06:49:51 +0000 (07:49 +0100)]
Implement support for loading OS X libraries.

Refs #4993

10 years agoMerge branch 'feature/install-path-4992' into next
Gunnar Beutner [Sun, 3 Nov 2013 17:20:30 +0000 (18:20 +0100)]
Merge branch 'feature/install-path-4992' into next

Fixes #4992

10 years agoInstall HTML documentation in .../htdocs.
Gunnar Beutner [Sun, 3 Nov 2013 17:19:31 +0000 (18:19 +0100)]
Install HTML documentation in .../htdocs.

Refs #4992

10 years agoMerge branch 'feature/workqueue-assert-4991' into next
Gunnar Beutner [Sun, 3 Nov 2013 12:58:02 +0000 (13:58 +0100)]
Merge branch 'feature/workqueue-assert-4991' into next

Fixes #4991

10 years agoFix: ASSERT in WorkQueue::Enqueue fails
Gunnar Beutner [Sun, 3 Nov 2013 12:57:18 +0000 (13:57 +0100)]
Fix: ASSERT in WorkQueue::Enqueue fails

Refs #4991

10 years agoMerge branch 'feature/cmake-4962' into next
Gunnar Beutner [Sun, 3 Nov 2013 12:50:02 +0000 (13:50 +0100)]
Merge branch 'feature/cmake-4962' into next

Fixes #4962

10 years agoImprove compatibility with ancient versions of Bison.
Gunnar Beutner [Sun, 3 Nov 2013 11:40:39 +0000 (12:40 +0100)]
Improve compatibility with ancient versions of Bison.

Refs #4962

10 years agoAdd cmake build files.
Gunnar Beutner [Sun, 3 Nov 2013 12:45:26 +0000 (13:45 +0100)]
Add cmake build files.

Refs #4962

10 years agoRemove unused files.
Gunnar Beutner [Thu, 31 Oct 2013 18:27:17 +0000 (19:27 +0100)]
Remove unused files.

Refs #4962

10 years agoMerge branch 'feature/freebsd-tests-4990' into next
Gunnar Beutner [Sun, 3 Nov 2013 10:11:46 +0000 (11:11 +0100)]
Merge branch 'feature/freebsd-tests-4990' into next

Fixes #4990

10 years agoAdd missing newlines.
Gunnar Beutner [Sun, 3 Nov 2013 09:41:30 +0000 (10:41 +0100)]
Add missing newlines.

Refs #4990

10 years agoDon't join threads that are already dead.
Gunnar Beutner [Sun, 3 Nov 2013 09:03:11 +0000 (10:03 +0100)]
Don't join threads that are already dead.

Refs #4990

10 years agoFix deadlock in ThreadPool::Join.
Gunnar Beutner [Sat, 2 Nov 2013 09:38:54 +0000 (10:38 +0100)]
Fix deadlock in ThreadPool::Join.

Refs #4989

10 years agoMerge branch 'feature/vs2013-4987' into next
Gunnar Beutner [Thu, 31 Oct 2013 23:14:18 +0000 (00:14 +0100)]
Merge branch 'feature/vs2013-4987' into next

Fixes #4987

10 years agoFix compilation with Visual Studio 2013.
Gunnar Beutner [Thu, 31 Oct 2013 23:13:30 +0000 (00:13 +0100)]
Fix compilation with Visual Studio 2013.

Refs #4987

10 years agoMerge branch 'feature/threadpool-join-4986' into next
Gunnar Beutner [Thu, 31 Oct 2013 18:12:21 +0000 (19:12 +0100)]
Merge branch 'feature/threadpool-join-4986' into next

Fixes #4986

10 years agoFix deadlock in ThreadPool::Join.
Gunnar Beutner [Thu, 31 Oct 2013 18:09:51 +0000 (19:09 +0100)]
Fix deadlock in ThreadPool::Join.

Refs #4986

10 years agoUpdate documentation.
Michael Friedrich [Thu, 31 Oct 2013 15:42:08 +0000 (16:42 +0100)]
Update documentation.

10 years agoUpdate documentation for livestatus log table.
Michael Friedrich [Thu, 31 Oct 2013 15:25:13 +0000 (16:25 +0100)]
Update documentation for livestatus log table.

refs #4433

10 years agoSet default values for IdoMysqlConnection config attributes.
Michael Friedrich [Thu, 31 Oct 2013 15:12:30 +0000 (16:12 +0100)]
Set default values for IdoMysqlConnection config attributes.

10 years agoMerge branch 'fix/compat-util-4735' into next
Michael Friedrich [Thu, 31 Oct 2013 15:12:11 +0000 (16:12 +0100)]
Merge branch 'fix/compat-util-4735' into next

fixes #4735

10 years agoCompatUtility: Use functionality in compat/ido/livestatus.
Michael Friedrich [Thu, 31 Oct 2013 13:18:20 +0000 (14:18 +0100)]
CompatUtility: Use functionality in compat/ido/livestatus.

refs #4735

10 years agoMerge branch 'feature/livestatus-log-table-4433' into next
Michael Friedrich [Thu, 31 Oct 2013 13:17:11 +0000 (14:17 +0100)]
Merge branch 'feature/livestatus-log-table-4433' into next

fixes #4433

10 years agoLivestatus: Add log table.
Michael Friedrich [Tue, 29 Oct 2013 12:44:43 +0000 (13:44 +0100)]
Livestatus: Add log table.

refs #4433

10 years agoMerge branch 'feature/checkresult-fix-4980' into next
Gunnar Beutner [Wed, 30 Oct 2013 18:32:48 +0000 (19:32 +0100)]
Merge branch 'feature/checkresult-fix-4980' into next

Fixes #4980

10 years agoFix command_line accessor.
Gunnar Beutner [Wed, 30 Oct 2013 18:32:15 +0000 (19:32 +0100)]
Fix command_line accessor.

Refs #4980

10 years agoMerge branch 'feature/authority-fix-4979' into next
Gunnar Beutner [Wed, 30 Oct 2013 14:59:41 +0000 (15:59 +0100)]
Merge branch 'feature/authority-fix-4979' into next

Fixes #4979

10 years agoFix DynamicObject::HasAuthority.
Gunnar Beutner [Wed, 30 Oct 2013 14:59:14 +0000 (15:59 +0100)]
Fix DynamicObject::HasAuthority.

Refs #4979