[munin/sockets] typo

darcs-hash:20090421174428-bd074-1edc180cb53147ff842a14906828a49436612203.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-04-21 19:44:28 +02:00
parent a45d06cd39
commit 17c310a250

View file

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