mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
new improved template scheme
This commit is contained in:
parent
14687f170a
commit
fd4e68bb8c
96 changed files with 1395 additions and 1425 deletions
|
@ -102,12 +102,12 @@ for period in $periods; do
|
|||
$BIN/v-update-sys-rrd-ssh $period
|
||||
|
||||
# Updating web stats
|
||||
if [ "$WEB_SYSTEM" = 'apache' ]; then
|
||||
$BIN/v-update-sys-rrd-httpd $period
|
||||
if [ ! -z "$WEB_SYSTEM" ]; then
|
||||
$BIN/v-update-sys-rrd-$WEB_SYSTEM $period
|
||||
fi
|
||||
|
||||
if [ "$PROXY_SYSTEM" = 'nginx' ]; then
|
||||
$BIN/v-update-sys-rrd-nginx $period
|
||||
if [ ! -z "$PROXY_SYSTEM" ]; then
|
||||
$BIN/v-update-sys-rrd-$PROXY_SYSTEM $period
|
||||
fi
|
||||
|
||||
# Updating ftp stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue