snmp/fsl.snmp

Mon, 28 Jan 2013 17:37:18 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 28 Jan 2013 17:37:18 +0100
changeset 758
a2c6460cfb16
permissions
-rw-r--r--

Correct socket error reporting improvement with IPv6 portable code,
after helpful recommendation by Saúl Ibarra Corretgé on OSips devlist.

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

mercurial