reorganisation of etc
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
## @id $Id$
|
||||
|
||||
## 1 2 3 4 5 6 7 8
|
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
# E-Mail to report errors
|
||||
#EMAIL=x@y.z
|
||||
|
||||
# Number of backups to keep per type
|
||||
#NUM=5
|
||||
|
||||
# Target to backup to
|
||||
#TARGET="/var/backup"
|
||||
|
||||
# Additional arguments to pass to rsync
|
||||
#MORE_ARGS="--exclude /var/backup"
|
||||
|
||||
################################################################################
|
||||
# The following variables are detected automatically
|
||||
# and setup with good defaulte
|
||||
# You rarely need to change them
|
||||
|
||||
# Overwrite standard detection of backup sources
|
||||
#SOURCES=$(ssh $HOST mount | awk '/^\// && !/'${TARGET//\//\\\/}'/ && $2=="on" {print $3}')
|
||||
|
||||
# Basic rsync arguments
|
||||
#ARGS="-aqx --delete"
|
@@ -1 +0,0 @@
|
||||
command[check_backup]=@prefix@/lib/nagios/plugins/check_backup $ARG1$ $ARG2$
|
@@ -4,19 +4,14 @@
|
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
EXTRA_DIST = backup-generic.in setup-backup.in check_backup.in \
|
||||
check_backup.cfg.in escalate-backup.in \
|
||||
icinga-monitoring.png variables.texi.in \
|
||||
backup-generic.texi.in
|
||||
escalate-backup.in icinga-monitoring.png \
|
||||
variables.texi.in backup-generic.texi.in
|
||||
|
||||
sbin_SCRIPTS = backup-generic setup-backup escalate-backup
|
||||
dist_sysconf_DATA = backup.conf
|
||||
|
||||
icingaplugindir = ${libdir}/nagios/plugins
|
||||
icingaplugin_SCRIPTS = check_backup
|
||||
|
||||
icingapluginnrpeconfigdir = ${sysconfdir}/nagios/nrpe.d
|
||||
icingapluginnrpeconfig_DATA = check_backup.cfg
|
||||
|
||||
info_TEXINFOS =
|
||||
backup_generic_TEXINFOS = backup-generic.texi variables.texi
|
||||
|
||||
|
Reference in New Issue
Block a user