31 Mar
2005
31 Mar
'05
5 p.m.
On Thu, 31 Mar 2005, Ryan McCain wrote:
Where can I find documentation that will give me information on how to accept logs from remote hosts and have each of the hosts log to their own file?
destination hosts { file("/var/syslog/HOSTS/$HOST/$YEAR/$MONTH/$HOST-$FACILITY-$YEAR$MONTH$DAY" owner(bob) group(llamafood) perm(0755) dir_perm(0755) create_dirs(yes)); }; - billn