forked from infra/ansible
30 lines
612 B
Django/Jinja
30 lines
612 B
Django/Jinja
###############################################################################
|
|
#
|
|
# AGENT BEHAVIOUR
|
|
#
|
|
|
|
# Listen for connections on all interfaces, IPv4 only
|
|
agentAddress udp:161
|
|
|
|
|
|
###############################################################################
|
|
#
|
|
# ACCESS CONTROL
|
|
#
|
|
|
|
|
|
rocommunity public 127.0.0.1
|
|
|
|
{% for srv in snmp_allowed %}
|
|
rocommunity public {{ srv }}
|
|
{% endfor %}
|
|
|
|
|
|
###############################################################################
|
|
#
|
|
# SYSTEM INFORMATION
|
|
#
|
|
|
|
sysLocation Binary Kitchen e.V., Regensburg, Germany
|
|
syscontact Markus Hauschild <moepman@binary-kitchen.de>
|