Gunnar Beutner
|
22f3c5082d
|
Add validator for time ranges in ScheduledDowntime objects
fixes #8600
|
2015-03-09 08:02:12 +01:00 |
Gunnar Beutner
|
a104dcf773
|
Add validator for the 'ignore_soft_states' attribute
refs #7326
|
2015-02-23 14:29:17 +01:00 |
Michael Friedrich
|
2ed78e82a8
|
Validate configured TimePeriod ranges
Requires re-throwing the hidden exceptions inside the existing
timeperiod code and validating the configured time range
strings then.
fixes #7576
|
2015-02-13 17:10:58 +01:00 |
Michael Friedrich
|
8ca57cba03
|
Add macro config validator for command args, env, custom attr, perfdata templates
fixes #7311
|
2015-02-11 15:32:10 +01:00 |
Gunnar Beutner
|
2de89fe8d4
|
Allow funcs in the 'env' dictionary
refs #7564
|
2015-02-10 10:59:08 +01:00 |
Gunnar Beutner
|
9de7da4d2a
|
Update validators for CustomVarObject
fixes #7542
|
2015-02-10 08:53:15 +01:00 |
Michael Friedrich
|
db9c55835f
|
Require at least one user for notification objects (user or as member of user_groups)
fixes #8067
|
2015-02-07 23:04:01 +01:00 |
Michael Friedrich
|
9ce061a8c4
|
Fix User::ValidateFilters isn't being used
fixes #8111
|
2015-02-07 21:57:49 +01:00 |
Gunnar Beutner
|
dd4a7ab240
|
Update validators for command arguments
refs #7564
|
2015-01-29 10:30:02 +01:00 |
Gunnar Beutner
|
7b4f1e217a
|
Implement support for functions in set_if
refs #7564
|
2015-01-29 10:09:53 +01:00 |
Gunnar Beutner
|
13917e07b0
|
Implement validator support for function objects
fixes #8291
|
2015-01-27 10:55:14 +01:00 |
Gunnar Beutner
|
a11cdbdc39
|
Replace spaces with tabs
|
2015-01-27 10:50:15 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
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 |