Re-org of tree
This commit is contained in:
@@ -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
|
||||
#******************************************************************************
|
||||
Reference in New Issue
Block a user