Displaying 3 results from an estimated 3 matches for "use_fqdn".
2008 Mar 14
1
Forward local5.* to remote syslog-ng server
...;t log (Gnome has a buggy log implementation)
# needs to be set on client systems, too...
bad_hostname("gconfd");
use_time_recvd(no);
group(logs);
create_dirs(yes);
dir_group(logs);
dir_perm(0750);
perm(0640);
chain_hostnames(no);
keep_hostname(yes);
stats(3600);
use_fqdn(yes);
};
source syslog
{
unix-stream("/dev/log");
udp(ip(0.0.0.0) port(514));
tcp(ip(0.0.0.0) port(5149) max-connections(300));
internal();
};
destination mylogfile.log {
file(/var/log/syslog-ng/$HOST/mylogfile.log);
};
destination boot.log {
file(/var/log/syslo...
2014 Jul 17
1
syslog-ng 2.1.4 - file sources are read only when reload or restart is performed?
...12 dir_owner (root);
13 dir_perm (0700);
14 group (root);
15 owner (root);
16 perm (0600);
17 flush_lines(1);
18 flush_timeout (1000);
19 keep_hostname (yes);
20 log_fifo_size (1);
21 use_dns (no);
22 use_fqdn (no);
23 };
...
39 source s_stdout {
40 # file ("/logs/stdout.log" flags(no-parse) follow_freq(1));
41 file ("/logs/stdout.log" flags(no-parse));
42 };
...
61 destination d_stdout { file("/var/log/$YEAR$MONTH$DAY/stdout");
};
...
80 log { sou...
2008 Mar 15
0
Re: CentOS Digest, Vol 38, Issue 15
...;t log (Gnome has a buggy log implementation)
# needs to be set on client systems, too...
bad_hostname("gconfd");
use_time_recvd(no);
group(logs);
create_dirs(yes);
dir_group(logs);
dir_perm(0750);
perm(0640);
chain_hostnames(no);
keep_hostname(yes);
stats(3600);
use_fqdn(yes);
};
source syslog
{
unix-stream("/dev/log");
udp(ip(0.0.0.0) port(514));
tcp(ip(0.0.0.0) port(5149) max-connections(300));
internal();
};
destination mylogfile.log {
file(/var/log/syslog-ng/$HOST/mylogfile.log);
};
destination boot.log {
file(/var/log/syslo...