]>
granicus.if.org Git - icinga2/log
Gunnar Beutner [Sun, 30 Mar 2014 00:18:30 +0000 (01:18 +0100)]
Implement Utility::GetSymbolName and Utility::GetSymbolSource for Windows.
Refs #5870
Gunnar Beutner [Sat, 29 Mar 2014 22:18:31 +0000 (23:18 +0100)]
Make sure we evaluate "apply" rules in the right order.
Refs #5870
Gunnar Beutner [Sat, 29 Mar 2014 22:04:05 +0000 (23:04 +0100)]
Fix incorrect debug info for "apply" rules.
Refs #5870
Gunnar Beutner [Sat, 29 Mar 2014 22:03:19 +0000 (23:03 +0100)]
Add missing lock in DeserializeObject().
Refs #5870
Gunnar Beutner [Sat, 29 Mar 2014 22:02:55 +0000 (23:02 +0100)]
Fix crash in DiagnosticInformation().
Refs #5870
Gunnar Beutner [Sat, 29 Mar 2014 12:48:04 +0000 (13:48 +0100)]
Dump AST execution state in debug mode.
Refs #5878
Gunnar Beutner [Sat, 29 Mar 2014 00:13:28 +0000 (01:13 +0100)]
Update documentation.
Refs #5878
Gunnar Beutner [Fri, 28 Mar 2014 22:14:37 +0000 (23:14 +0100)]
Update auto-discovery scripts.
Refs #5878
Gunnar Beutner [Fri, 28 Mar 2014 22:03:53 +0000 (23:03 +0100)]
Implement apply support for dependencies.
Refs #5880
Gunnar Beutner [Fri, 28 Mar 2014 22:00:20 +0000 (23:00 +0100)]
Fix failed assertion in ConfigItem::GetProperties.
Refs #5870
Gunnar Beutner [Fri, 28 Mar 2014 21:58:05 +0000 (22:58 +0100)]
Implement apply support for scheduled downtimes and notifications.
Refs #5880
Gunnar Beutner [Fri, 28 Mar 2014 18:45:07 +0000 (19:45 +0100)]
Make the real object name available for use in templates.
Refs #5882
Gunnar Beutner [Fri, 28 Mar 2014 17:26:46 +0000 (18:26 +0100)]
Move the apply rule handler to the Service class.
Refs #5878
Gunnar Beutner [Fri, 28 Mar 2014 15:32:15 +0000 (16:32 +0100)]
Update example config.
Refs #5878
Gunnar Beutner [Fri, 28 Mar 2014 13:46:19 +0000 (14:46 +0100)]
Implement instance variable "templates" for config objects.
Refs #5884
Gunnar Beutner [Fri, 28 Mar 2014 13:25:16 +0000 (14:25 +0100)]
Unknown attributes should be a config error.
Refs #5883
Gunnar Beutner [Fri, 28 Mar 2014 12:52:29 +0000 (13:52 +0100)]
Rename __name and __type properties.
Refs #5870
Gunnar Beutner [Fri, 28 Mar 2014 12:25:40 +0000 (13:25 +0100)]
Implement the new syntax for the "apply" keyword.
Refs #5878
Gunnar Beutner [Fri, 28 Mar 2014 11:17:22 +0000 (12:17 +0100)]
Implement the "." operator.
Refs #5876
Gunnar Beutner [Fri, 28 Mar 2014 10:21:59 +0000 (11:21 +0100)]
Remove inline service/notification/downtime definitions.
Refs #5875
Gunnar Beutner [Thu, 27 Mar 2014 11:30:24 +0000 (12:30 +0100)]
Implement the "import" keyword.
Refs #5869
Gunnar Beutner [Wed, 26 Mar 2014 18:40:32 +0000 (19:40 +0100)]
Update the SNMP auto-discovery script.
Refs #5861
Gunnar Beutner [Wed, 26 Mar 2014 11:04:55 +0000 (12:04 +0100)]
Update discover-snmp.py script.
Refs #5861
Gunnar Beutner [Wed, 26 Mar 2014 09:41:08 +0000 (10:41 +0100)]
Add discover-snmp.py script.
Refs #5861
Gunnar Beutner [Wed, 26 Mar 2014 08:04:32 +0000 (09:04 +0100)]
Add check plugin for net-snmp extend checks.
Fixes #5861
Gunnar Beutner [Wed, 26 Mar 2014 07:23:54 +0000 (08:23 +0100)]
Windows build fix.
Gunnar Beutner [Tue, 25 Mar 2014 09:08:28 +0000 (10:08 +0100)]
Rename "none" time period to "never."
Gunnar Beutner [Mon, 24 Mar 2014 12:51:58 +0000 (13:51 +0100)]
Document the exit() function.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 11:54:23 +0000 (12:54 +0100)]
Build fixes.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 11:42:32 +0000 (12:42 +0100)]
Fix the PostgreSQL schema.
Fixes #5849
Gunnar Beutner [Mon, 24 Mar 2014 11:02:57 +0000 (12:02 +0100)]
Merge branch 'feature/config-parser-5846' into next
Fixes #5846
Gunnar Beutner [Mon, 24 Mar 2014 11:01:56 +0000 (12:01 +0100)]
Update documentation.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 10:34:41 +0000 (11:34 +0100)]
Remove __parent element for +=, -=, *= and /= operators.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 10:24:01 +0000 (11:24 +0100)]
Allow semi-colons as separators for lterms.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 10:23:47 +0000 (11:23 +0100)]
Fix scoping rules for object definitions.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 10:23:05 +0000 (11:23 +0100)]
Improve error message for invalid inline service definitions.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 08:44:18 +0000 (09:44 +0100)]
Some more variable scoping fixes.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 08:27:46 +0000 (09:27 +0100)]
Make it easier to call AExpression::Dump from GDB.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 08:27:30 +0000 (09:27 +0100)]
Add missing brace.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 08:15:45 +0000 (09:15 +0100)]
Add missing locks.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 08:10:37 +0000 (09:10 +0100)]
Fix variable scoping.
Refs #5846
Gunnar Beutner [Mon, 24 Mar 2014 08:06:16 +0000 (09:06 +0100)]
Clean up the +=, -=, *= and /= operators.
Refs #5846
Gunnar Beutner [Sun, 23 Mar 2014 21:41:37 +0000 (22:41 +0100)]
Allow rterms as object names.
Refs #5846
Gunnar Beutner [Sun, 23 Mar 2014 18:58:24 +0000 (19:58 +0100)]
Fix AExpression::ExtractPath.
Refs #5846
Gunnar Beutner [Sun, 23 Mar 2014 18:39:25 +0000 (19:39 +0100)]
Move Addr2Line function to the Utility class.
Refs #5846
Gunnar Beutner [Sun, 23 Mar 2014 16:26:36 +0000 (17:26 +0100)]
Implement the exit() script function.
Refs #5846
Gunnar Beutner [Sun, 23 Mar 2014 16:26:31 +0000 (17:26 +0100)]
Make sure +=, -=, *= and /= behave like they did before.
Refs #5846
Gunnar Beutner [Sun, 23 Mar 2014 10:27:40 +0000 (11:27 +0100)]
Refactor the config parser's AST.
Refs #5846
Gunnar Beutner [Sat, 22 Mar 2014 09:29:45 +0000 (10:29 +0100)]
Clean up the AExpression class.
Refs #5846
Gunnar Beutner [Sat, 22 Mar 2014 08:50:44 +0000 (09:50 +0100)]
Allow values as top-level statements.
Refs #5846
Gunnar Beutner [Sat, 22 Mar 2014 08:47:29 +0000 (09:47 +0100)]
Implement the log() function.
Refs #5846
Gunnar Beutner [Sat, 22 Mar 2014 07:40:35 +0000 (08:40 +0100)]
Implement comparison operators for operands of different types.
Refs #5846
Gunnar Beutner [Sat, 22 Mar 2014 07:40:09 +0000 (08:40 +0100)]
Improve error messages for exceptions in AExpressions.
Refs #5846
Gunnar Beutner [Sat, 22 Mar 2014 07:38:46 +0000 (08:38 +0100)]
Don't show stack traces for user errors.
Refs #5846
Michael Friedrich [Fri, 21 Mar 2014 17:22:17 +0000 (18:22 +0100)]
Add a note for packagers.
Refs #5842
Michael Friedrich [Fri, 21 Mar 2014 16:57:24 +0000 (17:57 +0100)]
Make host 'check' attribute available in legacy interfaces.
Fixes #5764
Gunnar Beutner [Fri, 21 Mar 2014 15:01:32 +0000 (16:01 +0100)]
Fix location messages.
Refs #5825
Gunnar Beutner [Fri, 21 Mar 2014 14:58:13 +0000 (15:58 +0100)]
Make config error messages friendler.
Refs #5825
Gunnar Beutner [Fri, 21 Mar 2014 14:51:55 +0000 (15:51 +0100)]
Show additional lines for config errors.
Refs #5825
Gunnar Beutner [Fri, 21 Mar 2014 14:41:00 +0000 (15:41 +0100)]
Build fix.
Gunnar Beutner [Fri, 21 Mar 2014 14:39:25 +0000 (15:39 +0100)]
Make config error messages more awesome.
Refs #5825
Michael Friedrich [Fri, 21 Mar 2014 14:15:51 +0000 (15:15 +0100)]
Documentation: Fix anchor.
Gunnar Beutner [Fri, 21 Mar 2014 13:48:18 +0000 (14:48 +0100)]
Add line number info to duplicate object error message.
Refs #5825
Gunnar Beutner [Fri, 21 Mar 2014 13:43:45 +0000 (14:43 +0100)]
Fix path names in DebugInfo objects.
Refs #5825
Michael Friedrich [Fri, 21 Mar 2014 10:54:33 +0000 (11:54 +0100)]
Documentation: Revamp schemas, add livestatus details.
Refs #5608
Gunnar Beutner [Fri, 21 Mar 2014 09:22:59 +0000 (10:22 +0100)]
Improve line number information.
Fixes #5825
Michael Friedrich [Fri, 21 Mar 2014 09:08:42 +0000 (10:08 +0100)]
Set check source only on local instance (empty authority).
Fixes #5824
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Michael Friedrich [Fri, 21 Mar 2014 09:09:34 +0000 (10:09 +0100)]
Revert "DB IDO: Add check_source_object_id reference to endpoint objects."
There's not necessarily a 1:1 relation between the check source node
name and the endpoint name.
This reverts commit
a26df23e3d55abee4d0bd3c34da49d63702d209f.
Refs #5810
Refs #5636
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Gunnar Beutner [Fri, 21 Mar 2014 07:44:16 +0000 (08:44 +0100)]
Resolve relative paths for StackTrace::Addr2Line.
Fixes #5792
Michael Friedrich [Thu, 20 Mar 2014 21:16:01 +0000 (22:16 +0100)]
Documentation: Configure cluster node name.
Michael Friedrich [Thu, 20 Mar 2014 20:24:39 +0000 (21:24 +0100)]
Documentation: Add 'contribute' section.
Michael Friedrich [Thu, 20 Mar 2014 18:34:05 +0000 (19:34 +0100)]
Merge branch 'feature/db-endpoints-5636' into next
Fixes #5636
Fixes #5690
Fixes #5810
Fixes #5811
Fixes #5812
Michael Friedrich [Thu, 20 Mar 2014 18:26:40 +0000 (19:26 +0100)]
Livestatus: Add missing test.
Refs #5812
Michael Friedrich [Thu, 20 Mar 2014 18:17:15 +0000 (19:17 +0100)]
Documentation: Add schema extensions.
Refs #5636
Refs #5811
Refs #5812
Michael Friedrich [Thu, 20 Mar 2014 18:15:19 +0000 (19:15 +0100)]
Livestatus: Add check_source to services table.
Refs #5636
Refs #5812
Michael Friedrich [Thu, 20 Mar 2014 17:53:08 +0000 (18:53 +0100)]
Livestatus: Add endpoints table.
Refs #5636
Refs #5811
Michael Friedrich [Thu, 20 Mar 2014 17:02:45 +0000 (18:02 +0100)]
DB IDO: Add check_source_object_id reference to endpoint objects.
Refs #5810
Refs #5636
Michael Friedrich [Thu, 20 Mar 2014 16:40:27 +0000 (17:40 +0100)]
DB IDO: Add status/history references from local node to endpoint object.
Refs #5636
Michael Friedrich [Thu, 20 Mar 2014 14:41:45 +0000 (15:41 +0100)]
DB IDO: Use node name for local status updates.
Refs #5636
Michael Friedrich [Thu, 20 Mar 2014 14:29:22 +0000 (15:29 +0100)]
Revert "DB IDO: Add endpoint id to history tables, part 1."
This reverts commit
5e2308b065427e15f96dbdcbfe65e6dfded9575e.
Michael Friedrich [Mon, 10 Mar 2014 15:13:01 +0000 (16:13 +0100)]
DB IDO: Additional endpoint object id tables.
Refs #5636
Michael Friedrich [Mon, 10 Mar 2014 14:00:14 +0000 (15:00 +0100)]
Fix Windows build.
Refs #5636
Michael Friedrich [Fri, 7 Mar 2014 17:24:54 +0000 (18:24 +0100)]
DB IDO: Add endpoint id to history tables, part 1.
Michael Friedrich [Fri, 7 Mar 2014 16:52:24 +0000 (17:52 +0100)]
DB IDO: Set is_connected=1 on identity==node.
Refs #5636
Michael Friedrich [Fri, 7 Mar 2014 16:40:10 +0000 (17:40 +0100)]
Move cluster endpoint/jsonrpc functionality into libremote.
Refs #5690
Refs #5636
Michael Friedrich [Tue, 4 Mar 2014 08:54:58 +0000 (09:54 +0100)]
DB IDO: Clean schema.
Refs #5636
Michael Friedrich [Fri, 21 Feb 2014 16:26:56 +0000 (17:26 +0100)]
DB IDO: Send endpoint authority for status updates.
Refs #5636
Michael Friedrich [Fri, 21 Feb 2014 13:12:34 +0000 (14:12 +0100)]
DB IDO: Add endpoints/endpointstatus tables.
Refs #5636
Gunnar Beutner [Thu, 20 Mar 2014 14:53:08 +0000 (15:53 +0100)]
Windows build fix.
Gunnar Beutner [Thu, 20 Mar 2014 14:41:37 +0000 (15:41 +0100)]
Add missing #include.
Gunnar Beutner [Thu, 20 Mar 2014 14:37:59 +0000 (15:37 +0100)]
Make duplicate object definitions an error.
Fixes #3638
Gunnar Beutner [Thu, 20 Mar 2014 14:31:48 +0000 (15:31 +0100)]
Make accessing undefined variables an error (instead of a warning).
Fixes #5809
Gunnar Beutner [Thu, 20 Mar 2014 13:28:29 +0000 (14:28 +0100)]
Add special cases for Array and Dictionary in Value::GetTypeName().
Refs #5804
Gunnar Beutner [Thu, 20 Mar 2014 13:25:40 +0000 (14:25 +0100)]
Implement union() and intersection() functions.
Fixes #5801
Gunnar Beutner [Thu, 20 Mar 2014 12:45:10 +0000 (13:45 +0100)]
Add missing file.
Gunnar Beutner [Thu, 20 Mar 2014 12:04:53 +0000 (13:04 +0100)]
Update documentation.
Refs #5789
Gunnar Beutner [Thu, 20 Mar 2014 12:02:02 +0000 (13:02 +0100)]
Implement missing operators for the Value class.
Fixes #5804
Michael Friedrich [Thu, 20 Mar 2014 10:33:59 +0000 (11:33 +0100)]
DB IDO/Livestatus: Fix global enabled status values.
Fixes #5808
Michael Friedrich [Thu, 20 Mar 2014 09:47:27 +0000 (10:47 +0100)]
Documentation: Cluster naming conventions.
Fixes #5806
Michael Friedrich [Thu, 20 Mar 2014 09:32:52 +0000 (10:32 +0100)]
Set check source to node name as authority, if empty.
Fixes #5805