arpwatch/fsl.arpwatch

changeset 64
6aeed4ef015a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/arpwatch/fsl.arpwatch	Fri Jan 09 19:02:45 2009 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +##
     1.5 +##  fsl.arpwatch -- OSSP fsl configuration
     1.6 +##
     1.7 +
     1.8 +ident (arpwatch)/.+ q{
     1.9 +    prefix(
    1.10 +        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    1.11 +    )
    1.12 +    -> {
    1.13 +        debug: file(
    1.14 +            path="@l_prefix@/var/arpwatch/log/arpwatch.log",
    1.15 +            perm=0644
    1.16 +        )
    1.17 +    }
    1.18 +};
    1.19 +
    1.20 +ident (arpsnmp)/.+ q{
    1.21 +    prefix(
    1.22 +        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    1.23 +    )
    1.24 +    -> {
    1.25 +        debug: file(
    1.26 +            path="@l_prefix@/var/arpwatch/log/arpsnmp.log",
    1.27 +            perm=0644
    1.28 +        )
    1.29 +    }
    1.30 +};
    1.31 +

mercurial