forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
88 lines (82 loc) · 3.02 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "system",
"requires": {
"cockpit": "265"
},
"menu": {
"index": {
"label": "Overview",
"order": 10,
"docs": [
{
"label": "Configuring system settings",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/getting-started-with-the-rhel-8-web-console_system-management-using-the-rhel-8-web-console"
}
],
"keywords": [
{
"matches": ["time", "date", "restart", "shut", "domain", "machine", "operating system", "os", "asset tag", "ssh", "power", "version", "host"]
},
{
"matches": ["hardware", "mitigation", "pci", "memory", "cpu", "bios", "ram", "dimm", "serial"],
"goto": "/system/hwinfo"
},
{
"matches": ["graphs", "metrics", "history", "pcp", "cpu", "memory", "disks", "network", "cgroups", "performance"],
"goto": "/metrics"
}
]
},
"services": {
"label": "Services",
"order": 100,
"docs": [
{
"label": "Managing services",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-services-in-the-web-console_system-management-using-the-rhel-8-web-console"
}
],
"keywords": [
{
"matches": ["service", "systemd", "target", "socket", "timer", "path", "unit", "systemctl"]
},
{
"matches": ["boot", "mask", "unmask", "restart", "enable", "disable"],
"weight": 1
}
]
},
"logs": {
"label": "Logs",
"order": 20,
"docs": [
{
"label": "Reviewing logs",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/reviewing-logs_system-management-using-the-rhel-8-web-console"
}
],
"keywords": [
{
"matches": ["journal", "warning", "error", "debug"]
},
{
"matches": ["abrt", "crash", "coredump"],
"goto": "?tag=abrt-notification"
}
]
}
},
"tools": {
"terminal": {
"label": "Terminal",
"keywords": [
{
"matches": ["console", "command", "bash", "shell"]
}
]
}
},
"libexecdir": "${libexecdir}",
"preload": [ "index", "services" ],
"content-security-policy": "img-src 'self' data:"
}