mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +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
|
do_ () { # Fetch
|
||||||
declare -A line_counts
|
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
|
while read -r line; do
|
||||||
read -a tmp <<< "$line";
|
read -a tmp <<< "$line";
|
||||||
line_counts[${tmp[1]}]=${tmp[0]};
|
line_counts[${tmp[1]}]=${tmp[0]};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue