mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Changed log split counter back to default value
This commit is contained in:
parent
37a7317c1d
commit
2338b83eb3
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ http_codes[503]='Service Unavailable'
|
|||
|
||||
do_ () { # Fetch
|
||||
declare -A line_counts
|
||||
values=`awk '{print $6}' $log | sort | uniq -c`
|
||||
values=`awk '{print $9}' $log | sort | uniq -c`
|
||||
while read -r line; do
|
||||
read -a tmp <<< "$line";
|
||||
line_counts[${tmp[1]}]=${tmp[0]};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue