mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Fix incorrect attribute name in the documentation
fixes #10456 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
12015e0eca
commit
b49ed5a876
@ -568,7 +568,7 @@ the template by checking for custom attributes. This can be achieved by using [c
|
|||||||
|
|
||||||
// same with notification period
|
// same with notification period
|
||||||
if (host.vars.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`
|
// Send SMS instead of email if the host's custom attribute `notification_type` is set to `sms`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user