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 | 591d71a6dc385f3e5bb0b0c25efd22648f57cebb (patch) | |
| tree | 75c91726c499be8e00905a3883ccce8272d0cd5d /hosts/.scripts/sanitize.sh | |
| parent | b0fc672487146b806c502c8118ef4ea45a5671bd (diff) | |
refactored parse.py
parse.py: now also writes the number of current connections
Diffstat (limited to 'hosts/.scripts/sanitize.sh')
| -rwxr-xr-x | hosts/.scripts/sanitize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/.scripts/sanitize.sh b/hosts/.scripts/sanitize.sh index 75a04af1..0342d98b 100755 --- a/hosts/.scripts/sanitize.sh +++ b/hosts/.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 |
