From bb652ff335192e0bb9b54c0cd476bb053bf1ca66 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 5 Dec 2013 12:30:39 +0100 Subject: [PATCH] Rename one of the example timeperiods. Refs #5268 --- etc/icinga2/conf.d/timeperiods.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/icinga2/conf.d/timeperiods.conf b/etc/icinga2/conf.d/timeperiods.conf index 1bc2f3f8a..ea8beb465 100644 --- a/etc/icinga2/conf.d/timeperiods.conf +++ b/etc/icinga2/conf.d/timeperiods.conf @@ -16,8 +16,8 @@ object TimePeriod "24x7" inherits "legacy-timeperiod" { } } -object TimePeriod "8x5" inherits "legacy-timeperiod" { - display_name = "Icinga 2 8x5 TimePeriod", +object TimePeriod "9to5" inherits "legacy-timeperiod" { + display_name = "Icinga 2 9to5 TimePeriod", ranges = { "monday" = "09:00-17:00", "tuesday" = "09:00-17:00",