From 69896717af0febbfb03ddfe80637c382682dd229 Mon Sep 17 00:00:00 2001 From: Neraud Date: Thu, 13 Jul 2017 12:59:05 +0200 Subject: [PATCH] Fix comment format : use spaces instead of tabs --- plugins/nginx/nginx_byprojects/byprojects_access | 6 +++--- plugins/nginx/nginx_byprojects/byprojects_bandwidth | 6 +++--- plugins/nginx/nginx_byprojects/byprojects_inout_bandwidth | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/nginx/nginx_byprojects/byprojects_access b/plugins/nginx/nginx_byprojects/byprojects_access index 85a8f986..bc400504 100755 --- a/plugins/nginx/nginx_byprojects/byprojects_access +++ b/plugins/nginx/nginx_byprojects/byprojects_access @@ -28,9 +28,9 @@ use JSON qw(decode_json); # Configuration # [byprojects_*] # env.logtail_path /usr/local/bin/logtail -# env.site.prod [{"path":"/home/prod/log/access.log"}] -# env.site.dev [{"path":"/var/log/httpd/ssl-dev-access.log"}, {"path":"/home/dev/log/access*.log"}] -# env.site.test [{"path":"/var/log/access.log","regex":"\"[A-Z]+ /test/"}, {"path":"/home/test/log/access.log"}] +# env.site.prod [{"path":"/home/prod/log/access.log"}] +# env.site.dev [{"path":"/var/log/httpd/ssl-dev-access.log"}, {"path":"/home/dev/log/access*.log"}] +# env.site.test [{"path":"/var/log/access.log","regex":"\"[A-Z]+ /test/"}, {"path":"/home/test/log/access.log"}] my $server = 'Nginx'; diff --git a/plugins/nginx/nginx_byprojects/byprojects_bandwidth b/plugins/nginx/nginx_byprojects/byprojects_bandwidth index 409da6aa..af245e96 100755 --- a/plugins/nginx/nginx_byprojects/byprojects_bandwidth +++ b/plugins/nginx/nginx_byprojects/byprojects_bandwidth @@ -34,9 +34,9 @@ use JSON qw(decode_json); # Configuration # [byprojects_*] # env.logtail_path /usr/local/bin/logtail -# env.site.prod [{"path":"/home/prod/log/access.log"}] -# env.site.dev [{"path":"/var/log/httpd/ssl-dev-access.log"}, {"path":"/home/dev/log/access*.log"}] -# env.site.test [{"path":"/var/log/access.log","regex":"\"[A-Z]+ /test/"}, {"path":"/home/test/log/access.log"}] +# env.site.prod [{"path":"/home/prod/log/access.log"}] +# env.site.dev [{"path":"/var/log/httpd/ssl-dev-access.log"}, {"path":"/home/dev/log/access*.log"}] +# env.site.test [{"path":"/var/log/access.log","regex":"\"[A-Z]+ /test/"}, {"path":"/home/test/log/access.log"}] my $server = 'Nginx'; diff --git a/plugins/nginx/nginx_byprojects/byprojects_inout_bandwidth b/plugins/nginx/nginx_byprojects/byprojects_inout_bandwidth index 7093aaf1..21b36902 100755 --- a/plugins/nginx/nginx_byprojects/byprojects_inout_bandwidth +++ b/plugins/nginx/nginx_byprojects/byprojects_inout_bandwidth @@ -34,9 +34,9 @@ use JSON qw(decode_json); # Configuration # [byprojects_*] # env.logtail_path /usr/local/bin/logtail -# env.site.prod [{"path":"/home/prod/log/access.log"}] -# env.site.dev [{"path":"/var/log/httpd/ssl-dev-access.log"}, {"path":"/home/dev/log/access*.log"}] -# env.site.test [{"path":"/var/log/access.log","regex":"\"[A-Z]+ /test/"}, {"path":"/home/test/log/access.log"}] +# env.site.prod [{"path":"/home/prod/log/access.log"}] +# env.site.dev [{"path":"/var/log/httpd/ssl-dev-access.log"}, {"path":"/home/dev/log/access*.log"}] +# env.site.test [{"path":"/var/log/access.log","regex":"\"[A-Z]+ /test/"}, {"path":"/home/test/log/access.log"}] my $server = 'Nginx';