From c2c0c27dac86f20343f2b5c19c85af8b50ab2c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Fri, 14 Apr 2023 12:36:01 +0200 Subject: [PATCH] Fix typo --- etc/icinga2/conf.d/commands.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/icinga2/conf.d/commands.conf b/etc/icinga2/conf.d/commands.conf index 29f86210a..e7d555c86 100644 --- a/etc/icinga2/conf.d/commands.conf +++ b/etc/icinga2/conf.d/commands.conf @@ -63,7 +63,7 @@ object NotificationCommand "mail-host-notification" { notification_hostoutput = "$host.output$" notification_hoststate = "$host.state$" notification_useremail = "$user.email$" - notification_hostnotes = $host.notes$" + notification_hostnotes = "$host.notes$" } }