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