bundles/icinga2: fix timeperiods
This commit is contained in:
parent
b24af786fc
commit
c983c50d21
1 changed files with 5 additions and 5 deletions
|
@ -21,11 +21,11 @@ object TimePeriod "daytime" {
|
|||
# 7AM MESZ to 10PM MESZ
|
||||
display_name = "5AM to 8PM (UTC)"
|
||||
ranges = {
|
||||
"monday" = "06:00-20:00"
|
||||
"tuesday" = "06:00-20:00"
|
||||
"wednesday" = "06:00-20:00"
|
||||
"thursday" = "06:00-20:00"
|
||||
"friday" = "06:00-20:00"
|
||||
"monday" = "05:00-20:00"
|
||||
"tuesday" = "05:00-20:00"
|
||||
"wednesday" = "05:00-20:00"
|
||||
"thursday" = "05:00-20:00"
|
||||
"friday" = "05:00-20:00"
|
||||
"saturday" = "07:00-20:00"
|
||||
"sunday" = "07:00-20:00"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue