hassio-addons/snmpd/config.json

13 lines
204 B
JSON
Raw Normal View History

2018-11-08 21:46:54 +00:00
{
"name": "SNMP",
"version": "0.1.0",
"slug": "snmpd",
"description": "SNMP server",
"startup": "before",
"boot": "auto",
"ports": {
"161/udp": 161
},
"options": {},
"schema": {}
}