82 lines
1.9 KiB
Plaintext
82 lines
1.9 KiB
Plaintext
#-----------------------------
|
|
# Settings for script check_sympa_spool_msg_dir.sh
|
|
#-----------------------------
|
|
|
|
# SYMPA_SPOOL_MSG_DIR
|
|
#
|
|
# Sympa's message spool dir
|
|
#
|
|
# Defaults to: SYMPA_SPOOL_MSG_DIR="/usr/local/sympa/spool/msg" if exists
|
|
#
|
|
#SYMPA_SPOOL_MSG_DIR="/usr/local/sympa/spool/msg"
|
|
|
|
# TMP_SPOOL_MSG_DIR
|
|
#
|
|
# Folder used by this script to compare content with original messagwe
|
|
# spool directory
|
|
#
|
|
# DEFAULTS to= TMP_SPOOL_MSG_DIR="/tmp/usr_local_sympa_spool_msg"
|
|
#
|
|
#TMP_SPOOL_MSG_DIR="/tmp/usr_local_sympa_spool_msg"
|
|
|
|
|
|
# CONFLICTING_SCRIPTS
|
|
#
|
|
# The scripts listed here conflict with this script. If one of these scripts
|
|
# is currently running, this script will be stopped.
|
|
#
|
|
# In addition to the script, a LOCK directory can also be specified which is
|
|
# connected to it.
|
|
#
|
|
# If no fixed LOCK directory is connected to the script, set
|
|
# this value to the constant 'CHECK_PROCESS_LIST'.
|
|
#
|
|
# If no value for the LOCK directory is given, the LOCK directory
|
|
# '/tmp/<base-script_name>.LOCK' is assumed.
|
|
#
|
|
#
|
|
# Example:
|
|
# CONFLICTING_SCRIPTS="
|
|
# /root/bin/monitoring/check_webservice_load.sh:CHECK_PROCESS_LIST
|
|
# /root/bin/monitoring/check_remote_websites.sh
|
|
# "
|
|
#
|
|
# No defaults
|
|
#
|
|
#CONFLICTING_SCRIPTS=""
|
|
|
|
|
|
# ---
|
|
# - E-Mail settings for sending script messages
|
|
# ---
|
|
|
|
# company
|
|
#
|
|
# Example: company="Warenform"
|
|
#
|
|
# Defaults to: company="O.OPEN"
|
|
#
|
|
#company=""
|
|
|
|
# sender_address
|
|
#
|
|
# Defaults to: sender_address="${script_name%%.*}@$(hostname -f)"
|
|
#
|
|
#sender_address="check_mm_service@$(hostname -f)"
|
|
|
|
# content_type
|
|
#
|
|
# Defaults to: content_type='Content-Type: text/plain;\n charset="utf-8"'
|
|
#
|
|
#content_type='Content-Type: text/plain;\n charset="utf-8"'
|
|
|
|
# alert_email_addresses
|
|
#
|
|
# blank separated list of e-mail addresses
|
|
#
|
|
# Example: alert_email_addresses="ckubu@oopen.de axel@warenform.net"
|
|
#
|
|
# Defaults to alert_email_addresses="ckubu@oopen.de"
|
|
#
|
|
#alert_email_addresses="ckubu@oopen.de"
|