diff options
| author | tv <tv@also> | 2011-05-26 21:56:46 +0200 |
|---|---|---|
| committer | tv <tv@also> | 2011-05-26 21:56:46 +0200 |
| commit | 26a655c95bc636fd7620c82bc94c506b3ca4ccc5 (patch) | |
| tree | 6b27c32e7ccfd8868c2416630f7601e73c7d3a4a /hosts/.scripts/adv_graphgen/README | |
| parent | 42f2333eddbc9535c758ea1ecf2bcaa8e4af9633 (diff) | |
Remove cruft
Diffstat (limited to 'hosts/.scripts/adv_graphgen/README')
| -rw-r--r-- | hosts/.scripts/adv_graphgen/README | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/hosts/.scripts/adv_graphgen/README b/hosts/.scripts/adv_graphgen/README deleted file mode 100644 index 082e0f2b..00000000 --- a/hosts/.scripts/adv_graphgen/README +++ /dev/null @@ -1,28 +0,0 @@ -The folder contains a number of scripts which provide a convenient way to -generate advanced graphs from the SIGUSR2 output of tinc. - -it currently contains the following files: - -sanitize.sh: - wrapper arond parse.py which filters the syslog file for all tinc - related lines and removes the status informations: - this means that - <code> - May 19 20:40:44 servarch dnsmasq[5382]: reading /etc/resolv.conf - May 19 20:41:38 servarch tinc.retiolum[4780]: Error looking up pa-sharepoint.informatik.ba-stuttgart.de port 655: Name or service not known - </code> - becomes - <code> - Error looking up pa-sharepoint.informatik.ba-stuttgart.de port 655: Name or service not known - </code> - and so on. - It also provides a wrapper around graphviz which automagically - generates graphs from the produced graph file - -parse.py: - reads from stdin the sanitized syslog file and prints a valid dot file - from the given output. - The parser module may also produce any other output (e.g. for dns - entries and so on) you will need to actually read and modify the source - in order to be able to do this. ~May the source be with you~ - |
