From: Hannes Van de Vel Date: Thu, 22 Oct 2015 06:16:37 +0000 (+0200) Subject: Fix incorrect attribute name in the documentation X-Git-Tag: v2.4.0~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b49ed5a876258e458f93460b7a6908170299ebd3;p=icinga2 Fix incorrect attribute name in the documentation fixes #10456 Signed-off-by: Gunnar Beutner --- diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index ec53ed140..16971c743 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -568,7 +568,7 @@ the template by checking for custom attributes. This can be achieved by using [c // same with notification period if (host.vars.notification_period) { - interval = host.vars.notification_period + period = host.vars.notification_period } // Send SMS instead of email if the host's custom attribute `notification_type` is set to `sms`