aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/monitoring')
-rwxr-xr-xmodules/private/monitoring/plugins/notify_by_slack2
1 files changed, 1 insertions, 1 deletions
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 @@
3SLACK_CHANNEL="$1" 3SLACK_CHANNEL="$1"
4SLACK_USERNAME="Naemon" 4SLACK_USERNAME="Naemon"
5SLACK_URL="$2" 5SLACK_URL="$2"
6SLACK_USERICON="https://release.immae.eu/monitoring.png" 6SLACK_USERICON="https://assets.immae.eu/monitoring.png"
7 7
8if [ "$SERVICESTATE" = "CRITICAL" ]; then 8if [ "$SERVICESTATE" = "CRITICAL" ]; then
9 ICON=":exclamation:" 9 ICON=":exclamation:"