forked from infra/ansible
30 lines
612 B
Plaintext
30 lines
612 B
Plaintext
|
###############################################################################
|
||
|
#
|
||
|
# 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>
|