Fudge / gltail

Real-time visualization of server traffic, events and statistics with Ruby, SSH and OpenGL

This URL has Read+Write access

runeb (author)
Thu Jan 29 15:20:05 -0800 2009
Fudge (committer)
Thu Jan 29 22:46:01 -0800 2009
gltail / config.yaml
100644 102 lines (100 sloc) 2.468 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
servers:
    site1:
        host: foobar.com
        user: foo
        password: topsecret
        command: tail -f -n0
        files: /var/log/apache/access_log
        parser: apache
        color: 0.2, 1.0, 0.2, 1.0
    rails:
        host: anotherfunsite.com
        user: anotherfunuser
        port: 222
        command: tail -f -n0
        files: /var/www/apps/funapp/current/log/production.log
        parser: rails
        color: 0.2, 0.2, 1.0, 1.0
config:
    dimensions: 1200x600
    min_blob_size: 0.004
    max_blob_size: 0.04
    highlight_color: orange
    bounce: false
    left_column:
        size: 25
        alignment: -0.99
        blocks:
            info:
                order: 0
                size: 10
                auto_clean: false
                show: total
            hosts:
                order: 1
                size: 3
            sites:
                order: 2
                size: 10
            content:
                order: 3
                size: 5
                show: total
                color: 1.0, 0.8, 0.4, 1.0
            status:
                order: 4
                size: 10
                color: 1.0, 0.8, 0.4, 1.0
            types:
                order: 5
                size: 5
                color: 1.0, 0.4, 0.2, 1.0
            users:
                order: 6
                size: 10
            smtp:
                order: 7
                size: 5
            logins:
                order: 8
                size: 5
            database:
                order: 9
                size: 10
 
    right_column:
        size: 25
        alignment: 0.99
        blocks:
            urls:
                order: 0
                size: 15
            slow requests:
                order: 1
                size: 5
                show: average
            referrers:
                order: 2
                size: 10
            user agents:
                order: 3
                size: 5
                color: 1.0, 1.0, 1.0, 1.0
            mail from:
                order: 4
                size: 5
            mail to:
                order: 5
                size: 5
            viruses:
                order: 6
                size: 5
            rejections:
                order: 7
                size: 5
                color: 1.0, 0.2, 0.2, 1.0
            warnings:
                order: 8
                size: 5
resolver:
    reverse_ip_lookups: true
    reverse_timeout: 0.5