Page 1 of 1

Rsyslog conf naming standards

Posted: Tue Dec 23, 2014 5:02 pm
by stecino
Hi All,

Wanted to know if I can have conf files that are not necessarily named the way nagios log server logsource create script creates them.
As long as I have FILE_ID, FILE_PATH, FILE_TAG declared, is there any dependency on the naming the conf file?

Thanks in advance

Re: Rsyslog conf naming standards

Posted: Fri Dec 26, 2014 9:33 am
by scottwilkerson
stecino wrote:Hi All,

Wanted to know if I can have conf files that are not necessarily named the way nagios log server logsource create script creates them.
As long as I have FILE_ID, FILE_PATH, FILE_TAG declared, is there any dependency on the naming the conf file?

Thanks in advance
Not at all, the files can be names anything.

Re: Rsyslog conf naming standards

Posted: Fri Dec 26, 2014 3:26 pm
by stecino
scottwilkerson wrote:
stecino wrote:Hi All,

Wanted to know if I can have conf files that are not necessarily named the way nagios log server logsource create script creates them.
As long as I have FILE_ID, FILE_PATH, FILE_TAG declared, is there any dependency on the naming the conf file?

Thanks in advance
Not at all, the files can be names anything.
Thanks alot