aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/templates/etc/snmp
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-18 21:06:36 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-18 21:06:36 -0500
commitbd5ebcbea48a7d97f830034c077879baf36ce3ad (patch)
tree821ee584723de3c5d179fbd996c466d18739c217 /roles/proxmox_hypervisor/templates/etc/snmp
parentb354722b68616044fbcc6196789f6880f6ba4b8e (diff)
downloadselfhosted-bd5ebcbea48a7d97f830034c077879baf36ce3ad.tar.gz
selfhosted-bd5ebcbea48a7d97f830034c077879baf36ce3ad.zip
proxmox: add docs
Diffstat (limited to 'roles/proxmox_hypervisor/templates/etc/snmp')
-rw-r--r--roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2 b/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
index ad04e59..66fbb89 100644
--- a/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
+++ b/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
@@ -5,6 +5,6 @@ sysServices 72
master agentx
-{% for user in snmp_v3_users %}
+{% for user in proxmox_snmp_v3_users %}
rouser {{ user.name }}
{% endfor %}