RRD graph for Exim

This commit is contained in:
Serghey Rodin 2014-06-14 11:52:47 +03:00
commit 23b28a73d8
3 changed files with 108 additions and 4 deletions

View file

@ -110,6 +110,11 @@ for period in $periods; do
$BIN/v-update-sys-rrd-$PROXY_SYSTEM $period >/dev/null 2>&1
fi
# Updating mail stats
if [ ! -z "$MAIL_SYSTEM" ] && [ "$MAIL_SYSTEM" != 'no' ]; then
$BIN/v-update-sys-rrd-mail $period >/dev/null 2>&1
fi
# Updating ftp stats
if [ ! -z "$FTP_SYSTEM" ] && [ "$FTP_SYSTEM" != 'no' ]; then
$BIN/v-update-sys-rrd-ftp $period >/dev/null 2>&1