[syslog-ng] now on to my next problem
Rory Toma
rory at ooma.com
Tue Jan 26 01:45:40 CET 2010
I'm getting a lot of dropped messages. The messages are getting to my
syslog-ng server, but when I do an strace, I have:
accept(3, 0x7fff5783dc10, [285598969948537856]) = -1 EAGAIN (Resource
temporarily unavailable)
Here is the config:
@version: 3.0
options { flush_lines (3);
time_reopen (10);
log_fifo_size (1000000);
long_hostnames (off);
use_dns (no);
use_fqdn (no);
create_dirs (yes); dir_perm (0755);
keep_hostname (yes);
ts_format("iso");
};
are there some other params I should be adjusting?
More information about the syslog-ng
mailing list