snmp/fsl.snmp

Tue, 28 Aug 2012 18:30:25 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:30:25 +0200
changeset 539
1b852c64b120
permissions
-rw-r--r--

Update versions of primary components scriptaculous and prototype, and
add the JQuery Mobile JavaScript library. Because prototype provides no
versioned releases, this change integrates a yucky and hopefully
provisionary hack to avoid stale tarballs.

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