add notification to default group

This commit is contained in:
root@atlantishq-michy-sheppy
2020-06-11 01:56:37 +02:00
parent d1dd5d5d43
commit b421454b42

View File

@@ -67,7 +67,15 @@ object NotificationCommand "telegram-service-notification" {
}
}
object User "telegram-dummy-user" {
import "generic-user"
display_name = "User acting as notification Sink for Telegram Notifications"
email = "reject@none.none"
}
apply Notification "telegram-generic" to Service {
import "mail-service-notification"
user_groups = ["icingaadmins"]
command = "telegram-service-notification"
assign where host.address
}