[munin/sockets] typo
darcs-hash:20090421174428-bd074-1edc180cb53147ff842a14906828a49436612203.gz
This commit is contained in:
parent
a45d06cd39
commit
17c310a250
1 changed files with 3 additions and 3 deletions
|
@ -53,11 +53,11 @@ grep "$ips:ssh" $TMP | wc -l
|
||||||
printf "http.value "
|
printf "http.value "
|
||||||
grep "$ips:http" $TMP | wc -l
|
grep "$ips:http" $TMP | wc -l
|
||||||
|
|
||||||
printf "other.label "
|
printf "other.value "
|
||||||
perl -ne "print if ! /$ips:(imap|ssh|http)/" $TMP | wc -l
|
perl -ne "print if ! /$ips:(imap|ssh|http)/" $TMP | wc -l
|
||||||
|
|
||||||
printf "in.label "
|
printf "in.value "
|
||||||
perl -ne "print if ! /$ips:\d{5}/" $TMP | wc -l
|
perl -ne "print if ! /$ips:\d{5}/" $TMP | wc -l
|
||||||
|
|
||||||
printf "out.label "
|
printf "out.value "
|
||||||
perl -ne "print if /$ips:\d{5}/" $TMP | wc -l
|
perl -ne "print if /$ips:\d{5}/" $TMP | wc -l
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue