Re: Odd syslog-ng problem

2014-05-11 Thread Jonathan Lassoff
Peter, it's a bit difficult to tell what's going on without seeing the rest of the syslog-ng configuration and your script's source code. However, a couple possibilities come to mind: - Your script is only reading one line at a time. syslog-ng starts a program() output persistently and expects tha

Re: Odd syslog-ng problem

2014-05-10 Thread Gary Josack
It's hard to say without seeing the actual script. Is your script running as a daemon or are you counting on syslog-ng to start your program per message. If the latter, that's probably not the best strategy. On Sat, May 10, 2014 at 2:24 AM, Peter Persson wrote: > Hey, > > I got a weird problem

Re: Odd syslog-ng problem

2014-05-10 Thread Blake Dunlap
I use kibana / elasticsearch -Blake On Sat, May 10, 2014 at 2:15 PM, Anurag Bhatia wrote: > Another off topic (question) - what kind of fronted UI you use with > syslog-ng? I see log analyser based on PHP is common. In my tests it worked > fine but it’s major issue I saw was that I couldn’t so

Re: Odd syslog-ng problem

2014-05-10 Thread Anurag Bhatia
Another off topic (question) - what kind of fronted UI you use with syslog-ng? I see log analyser based on PHP is common. In my tests it worked fine but it’s major issue I saw was that I couldn’t sort all logs based on individual hosts/devices. What kind of open source web UI everyone is using

Re: Odd syslog-ng problem

2014-05-10 Thread jamie rishaw
Off topic. The issue is with the daemon, not your devices. https://lists.balabit.hu/mailman/listinfo/syslog-ng On Sat, May 10, 2014 at 4:24 AM, Peter Persson wrote: > Hey, > > I got a weird problem with my syslog-ng setup, im logging from alot of > cisco machines and that works great. > The pro

Odd syslog-ng problem

2014-05-10 Thread Peter Persson
Hey, I got a weird problem with my syslog-ng setup, im logging from alot of cisco machines and that works great. The problem is that when i "pass" this further to a shell program, some lines disapere. My destination looks like this destination hosts { file("/var/log/ciscorouters/$HOST.log"