]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/monitoring/plugins/notify_by_slack
Add assets website for immae
[perso/Immae/Config/Nix.git] / modules / private / monitoring / plugins / notify_by_slack
index b59a40399b0281724592dc3d7db1284ff09be8b3..1b16a0d2d8040a90eb315528164b5d712ec7ef95 100755 (executable)
@@ -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:"