@@ -24,19 +24,19 @@ checkmk_var_test_sites:
24
24
checkmk_var_timeperiods_create :
25
25
- name : " lunchtime"
26
26
alias : " Lunchtime"
27
- active_time_ranges : ' [{"day": "all", "time_ranges": [{"start": "12:00:00", "end": "13:00:00"}]}]'
27
+ active_time_ranges : [{"day": "all", "time_ranges": [{"start": "12:00:00", "end": "13:00:00"}]}]
28
28
- name : " worktime"
29
29
alias : " Worktime"
30
- active_time_ranges : ' [{"day": "all", "time_ranges": [{"start": "09:00:00", "end": "17:00:00"}]}]'
31
- exceptions : ' [{"date": "2023-12-24", "time_ranges": [{"start": "10:00:00", "end": "12:00:00"}]}]'
32
- exclude : ' [ "lunchtime" ]'
30
+ active_time_ranges : [{"day": "all", "time_ranges": [{"start": "09:00:00", "end": "17:00:00"}]}]
31
+ exceptions : [{"date": "2023-12-24", "time_ranges": [{"start": "10:00:00", "end": "12:00:00"}]}]
32
+ exclude : [ "lunchtime" ]
33
33
- name : " notonfriday"
34
34
alias : " Notonfriday"
35
- active_time_ranges : ' [{"day": "friday", "time_ranges": [{"start": "13:00:00", "end": "23:59:59"}]}]'
35
+ active_time_ranges : [{"day": "friday", "time_ranges": [{"start": "13:00:00", "end": "23:59:59"}]}]
36
36
- name : " fridaybreak"
37
37
alias : " fridaybreak"
38
- active_time_ranges : ' [{"day": "friday", "time_ranges": [{"start": "14:00", "end": "15:00"}]}]'
39
- exceptions : ' [{"date": "2023-12-24", "time_ranges": [{"start": "10:00", "end": "11:00"}]}]'
38
+ active_time_ranges : [{"day": "friday", "time_ranges": [{"start": "14:00", "end": "15:00"}]}]
39
+ exceptions : [{"date": "2023-12-24", "time_ranges": [{"start": "10:00", "end": "11:00"}]}]
40
40
- name : " nonsense"
41
41
alias : " nonsense"
42
42
active_time_ranges : [{'day': 'all', 'time_ranges': [{'start': '09:00:00', 'end': '17:00:00'}, {'start': '20:00:00', 'end': '22:00:00'}, {'start': '7:00', 'end': '08:00'}]},
@@ -47,19 +47,19 @@ checkmk_var_timeperiods_create:
47
47
48
48
checkmk_var_timeperiods_update :
49
49
- name : " worktime"
50
- active_time_ranges : ' [{"day": "all", "time_ranges": [{"start": "08:00:00", "end": "17:00:00"}]}]'
51
- exceptions : ' [{"date": "2023-12-24", "time_ranges": [{"start": "10:00:00", "end": "12:00:00"}]}]'
52
- exclude : ' [ "notonfriday" ]'
50
+ active_time_ranges : [{"day": "all", "time_ranges": [{"start": "08:00:00", "end": "17:00:00"}]}]
51
+ exceptions : [{"date": "2023-12-24", "time_ranges": [{"start": "10:00:00", "end": "12:00:00"}]}]
52
+ exclude : [ "notonfriday" ]
53
53
- name : " notonfriday"
54
- active_time_ranges : ' [{"day": "friday", "time_ranges": [{"start": "00:00:00", "end": "23:59:59"}]}]'
54
+ active_time_ranges : [{"day": "friday", "time_ranges": [{"start": "00:00:00", "end": "23:59:59"}]}]
55
55
- name : " worktime"
56
- exclude : ' [ "lunchtime" ]'
56
+ exclude : [ "lunchtime" ]
57
57
58
58
checkmk_var_timeperiods_noupdate :
59
59
- name : " fridaybreak"
60
60
alias : " fridaybreak"
61
- active_time_ranges : ' [{"day": "friday", "time_ranges": [{"start": "14:00", "end": "15:00"}]}]'
62
- exceptions : ' [{"date": "2023-12-24", "time_ranges": [{"start": "10:00", "end": "11:00"}]}]'
61
+ active_time_ranges : [{"day": "friday", "time_ranges": [{"start": "14:00", "end": "15:00"}]}]
62
+ exceptions : [{"date": "2023-12-24", "time_ranges": [{"start": "10:00", "end": "11:00"}]}]
63
63
- name : " nonsense"
64
64
alias : " nonsense"
65
65
active_time_ranges : [{'day': 'all', 'time_ranges': [{'start': '20:00:00', 'end': '22:00:00'}, {'start': '09:00:00', 'end': '17:00:00'}, {'start': '7:00', 'end': '08:00'}]},
0 commit comments