nginx_vhost_traffic: Fix typo aggregate

This commit is contained in:
g0t mi1k 2024-04-21 06:29:54 +01:00
parent d96df7008f
commit 52890bf0d1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ACCESS_LOG=$LOGDIR/${logfile:-access.log}
LOGTAIL=${logtail:-`which logtail`}
STATEFILE=$MUNIN_PLUGSTATE/nginx_vhost_traffic.state
VHOSTS=${vhosts:-`hostname`}
AGGREGATE=${aggregate:true}
AGGREGATE=${aggregate:-true}
BPARAM=${bparam:-11}