[syslog-ng] Host Seperation

Chris Scheller schelcj@networkone.net
Wed, 8 Dec 1999 11:15:09 -0800 (PST)


are you still using 
destination auth { file("/syslog/$HOST/auth"); };

as your entries? i would imagine that the $HOST entry needs to be replaced
with the actual hostname. such as

destination auth { file("/syslog/1.1.1.1/auth"); };
wherer you have created the dir 1.1.1.1

Chris Scheller
Network One Internet, inc.
http://www.networkone.net/
System/Network Administration
1.888.GOT-NET1

On Thu, 9 Dec 1999, Nigel Bovey wrote:

> On Wed, 8 Dec 1999, Chris Scheller wrote:
> 
> > last i heard the macro expansion is not able to create directories, just
> > files. Which is why you are seeing the errors you are.
> 
> Which would make sense, if I hadn't created the directories. But seeing as
> I had, it doesn't make sense =)
> 
> ---
> Nigel Bovey
> IHUG Network Operations Team
> 
> 
> 
> _______________________________________________
> syslog-ng maillist  -  syslog-ng@lists.balabit.hu
> http://lists.balabit.hu/mailman/listinfo/syslog-ng
>