mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
nginx_vhost_traffic: Fix typo aggregate
This commit is contained in:
parent
d96df7008f
commit
52890bf0d1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ACCESS_LOG=$LOGDIR/${logfile:-access.log}
|
||||||
LOGTAIL=${logtail:-`which logtail`}
|
LOGTAIL=${logtail:-`which logtail`}
|
||||||
STATEFILE=$MUNIN_PLUGSTATE/nginx_vhost_traffic.state
|
STATEFILE=$MUNIN_PLUGSTATE/nginx_vhost_traffic.state
|
||||||
VHOSTS=${vhosts:-`hostname`}
|
VHOSTS=${vhosts:-`hostname`}
|
||||||
AGGREGATE=${aggregate:true}
|
AGGREGATE=${aggregate:-true}
|
||||||
|
|
||||||
BPARAM=${bparam:-11}
|
BPARAM=${bparam:-11}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue