hassio-addons/snmpd/config.json

14 lines
260 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
},
"options": {},
"schema": {}
}