From 4c42e0beb65d2a92e988a81aa12f50aa6bd1f820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 16 Jul 2020 03:02:07 +0200 Subject: Add assets website for immae --- modules/private/monitoring/plugins/notify_by_slack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/private/monitoring/plugins/notify_by_slack') diff --git a/modules/private/monitoring/plugins/notify_by_slack b/modules/private/monitoring/plugins/notify_by_slack index b59a403..1b16a0d 100755 --- a/modules/private/monitoring/plugins/notify_by_slack +++ b/modules/private/monitoring/plugins/notify_by_slack @@ -3,7 +3,7 @@ SLACK_CHANNEL="$1" SLACK_USERNAME="Naemon" SLACK_URL="$2" -SLACK_USERICON="https://release.immae.eu/monitoring.png" +SLACK_USERICON="https://assets.immae.eu/monitoring.png" if [ "$SERVICESTATE" = "CRITICAL" ]; then ICON=":exclamation:" -- cgit v1.2.3