hassio-addons/snmpd/config.json

20 lines
337 B
JSON

{
"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": {}
}