Gunnar Beutner
|
49620ef0ed
|
XNU build fixes.
|
2013-03-14 15:14:07 +01:00 |
Gunnar Beutner
|
07421751ad
|
Implement config support for arrays.
|
2013-03-14 12:17:46 +01:00 |
Gunnar Beutner
|
6c9de84683
|
Update default host/service groups to use display_name instead of alias.
|
2013-03-13 11:28:56 +01:00 |
Gunnar Beutner
|
3c363499bb
|
Eliminate the Component class.
Fixes #3832
Fixes #3840
|
2013-03-12 13:45:54 +01:00 |
Gunnar Beutner
|
4bb808e0fa
|
ConfigType: Use ConfigItem::IsAbstract() to check if items are abstract.
|
2013-03-11 13:05:32 +01:00 |
Gunnar Beutner
|
16b0722cbc
|
Added more templates.
|
2013-03-08 16:02:33 +01:00 |
Gunnar Beutner
|
68ecd7853f
|
Updated auto-discovery script and added some more service templates.
|
2013-03-08 14:42:48 +01:00 |
Gunnar Beutner
|
5228d7f10b
|
Implemented compat support for users and user groups.
|
2013-02-28 10:50:20 +01:00 |
Gunnar Beutner
|
e9d32eeada
|
Implemented user groups.
|
2013-02-27 21:49:03 +01:00 |
Gunnar Beutner
|
6bf086dc91
|
Implemented notification_interval attribute for hosts.
|
2013-02-27 18:15:01 +01:00 |
Gunnar Beutner
|
e9648f35bc
|
Make the services/notifications caches thread safe.
Send notifications based on the notification_interval setting.
|
2013-02-27 12:44:51 +01:00 |
Gunnar Beutner
|
77affd3ad6
|
Implemented the User class.
|
2013-02-24 08:26:10 +01:00 |
Gunnar Beutner
|
3dace35cf1
|
Fine-grained locks (WIP, Part 3).
|
2013-02-18 23:44:24 +01:00 |
Gunnar Beutner
|
df79e4c2dc
|
Remove method validator.
|
2013-02-16 11:28:16 +01:00 |
Gunnar Beutner
|
22913c96bf
|
Redesign how templates are specified for slave services/notifications
Fixes #3706
|
2013-02-16 09:28:05 +01:00 |
Gunnar Beutner
|
2952cc8afb
|
Implement an alias for "abstract object".
Fixes #3707
|
2013-02-16 09:18:34 +01:00 |
Gunnar Beutner
|
efd108982a
|
Removed the native:: prefix for built-in functions.
|
2013-02-15 12:41:32 +01:00 |
Gunnar Beutner
|
7fac5b454e
|
Basic support for other scripting languages.
|
2013-02-14 12:02:02 +01:00 |
Gunnar Beutner
|
1d807d91bc
|
Implemented dictionary support for commands.
|
2013-02-13 20:08:09 +01:00 |
Gunnar Beutner
|
767a2909b6
|
Config: Implement arrays.
|
2013-02-13 12:19:02 +01:00 |
Gunnar Beutner
|
b17cafd0cf
|
Make the delegation interval configurable.
|
2013-02-13 09:59:38 +01:00 |
Gunnar Beutner
|
c878065a1f
|
Don't load the replication component on standalone instances.
Fixes #3687
|
2013-02-11 23:37:39 +01:00 |
Gunnar Beutner
|
a8e584811f
|
Added the null-service template.
|
2013-02-11 23:19:33 +01:00 |
Gunnar Beutner
|
126121e6f7
|
ITL: Added template for plugin-based notifications.
|
2013-02-09 17:47:17 +01:00 |
Gunnar Beutner
|
c44ad7b06b
|
Implemented notification request messages, notifications dictionary for hosts/services and state-based notifications.
|
2013-02-09 15:20:10 +01:00 |
Gunnar Beutner
|
3e7376576e
|
Implemented rudimentary notifications.
|
2013-02-09 11:42:22 +01:00 |
Gunnar Beutner
|
b5f59dc882
|
Updated validation rules for service dependencies.
|
2013-02-08 16:09:42 +01:00 |
Gunnar Beutner
|
3458b7d9d1
|
Implement service shortnames.
Refs #3660
|
2013-02-08 15:38:22 +01:00 |
Gunnar Beutner
|
1017f78b0b
|
Added dummy project files for the notification component.
|
2013-02-07 21:19:19 +01:00 |
Gunnar Beutner
|
1b4a9a3a21
|
Redesign dependencies.
Fixes #3646
|
2013-02-07 20:29:35 +01:00 |
Gunnar Beutner
|
671eb0110f
|
Write a validator for method names
Fixes #3637
|
2013-02-06 13:10:14 +01:00 |
Gunnar Beutner
|
e047e06fc8
|
Finish implementing %validator.
Fixes #3634
|
2013-02-06 12:09:50 +01:00 |
Gunnar Beutner
|
d463bed478
|
Config: Implement detection of missing required attributes
Fixes #3627
|
2013-02-06 00:32:05 +01:00 |
Gunnar Beutner
|
cdd3d566af
|
Fixed default host template.
|
2013-02-04 12:58:16 +01:00 |
Gunnar Beutner
|
c4293cfa25
|
Added init script.
Fixes #3114
|
2013-02-04 12:52:39 +01:00 |
Gunnar Beutner
|
6717107205
|
Removed stray space in service definition.
|
2013-02-03 17:36:19 +01:00 |
Gunnar Beutner
|
7d795ae5e6
|
Types: Added service attributes to the host type.
|
2013-02-03 11:45:56 +01:00 |
Gunnar Beutner
|
0d3ce60e4f
|
Fixed types for DynamicObject::__name and DynamicObject::_type.
|
2013-02-02 20:17:33 +01:00 |
Gunnar Beutner
|
628d8374c7
|
Bugfixes for the type validation feature.
|
2013-02-02 20:03:24 +01:00 |
Gunnar Beutner
|
33aba14197
|
Implement type keyword in the config compiler
Fixes #3616
|
2013-02-02 14:28:11 +01:00 |
Gunnar Beutner
|
00b827d5cf
|
Implement search dirs for #include.
Fixes #3599
|
2013-02-01 22:44:58 +01:00 |
Gunnar Beutner
|
b8fa0aa1f5
|
Initial commit of the Icinga Template Library.
Fixes #2977
|
2013-02-01 11:39:06 +01:00 |