[171703] in North American Network Operators' Group

home help back first fref pref prev next nref lref last post

Odd syslog-ng problem

daemon@ATHENA.MIT.EDU (Peter Persson)
Sat May 10 11:18:20 2014

X-Original-To: nanog@nanog.org
Date: Sat, 10 May 2014 11:24:30 +0200
From: Peter Persson <webbax@webbax.se>
To: nanog@nanog.org
Errors-To: nanog-bounces@nanog.org

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"
   owner(root) group(root) perm(0600) dir_perm(0700) create_dirs(yes));
   program("/scripts/irc/syslog_wrapper_new.sh" template(t_irctempl));
};
The "/var/log/ciscorouters/$HOST.log" writes correct, but the data thats
putted trough to "/scripts/irc/syslog_wrapper_new.sh" only get the first
line, if it gets flooded (like 5 rows per second).

Do anyone of you have any idea of what might be the problem?

Regards,
Peter

home help back first fref pref prev next nref lref last post