public
Description: Real-time web-server visualization using OpenGL and a force directed layout
Homepage: http://www.fudgie.org/gltrail.html
Clone URL: git://github.com/Fudge/gltrail.git
gltrail / gltrail.ini-example
100644 17 lines (14 sloc) 0.393 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[hosts]
server1.example.com=example.com
server2.example.com=example.com
 
[example.com]
args=/var/log/apache/access_log
command=xtail
user=myuser
pattern=[\\d\\S.]+ \\S+ \\S+ \\[[^\\]]+\\] \"([^\"]*)\" \\d+ [\\S]+ \"([^\"]+)\" \"[^\"]+\"
replace_:id=/\\d+$
replace_:md5=/[a-zA-Z0-9]{32}
ignore=\\.(jpg|png|jpeg|gif|swf|js|css|jar|ico|mp3)$
ignore_url_params=true
auto_purge=true
color=#FF4444