diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-11 13:48:07 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-11 13:48:07 +0200 |
commit | 514270f910cef8da09c61ff9391aee2b3fad26b5 (patch) | |
tree | 61636508822a77bf1c7ad42285f49a686b6af6b8 /.scripts/sanitize.sh | |
parent | 4499735121f489e43e87fb6b34ccf5c1dc1dc229 (diff) |
refactored parse.py
parse.py: now also writes the number of current connections
Diffstat (limited to '.scripts/sanitize.sh')
-rwxr-xr-x | .scripts/sanitize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/sanitize.sh b/.scripts/sanitize.sh index 75a04af1..0342d98b 100755 --- a/.scripts/sanitize.sh +++ b/.scripts/sanitize.sh @@ -1,2 +1,2 @@ -sudo sed -n '/tinc.retiolum/{s/.*tinc.retiolum\[[1-9]*\]: //gp}' /var/log/everything.log | ./parse.py | tee here.dot | dot -Tpng -o retiolum.png +sudo sed -n '/tinc.retiolum/{s/.*tinc.retiolum\[[1-9]*\]: //gp}' /var/log/everything.log | ./parse.py | tee retiolum.dot | dot -Tpng -o retiolum.png mirage retiolum.png |