Fudge / gltail

Real-time visualization of server traffic, events and statistics with Ruby, SSH and OpenGL
http://www.fudgie.org
610 stars 100 forks source link

[SOLVED] Gltail connection glitch? #30

Open ghost opened 9 years ago

ghost commented 9 years ago

When I run gltail on windows, connecting to Debian Jessie on a Apache 2.4 HTTP server, gltail refuses to show any balls. I can run ssh and tail -f the log using the command line it says it's doing, but it doesn't work. config.yaml below

servers: site1: host: 192.168.1.3 user: odin password: l356129b command: tail -f -n0 files: /var/log/apache2/access.log parser: apache color: 0.2, 1.0, 0.2, 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 memcached: order: 10 size: 3

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

ghost commented 9 years ago

Oops! It was because I didn't have access to the log file. Sorry! Can someone please close this issue?