hassio-addons/snmpd/config.json

20 lines
337 B
JSON
Raw Normal View History

2018-11-08 21:46:54 +00:00
{
"name": "SNMP",
2018-11-08 21:50:32 +00:00
"url": "https://git.asperti.com/paspo/hassio-addons",
2018-11-08 21:50:45 +00:00
"version": "0.1.1",
2018-11-08 21:46:54 +00:00
"slug": "snmpd",
"description": "SNMP server",
"startup": "before",
"boot": "auto",
"ports": {
"161/udp": 161
},
2019-07-11 08:51:44 +00:00
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
2018-11-08 21:46:54 +00:00
"options": {},
"schema": {}
}