Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Erlend Simonsen
RE: HowTo config gl_tail.yaml [ reply ]  
2008-04-30 07:31
You're trying to delete the server sameplace.com? In that case, you need to delete all lines from the rails: line and all the way to (and including) color:.

Not sure what your line 9 looks like, could you email me you config file (with login information replaced with junk) at mr@fudgie.org please?

By: peter parker
RE: HowTo config gl_tail.yaml [ reply ]  
2008-04-29 21:25
Error Message, if i delete the block "rails":
C:/ruby/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line 9, col 7: `

By: peter parker
RE: HowTo config gl_tail.yaml [ reply ]  
2008-04-29 21:24
servers:
site1:
host: "myserver"
user: "myuser"
password: "mypassword"
command: tail -f -n0
files: /var/log/apache/access_log
parser: apache
color: 0.2, 1.0, 0.2, 1.0
rails:
host: someplace
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

Thats how the top looks like right now ..

By: peter parker
RE: HowTo config gl_tail.yaml [ reply ]  
2008-04-29 21:22
when i just leave that block in place i get the error message "coudnt connect to sameplace.com", so the block seams to be in use ?

By: Erlend Simonsen
RE: HowTo config gl_tail.yaml [ reply ]  
2008-04-29 17:24
Leaving in a block doesn't matter, as it just won't be used. What error are you getting then?

By: peter parker
HowTo config gl_tail.yaml [ reply ]  
2008-04-29 14:44
Hi all,

i would like to try gltails and i'm totaly new to ruby. I've deleted the blog "rais" from the config file and added a second blog called "site".
The problem is, that ruby seams to need the "rails" part, but there is no rails installed on the server side.

So how does a proper config file looks like, just to analyse 2-3 websites ;-) ?

Thanks..