From dac3ff2ce2aafcdb5f436a6742f03ff4705d98a3 Mon Sep 17 00:00:00 2001 From: Nicolai Buchwitz Date: Tue, 25 Sep 2018 11:59:15 +0200 Subject: [PATCH] Fixed variable name in ignore-disk --- icinga2/command.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga2/command.conf b/icinga2/command.conf index 8131355..eacd5d7 100644 --- a/icinga2/command.conf +++ b/icinga2/command.conf @@ -47,7 +47,7 @@ object CheckCommand "pve" { } "--ignore-disk" = { repeat_key = true - value = "$pve_ignore_services$" + value = "$pve_ignore_disks$" description = "Ignore disks in check" } "--ignore-vm-status" = {