mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
parent
510610741b
commit
5619498762
@ -109,6 +109,8 @@ void NotificationComponent::NotificationTimerHandler(void)
|
||||
continue;
|
||||
}
|
||||
|
||||
notification->SetLastProblemNotification(now);
|
||||
|
||||
try {
|
||||
Log(LogInformation, "notification", "Sending reminder notification for object '" + checkable->GetName() + "'");
|
||||
notification->BeginExecuteNotification(NotificationProblem, checkable->GetLastCheckResult(), false);
|
||||
|
@ -28,7 +28,6 @@ object NotificationCommand "mail-host-notification" {
|
||||
"NOTIFICATIONAUTHORNAME" = "$notification.author$",
|
||||
"NOTIFICATIONCOMMENT" = "$notification.comment$",
|
||||
"HOSTDISPLAYNAME" = "$host.display_name$",
|
||||
"HOSTDISPLAYNAME" = "$host.display_name$",
|
||||
"USEREMAIL" = "$user.email$"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user