Fudge / gltail

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

Rails monitor #16

Closed ciobanucos closed 13 years ago

ciobanucos commented 13 years ago

I have a local webdev config. on my mac - ruby website. I want to monitor it via gltail. After editing the config file, it says connecting: from config file ------- servers: rails: host: 89.33.181.61 -> this is my external IP user: imac - my imac user command: tail -f -n0 files: /users/imac/schnipps/log/development.log parser: rails color: 0.2, 0.2, 1.0, 1.0


does it look ok? I know I can SSH to this webdev from anywhere.

Fudge commented 13 years ago

Have you tried running with --debug to see what happens?

Sent from my iPhone

On 29. nov. 2011, at 00:47, ciobanucosreply@reply.github.com wrote:

I have a local webdev config. on my mac - ruby website. I want to monitor it via gltail. After editing the config file, it says connecting: from config file ------- servers: rails: host: 89.33.181.61 -> this is my external IP user: imac - my imac user command: tail -f -n0 files: /users/imac/schnipps/log/development.log parser: rails color: 0.2, 0.2, 1.0, 1.0


does it look ok? I know I can SSH to this webdev from anywhere.


Reply to this email directly or view it on GitHub: https://github.com/Fudge/gltail/issues/16

Fudge commented 13 years ago

Also, try

ssh imac@89.33.181.61 "tail -f -n0 /users/imac/schnipps/log/ development.log"

from the machine/user wanting to run gltail to make sure it all works.

-- Erlend

On Tue, Nov 29, 2011 at 7:06 AM, Erlend Simonsen mr@fudgie.org wrote:

Have you tried running with --debug to see what happens?

Sent from my iPhone

On 29. nov. 2011, at 00:47, ciobanucos< reply@reply.github.com> wrote:

I have a local webdev config. on my mac - ruby website. I want to monitor it via gltail. After editing the config file, it says connecting: from config file ------- servers: rails: host: 89.33.181.61 -> this is my external IP user: imac - my imac user command: tail -f -n0 files: /users/imac/schnipps/log/development.log parser: rails color: 0.2, 0.2, 1.0, 1.0


does it look ok? I know I can SSH to this webdev from anywhere.


Reply to this email directly or view it on GitHub: https://github.com/Fudge/gltail/issues/16

ciobanucos commented 13 years ago

ok, thank you. It works now with these settings. It is ok for the window to look like this, if I have only one website to monitor?

EXCEPTIONS r/m warnings

I want to view the page views, like if I go on a page, I want that to be counted in the gl_tail. Right now it seems I am missing some features.

Can u give me some nice config.yaml?

I just wanna see the number of visitors, page views etc. My website will not have users / login for now. So I wanna see when visitors come to any page on the site.

Fudge commented 13 years ago

The default rails parser should extract this from your log file automatically, could you email me an example of what you see when you run with --debug?

-- Erlend

On Tue, Nov 29, 2011 at 10:06 AM, ciobanucos < reply@reply.github.com

wrote:

ok, thank you. It works now with these settings. It is ok for the window to look like this, if I have only one website to monitor?

EXCEPTIONS r/m warnings

I want to view the page views, like if I go on a page, I want that to be counted in the gl_tail. Right now it seems I am missing some features.

Can u give me some nice config.yaml?

I just wanna see the number of visitors, page views etc. My website will not have users / login for now. So I wanna see when visitors come to any page on the site.


Reply to this email directly or view it on GitHub: https://github.com/Fudge/gltail/issues/16#issuecomment-2923882

ciobanucos commented 13 years ago

oki, email sent, also with a screenshot

ciobanucos commented 13 years ago

All good now. Thank u.