diff -r a62e2cc5c7be -r 6aeed4ef015a arpwatch/fsl.arpwatch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arpwatch/fsl.arpwatch Fri Jan 09 19:02:45 2009 +0100 @@ -0,0 +1,28 @@ +## +## fsl.arpwatch -- OSSP fsl configuration +## + +ident (arpwatch)/.+ q{ + prefix( + prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " + ) + -> { + debug: file( + path="@l_prefix@/var/arpwatch/log/arpwatch.log", + perm=0644 + ) + } +}; + +ident (arpsnmp)/.+ q{ + prefix( + prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " + ) + -> { + debug: file( + path="@l_prefix@/var/arpwatch/log/arpsnmp.log", + perm=0644 + ) + } +}; +