]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect attribute name in the documentation
authorHannes Van de Vel <h@nnes.be>
Thu, 22 Oct 2015 06:16:37 +0000 (08:16 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 26 Oct 2015 06:49:18 +0000 (07:49 +0100)
fixes #10456

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
doc/3-monitoring-basics.md

index ec53ed140071f3a70e79c37962d3c78ce3a76231..16971c7435dfd0b747c9fc051dcbfd2062a59b20 100644 (file)
@@ -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`