From 17c310a2507e02f3b09fd9aa39e7da033d59a6a5 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Tue, 21 Apr 2009 19:44:28 +0200 Subject: [PATCH] [munin/sockets] typo darcs-hash:20090421174428-bd074-1edc180cb53147ff842a14906828a49436612203.gz --- munin/sockets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/munin/sockets b/munin/sockets index 1ae7a28f..4d1a67e1 100755 --- a/munin/sockets +++ b/munin/sockets @@ -53,11 +53,11 @@ grep "$ips:ssh" $TMP | wc -l printf "http.value " grep "$ips:http" $TMP | wc -l -printf "other.label " +printf "other.value " 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 -printf "out.label " +printf "out.value " perl -ne "print if /$ips:\d{5}/" $TMP | wc -l