Hi,

I want to read a file which is in the name of the IP of syslog-ng client machine
I tried with $HOST macro 

source { file (/mnt/$HOST); };

But this does not work
Any help on doing this ?