Gunnar Beutner
|
05485ea2d6
|
Disallow calling strings as functions
fixes #8040
|
2014-12-12 20:45:11 +01:00 |
Gunnar Beutner
|
ec99efbc28
|
Implement validator for the check_interval attribute
fixes #7591
|
2014-12-05 13:00:41 +01:00 |
Gunnar Beutner
|
9dfa3d22d4
|
Implement support for arrays in command arguments
fixes #6709
|
2014-11-27 13:24:07 +01:00 |
Gunnar Beutner
|
7321e45abc
|
Implement support for executing remote commands
fixes #7559
|
2014-11-13 14:54:55 +01:00 |
Gunnar Beutner
|
65bec9e904
|
Clean up some parts of the code
|
2014-08-17 17:57:41 +02:00 |
Gunnar Beutner
|
263f198992
|
Require command to be an array when the arguments attribute is used
fixes #6698
|
2014-07-16 13:01:55 +02:00 |
Michael Friedrich
|
4fa42d6fd1
|
Remove authorities leftover.
|
2014-05-22 20:36:37 +02:00 |
Gunnar Beutner
|
45270f1bb8
|
Refactor the agent and cluster components.
Refs #6107
|
2014-05-08 09:13:04 +02:00 |
Michael Friedrich
|
0691d73af9
|
Rename Dependency 'state_filter' to 'states'.
Fixes #6113
|
2014-05-03 19:53:16 +02:00 |
Michael Friedrich
|
07c0c9e234
|
Fix state_filter attribute validation for Depdency objects.
Fixes #6110
|
2014-05-02 19:37:55 +02:00 |
Gunnar Beutner
|
1c9e985f1d
|
Rename "optional" attribute to "required" and change the default value.
Fixes #6069
|
2014-04-29 10:41:32 +02:00 |
Gunnar Beutner
|
17d277ff16
|
Implement the "order" attribute for command arguments.
Refs #5933
|
2014-04-29 10:33:09 +02:00 |
Gunnar Beutner
|
9b9ee5c425
|
Add ssh_port parameter for the ssh check command.
Refs #5933
|
2014-04-26 18:31:49 +02:00 |
Gunnar Beutner
|
d617c7b1f6
|
Implement support for optional command arguments.
Fixes #5933
|
2014-04-26 15:03:38 +02:00 |
Michael Friedrich
|
2b70b282ad
|
Add {Host,Service}Group attributes: notes, notes_url, action_url.
Fixes #6057
|
2014-04-24 14:48:57 +02:00 |
Michael Friedrich
|
fe1a83ff34
|
Revert "Add statusmap_image and coords host attributes."
This reverts commit 252980a6bd .
Refs #6044
|
2014-04-22 12:09:24 +02:00 |
Michael Friedrich
|
252980a6bd
|
Add statusmap_image and coords host attributes.
They are as important as action_url, etc.
coords is made a dictionary consisting of x_2d and y_2d as keys.
Fixes #6044
|
2014-04-17 16:48:59 +02:00 |
Michael Friedrich
|
f48a6b429b
|
Add nested group support for {Host,Service,User}Group.
Fixes #5858
|
2014-04-14 21:52:01 +02:00 |
Gunnar Beutner
|
606834e190
|
Rename the notification attributes.
Fixes #5906
|
2014-04-09 10:25:23 +02:00 |
Gunnar Beutner
|
0fdb9ea21b
|
Implement attributes for some well-known macros and allow macro recursion.
Refs #5856
Fixes #5959
|
2014-04-08 13:23:24 +02:00 |
Gunnar Beutner
|
cea15e11dc
|
Implement new state and type filters.
Fixes #5906
|
2014-04-07 14:00:18 +02:00 |
Gunnar Beutner
|
98fba78fe4
|
Remove the escape_macros attribute.
Refs #5855
|
2014-04-06 10:45:50 +02:00 |
Gunnar Beutner
|
020eaf99ab
|
Fix yet another validation issue.
Refs #5925
|
2014-04-05 23:23:49 +02:00 |
Gunnar Beutner
|
d64823858d
|
Fix validation for ScheduledDowntime objects.
Refs #5945
|
2014-04-05 16:27:26 +02:00 |
Gunnar Beutner
|
4ffcd4f403
|
Fix validation for Notification objects.
Fixes #5945
|
2014-04-05 16:26:51 +02:00 |
Gunnar Beutner
|
c42a582307
|
Rename "short_name", "host" and "sevice" attributes.
Fixes #5857
|
2014-04-05 09:15:40 +02:00 |
Michael Friedrich
|
09cbf18b26
|
Implement 'env' dictionary instead of 'export_macros' array.
Revamp notification runtime macros too.
Refs #5855
|
2014-04-04 22:57:56 +02:00 |
Gunnar Beutner
|
23e9630682
|
Implement host checks.
Refs #5919
|
2014-04-04 15:57:54 +02:00 |
Michael Friedrich
|
5c58eb368c
|
Merge 'macros' and 'custom' attributes into 'vars', part 1.
Refs #5855
|
2014-04-03 11:35:25 +02:00 |
Michael Friedrich
|
2f59aa38a3
|
Fix unknown attribute 'notification_type_filter'.
Fixes #5887
|
2014-03-30 16:15:49 +02:00 |
Gunnar Beutner
|
54063f0b9f
|
Rename __name and __type properties.
Refs #5870
|
2014-03-28 14:17:55 +01:00 |
Gunnar Beutner
|
de81baf515
|
Remove inline service/notification/downtime definitions.
Refs #5875
|
2014-03-28 11:22:39 +01:00 |
Michael Friedrich
|
ce737ff2f3
|
Change copyright header (again).
Fixes #5424
|
2014-03-19 11:42:47 +01:00 |
Gunnar Beutner
|
22d53cf3b5
|
Implement a new object type for service dependencies.
Fixes #2799
|
2014-03-05 09:57:29 +01:00 |
Michael Friedrich
|
d3cdbb5156
|
Implement IcingaStatusWriter object dumping local and feature stats.
Refactored the cluster listener health check too.
Refs #5622
Refs #5444
|
2014-02-17 18:51:16 +01:00 |
Gunnar Beutner
|
663f72300b
|
Fix validation for the "authorities" attribute.
Fixes #5593
|
2014-02-10 08:50:09 +01:00 |
Michael Friedrich
|
555d72150a
|
Update copyright header.
Fixes #5424
|
2014-01-09 00:32:11 +01:00 |
Gunnar Beutner
|
41ded2858c
|
Implement scheduled downtimes.
Fixes #3584
|
2013-12-06 13:45:18 +01:00 |
Gunnar Beutner
|
04061adc01
|
Implement override_enable_notifications.
Refs #4746
|
2013-11-26 12:33:10 +01:00 |
Gunnar Beutner
|
81c4dd40ab
|
Make sure that Notification::notification_command is set.
Fixes #5056
|
2013-11-11 17:26:20 +01:00 |
Gunnar Beutner
|
0dba71ecaf
|
Fix service and notification templates.
Fixes #5058
|
2013-11-11 16:42:58 +01:00 |
Michael Friedrich
|
8686305848
|
Fix enable_perfdata.
|
2013-10-16 17:18:21 +02:00 |
Gunnar Beutner
|
ac9981fbcd
|
Implement event_handler_enabled modified attribute.
|
2013-10-16 15:20:14 +02:00 |
Gunnar Beutner
|
177e1a9000
|
Implement modified attributes for enable_active_checks and enable_passive_checks.
|
2013-10-16 11:46:54 +02:00 |
Michael Friedrich
|
4135578903
|
Add GraphiteWriter.
fixes #3986
|
2013-10-15 14:56:02 +02:00 |
Gunnar Beutner
|
1dc10ca512
|
Update Service type definition.
|
2013-10-10 11:31:17 +02:00 |
Gunnar Beutner
|
518f050544
|
Fix Notification::user_groups validator (rename from Notification::groups).
Fixes #4753
|
2013-09-27 14:58:32 +02:00 |
Gunnar Beutner
|
a6fd88c8af
|
config: Remove unused validator.
|
2013-09-25 09:24:44 +02:00 |
Gunnar Beutner
|
b10db3bd7f
|
config: Rename Service::servicegroups to Service::groups.
|
2013-09-25 09:21:17 +02:00 |
Gunnar Beutner
|
03c047f4a7
|
config: Rename host_name to host.
|
2013-09-25 09:19:25 +02:00 |