snmp/fsl.snmp

Sun, 05 Aug 2012 11:31:36 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 05 Aug 2012 11:31:36 +0200
changeset 474
26ab32c5da43
permissions
-rw-r--r--

Solve problem leading to 'GLib must be build with -march=i486 or later.'

     1 ##
     2 ##  fsl.snmp -- OSSP fsl configuration
     3 ##
     5 ident (snmpd|snmptrapd|net-snmp)/.+ q{
     6     prefix(
     7         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     8     )
     9     -> {
    10         debug: file(
    11             path="@l_prefix@/var/snmp/snmp.log",
    12             perm=0644
    13         )
    14     }
    15 };

mercurial