1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Fix comment format : use spaces instead of tabs

This commit is contained in:
Neraud 2017-07-13 12:59:05 +02:00
parent 331e3da9be
commit 69896717af
3 changed files with 9 additions and 9 deletions

View file

@ -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';