Compare commits

...

2 Commits

Author SHA1 Message Date
Kenyon Ralph f165c625bf
Merge pull request #1428 from g0tmi1k/nginx_vhost_traffic 2024-04-21 16:54:00 -07:00
g0t mi1k 52890bf0d1 nginx_vhost_traffic: Fix typo aggregate 2024-04-21 06:29:54 +01:00
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}