mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
RRD graph for Exim
This commit is contained in:
parent
2e77a53323
commit
23b28a73d8
3 changed files with 108 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue