Rename one of the example timeperiods.

Refs #5268
This commit is contained in:
Gunnar Beutner 2013-12-05 12:30:39 +01:00
parent e2941dbca8
commit bb652ff335
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ object TimePeriod "24x7" inherits "legacy-timeperiod" {
} }
} }
object TimePeriod "8x5" inherits "legacy-timeperiod" { object TimePeriod "9to5" inherits "legacy-timeperiod" {
display_name = "Icinga 2 8x5 TimePeriod", display_name = "Icinga 2 9to5 TimePeriod",
ranges = { ranges = {
"monday" = "09:00-17:00", "monday" = "09:00-17:00",
"tuesday" = "09:00-17:00", "tuesday" = "09:00-17:00",