mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
[apache_logparser] remove unused 'type' setting
the manual common/combined type detection was replaced with an automatism earlier
This commit is contained in:
parent
89b2f76701
commit
3d3f5179fa
1 changed files with 0 additions and 4 deletions
|
@ -27,9 +27,6 @@ $statefile file to save last log position for tail
|
|||
$nsec tail and write to shared mem every n seconds
|
||||
$debug dump tallied data every n seconds, print every log line parsed
|
||||
$scan_interval rescan for new log files every n minutes
|
||||
$type log file type:
|
||||
common: CLF + vhost + time + (other fields)
|
||||
combined: combined + time + (other fields)
|
||||
=cut
|
||||
|
||||
# config
|
||||
|
@ -38,7 +35,6 @@ my $files = "*access_log";
|
|||
my $site = "(.*)-access_log";
|
||||
my $statefile = "/tmp/logstate";
|
||||
`touch $statefile` unless (-f $statefile);
|
||||
local $type="combined";
|
||||
local $nsec=7;
|
||||
local $debug=0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue