1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-09-19 09:03:20 +00:00

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

View file

@ -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}