test snmp

This commit is contained in:
Paolo Asperti 2018-11-08 22:50:32 +01:00
parent e43d0f2bfb
commit 6c8313926f
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,4 @@ ENV LANG C.UTF-8
RUN apk add --no-cache net-snmp
RUN sed -i 's/^agentAddress.*/agentAddress udp:161/' /etc/snmp/snmpd.conf
CMD [ "/usr/sbin/snmpd -fD" ]
CMD [ "/usr/sbin/snmpd", "-fD" ]

View File

@ -1,5 +1,6 @@
{
"name": "SNMP",
"url": "https://git.asperti.com/paspo/hassio-addons",
"version": "0.1.0",
"slug": "snmpd",
"description": "SNMP server",