Merge pull request #1428 from g0tmi1k/nginx_vhost_traffic

This commit is contained in:
Kenyon Ralph 2024-04-21 16:54:00 -07:00 committed by GitHub
commit f165c625bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}