configure snmp

This commit is contained in:
rene
2022-03-14 15:56:50 +01:00
parent 5f31cde7bb
commit 705a375617
5 changed files with 14 additions and 1 deletions

View File

@@ -10,6 +10,6 @@
lineinfile:
path: "/etc/snmp/snmpd.conf"
state: present
line: "extend bind /etc/snmp/nginx"
line: "extend nginx /etc/snmp/nginx"
insertafter: "# SECTION: custom settings"
notify: restart_snmpd