This commit is contained in:
parent
7fe147c7f0
commit
305e0f03f9
@ -1,9 +0,0 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
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" ]
|
@ -1,3 +0,0 @@
|
||||
## SNMP server
|
||||
|
||||
[SNMP](https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol) server for hass.io.
|
@ -1,20 +0,0 @@
|
||||
{
|
||||
"name": "SNMP",
|
||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||
"version": "0.1.1",
|
||||
"slug": "snmpd",
|
||||
"description": "SNMP server",
|
||||
"startup": "before",
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"161/udp": 161
|
||||
},
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"i386"
|
||||
],
|
||||
"options": {},
|
||||
"schema": {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user