This commit is contained in:
patvdv
2017-09-02 23:27:01 +02:00
parent b23126799b
commit 2775da5f44
175 changed files with 17098 additions and 2 deletions
@@ -0,0 +1,22 @@
#******************************************************************************
# @(#) notify_eif.conf
#******************************************************************************
# This is the configuration file for the notify_eif.sh provider.
# All lines starting with a '#' are comment lines.
# [default: indicates hardcoded script values if no value is defined here]
#******************************************************************************
# --- EIF settings ---
# location of the posteifmsg tool
EIF_BIN="/opt/eif/bin/posteifmsg"
# location of the posteifmsg configuration file
EIF_ETC="/etc/opt/eif/posteifmsg.conf"
# default ITM severity
EIF_SEVERITY="MINOR"
#******************************************************************************
# End of FILE
#******************************************************************************
@@ -0,0 +1,18 @@
#******************************************************************************
# @(#) notify_sms.conf
#******************************************************************************
# This is the the configuration file for the notify_sms.sh provider.
# All lines starting with a '#' are comment lines.
# [default: indicates hardcoded script values if no value is defined here]
#******************************************************************************
# --- SMS settings ---
# list of supported SMS providers (comma-separated)
SMS_PROVIDERS=""
# configuration settings for individual SMS providers go here
#******************************************************************************
# End of FILE
#******************************************************************************