forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scrutiny.json
63 lines (63 loc) · 3.25 KB
/
scrutiny.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
{
"Scrutiny": {
"containers": {
"scrutiny": {
"image": "ghcr.io/analogj/scrutiny",
"tag": "master-omnibus",
"launch_order": 1,
"opts": [
[
"--cap-add",
"SYS_ADMIN"
],
[
"--cap-add",
"SYS_RAWIO"
],
[
"--device",
"/dev:/dev"
],
[
"-v",
"/run/udev:/run/udev:ro"
],
[
"--privileged",
""
]
],
"ports" : {
"8080": {
"description": "Port for Scrutiny's web interface and API.",
"host_default": 8080,
"label": "WebUI HTTP port",
"ui": true
}
},
"volumes": {
"/opt/scrutiny/config": {
"description": "Choose a Share for Scrutiny's configuration files. Eg: create a Share called scrutiny-conf for this purpose alone.",
"label": "Config share"
}
},
"environment": {
"COLLECTOR_CRON_SCHEDULE": {
"description": "Crontab entry (env: COLLECTOR_CRON_SCHEDULE) MIN(0-59) HOUR(0-23) DOM(1-31) MOY(1-12) DAW(0-6). Default (midnight): \"0 0 * * *\" [must include quotation marks].",
"label": "Stats Schedule",
"index": 1
}
}
}
},
"description": "<p>WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution, merging manufacturer provided S.M.A.R.T metrics with real-world failure rates from Backblaze. Install requires 5 part <a href='https://crontab-generator.com/' target='_blank'>crontab.</a></p><p><strong>Warning: </strong>In order to access devices, this container runs with privileged capabilities. See: <a href='https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities' target='_blank'>https://docs.docker.com/engine/reference/run/</a>.</p><p>Based on the official docker image: <a target='_blank' href='https://ghcr.io/analogj/scrutiny:master-omnibus'>https://ghcr.io/analogj/scrutiny:master-omnibus</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "<p><strong>Note:</strong>This image updates its stats once a day, you may see: '<i>No Devices Detected!</i>' before the first collector cron schedule. <br>Command line stats refresh via: <code>docker exec scrutiny scrutiny-collector-metrics run</code><br>For documentation see: <a href='https://github.com/AnalogJ/scrutiny#usage' target='_blank'>Scrutiny GitHub</a></p>",
"ui": {
"https": false,
"slug": ""
},
"volume_add_support": false,
"website": "https://github.com/AnalogJ/scrutiny",
"version": "1.2"
}
}