test snmp
This commit is contained in:
parent
e43d0f2bfb
commit
6c8313926f
@ -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" ]
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "SNMP",
|
||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||
"version": "0.1.0",
|
||||
"slug": "snmpd",
|
||||
"description": "SNMP server",
|
||||
|
Loading…
Reference in New Issue
Block a user