Add notify_slack plugin

This commit is contained in:
2022-10-12 19:55:09 +02:00
parent 45225e7799
commit e77d740adb
19 changed files with 728 additions and 3 deletions
@@ -0,0 +1,15 @@
#******************************************************************************
# @(#) notify_slack.conf
#******************************************************************************
# This is the the configuration file for the notify_slack.sh provider.
# All lines starting with a '#' are comment lines.
# [default: indicates hardcoded script values if no value is defined here]
#******************************************************************************
# URL of the webhook of the Slack app
SLACK_WEBHOOK=""
#******************************************************************************
# End of FILE
#******************************************************************************