From 6c8313926f484adac7f578e0a43877156ba7a7bb Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 8 Nov 2018 22:50:32 +0100 Subject: [PATCH] test snmp --- snmpd/Dockerfile | 2 +- snmpd/config.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/snmpd/Dockerfile b/snmpd/Dockerfile index e209f64..850860a 100644 --- a/snmpd/Dockerfile +++ b/snmpd/Dockerfile @@ -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" ] diff --git a/snmpd/config.json b/snmpd/config.json index 6ee3169..e19367a 100644 --- a/snmpd/config.json +++ b/snmpd/config.json @@ -1,5 +1,6 @@ { "name": "SNMP", + "url": "https://git.asperti.com/paspo/hassio-addons", "version": "0.1.0", "slug": "snmpd", "description": "SNMP server",