From 52890bf0d1970e30a8ca3dc60736b32308afcfdb Mon Sep 17 00:00:00 2001 From: g0t mi1k Date: Sun, 21 Apr 2024 06:29:54 +0100 Subject: [PATCH] nginx_vhost_traffic: Fix typo aggregate --- plugins/nginx/nginx_vhost_traffic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nginx/nginx_vhost_traffic b/plugins/nginx/nginx_vhost_traffic index e2f710fe..4b3a94d9 100755 --- a/plugins/nginx/nginx_vhost_traffic +++ b/plugins/nginx/nginx_vhost_traffic @@ -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}