Initial version of snmp module.

This commit is contained in:
Timo Mkinen 2013-04-24 13:59:05 +03:00
parent 7bd26f33d3
commit 4ee0691e63
3 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,9 @@
pidFile /var/run/snmptrapd.pid
<% if acl == 'NONE' -%>
disableAuthorization yes
<% else -%>
<% acl.each do |rule| -%>
authCommunity log <%= rule %>
<% end -%>
<% end -%>