aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
blob: 66fbb89fc8aa02d006f1bf3a780b6162d04f97ca (plain)
1
2
3
4
5
6
7
8
9
10
syslocation {{ proxmox_snmp_location }}
syscontact {{ proxmox_snmp_contact }}

sysServices    72

master  agentx

{% for user in proxmox_snmp_v3_users %}
rouser {{ user.name }}
{% endfor %}