1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

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

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}