Re-org of tree

This commit is contained in:
patvdv
2019-03-26 11:18:24 +01:00
parent 084c30b541
commit e2b47db3c6
155 changed files with 0 additions and 0 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
#******************************************************************************