Fudge / gltail

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

Home Page:http://www.fudgie.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not rendering anything

dakwak opened this issue · comments

I have been trying to reuse gltail I have been successfully using it last year not sure what have changed but its not working anymore, the ruby opengl window opens but not showing any bubbles.

SIngle line from log file

es.domain.com x.x.x.x Wga2338AAAEAAGBnJAYAAAAT [11/Nov/2017:08:37:51 +0000] 200 6701 99807 0 "GET / HTTP/1.0" "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36"

config file used:

`servers:
dakwak-us:
host: localhost
source: local
files: /home/waheed/logs/dakwak-tpv-current.log
parser: apache
color: 1.0, 0.0, 0.0, 1.0

config:
dimensions: 1440x900
min_blob_size: 0.005
max_blob_size: 0.05
highlight_color: white
bounce: true
left_column:
size: 25
alignment: -0.99
blocks:
urls:
order: 12
size: 30
sites:
order: 2
size: 2
show: total
content:
order: 3
size: 5
show: total
status:
order: 4
size: 12
show: total
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
firewall:
order: 10
size: 15
action:
order: 11
size: 15
auto_clean: false
show: total
int:
order: 11
size: 5
rule:
order: 11
size: 5
sourceinterface:
order: 12
size: 15
sourcehost:
order: 13
size: 15
sourceport:
order: 14
size: 15
user agents:
order: 3
size: 5
mappers:
order: 11
size: 8
sqlselect:
color: 1.0, 0.8, 0.4, 1.0
sqlupdate:
color: 1.0, 0.2, 0.2, 1.0
sqlinsert:
color: 1.0, 0.5, 0.5, 0.0

right_column:
    size: 25
    alignment: 0.99
    blocks:
        info:
            order: 3
            size: 15
            auto_clean: false
            show: total
        hosts:
            order: 1
            size: 30
            show: total
        referrers:
            order: 4
            size: 10
        mail from:
            order: 30
            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
        destinationinterface:
            order: 9
            size: 15
        ipprotocol:
            order: 10
            size: 15
        sourcedestination:
            order: 11
            size: 15
        destinationhost:
            order: 11
            size: 15
        destinationport:
            order: 12
            size: 15
        agents:
            order: 14
            size: 8
            show: total
            auto_clean: false
            color: 0.5, 0.5, 0.5, 0.5

resolver:
reverse_ip_lookups: true
reverse_timeout: 0.5

`

gem list used with bundle

Using bundler 1.16.0
Using chipmunk 5.3.4.5
Using tins 0.7.0
Using file-tail 1.0.12
Using glu 8.3.0
Using glut 8.3.0
Using net-ssh 2.6.5
Using net-ssh-gateway 1.2.0
Using opengl 0.8.0
Using gltail 0.1.9 from source at .

Please let me know if I missed anything. I already used osx seirra and ubuntu 16.04 with ruby 1.9.2 and ruby 2.3 with the same empty ruby opengl window with two left and right lines and a bottom lines for the cone.

No bubbles or any other visualizations

Cmd used gltail_fudge$ ./bin/gl_tail /home/waheed/Desktop/config.yaml

Thanks for this nice visualizer fudge