Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-snmpd.json « menu.d « luci « share « usr « root « luci-app-snmpd « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c30f35fa423c51ca811a5feb8f2ef6091facab45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"admin/services/snmpd": {
		"title": "SNMPD",
		"action": {
			"type": "cbi",
			"path": "snmpd",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"acl": [ "luci-app-snmpd" ]
		}
	}
}