Подскажите почему не работает ng-syslog?
options {
group(logs);
dir_group(logs);
perm(0600);
dir_perm(0700);
create_dirs(yes);
log_fifo_size(4096);
use_fqdn(yes);
keep_hostname(yes);
chain_hostnames(no);
stats(3600);
bad_hostname("gconfd");
#long_hostnames(off);
#sync(0);
};
#source local {
# unix-stream("/dev/log");
# udp();
# tcp(ip(0.0.0.0) port(5000) max-connections(300));
# internal();
#};
source s_src {
file ("/proc/kmsg" log_prefix("kernel: "));
unix-stream ("/dev/log");
internal();
udp(ip(0.0.0.0) port(514));
};
#source s_src { udp(); };
#source src { unix-dgram("/var/run/log");
# unix-dgram("/var/run/logpriv" perm(0600));
# udp(); internal(); file("/dev/klog"); }
#destination d_cons { file("/dev/console"); };
#destination d_mesg { file("/var/log/messages"); };
#destination d_auth { file("/var/log/secure"); };
#destination d_mail { file("/var/log/maillog" sync(10)); };
#destination d_spol { file("/var/log/spooler"); };
#destination d_boot { file("/var/log/boot.log"); };
#destination d_cron { file("/var/log/cron"); };
#destination d_mlal { usertty("*"); };
#filter f_filter1 { facility(kern); };
#filter f_filter2 { level(info..emerg) and not facility(mail,authpriv,cron); };
#filter f_filter3 { facility(authpriv); };
#filter f_filter4 { facility(mail); };
#filter f_filter5 { level(emerg); };
#filter f_filter6 { facility(uucp) or (facility(news) and level(crit..emerg)); };
#filter f_filter7 { facility(local7); };
#filter f_filter8 { facility(cron); };
filter windows {
program(MSWinEventLog);
};
destination windows {
file("/var/log/archive/windows/$R_YEAR/$R_MONTH/$R_YEAR-$R_MONTH-$R_DAY"
template("$ISODATE <$FACILITY.$PRIORITY> $HOST $MSG\n")
template_escape(no)
);
};
log {
source(s_src); filter(windows); destination(windows);
flags(final);
};
#log { source(s_sys); filter(f_filter1); destination(d_cons); };
#log { source(s_sys); filter(f_filter2); destination(d_mesg); };
#log { source(s_sys); filter(f_filter3); destination(d_auth); };
#log { source(s_sys); filter(f_filter4); destination(d_mail); };
#log { source(s_sys); filter(f_filter5); destination(d_mlal); };
#log { source(s_sys); filter(f_filter6); destination(d_spol); };
#log { source(s_sys); filter(f_filter7); destination(d_boot); };
#log { source(s_sys); filter(f_filter8); destination(d_cron); };
в каталоге нет ни одного файлика с логом, но сервис запущен.
[root@localhost ~]# ps ax|grep syslog
440 ? Ss 0:00 /sbin/syslog-ng -d -f /etc/syslog-ng/syslog-ng.conf
460 pts/1 R+ 0:00 grep syslog
[root@localhost ~]# netstat -a |grep syslog
udp 0 0 *:syslog *:*
[root@localhost ~]#
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум ng-syslog log per host (2007)
- Форум syslog-ng (2025)
- Форум Syslog-ng и Logzilla (2010)
- Форум Syslog-ng дублирует сообщения. (2011)
- Форум syslog-ng (2004)
- Форум настройка syslog-ng (2007)
- Форум Логирование OpenLDAP в Fedora 8 (2008)
- Форум не приходят логи на syslog-ng (2013)
- Форум syslog-ng.conf (2006)
- Форум Вопрос по syslog-ng - не могу отсортировать логи (2012)