0dcf6e843598e959a26a6013cd2e337967960fe6
[oweals/luci.git] / modules / luci-mod-status / root / usr / share / luci / menu.d / luci-mod-status.json
1 {
2         "admin/status/overview": {
3                 "title": "Overview",
4                 "order": 1,
5                 "action": {
6                         "type": "template",
7                         "path": "admin_status/index"
8                 }
9         },
10
11         "admin/status/iptables": {
12                 "title": "Firewall",
13                 "order": 2,
14                 "action": {
15                         "type": "view",
16                         "path": "status/iptables"
17                 }
18         },
19
20         "admin/status/routes": {
21                 "title": "Routes",
22                 "order": 3,
23                 "action": {
24                         "type": "view",
25                         "path": "status/routes"
26                 }
27         },
28
29         "admin/status/syslog": {
30                 "title": "System Log",
31                 "order": 4,
32                 "action": {
33                         "type": "view",
34                         "path": "status/syslog"
35                 }
36         },
37
38         "admin/status/dmesg": {
39                 "title": "Kernel Log",
40                 "order": 5,
41                 "action": {
42                         "type": "view",
43                         "path": "status/dmesg"
44                 }
45         },
46
47         "admin/status/processes": {
48                 "title": "Processes",
49                 "order": 6,
50                 "action": {
51                         "type": "view",
52                         "path": "status/processes"
53                 }
54         },
55
56         "admin/status/realtime": {
57                 "title": "Realtime Graphs",
58                 "order": 7,
59                 "action": {
60                         "type": "alias",
61                         "path": "admin/status/realtime/load"
62                 }
63         },
64
65         "admin/status/realtime/load": {
66                 "title": "Load",
67                 "order": 1,
68                 "action": {
69                         "type": "view",
70                         "path": "status/load"
71                 }
72         },
73
74         "admin/status/realtime/bandwidth": {
75                 "title": "Traffic",
76                 "order": 2,
77                 "action": {
78                         "type": "view",
79                         "path": "status/bandwidth"
80                 }
81         },
82
83         "admin/status/realtime/wireless": {
84                 "title": "Wireless",
85                 "order": 3,
86                 "action": {
87                         "type": "view",
88                         "path": "status/wireless"
89                 },
90                 "depends": {
91                         "uci": { "wireless": { "@wifi-device": true } }
92                 }
93         },
94
95         "admin/status/realtime/connections": {
96                 "title": "Connections",
97                 "order": 4,
98                 "action": {
99                         "type": "view",
100                         "path": "status/connections"
101                 }
102         }
103 }