mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
23 lines
421 B
INI
23 lines
421 B
INI
{
|
|
"id": "nc-hdd-test",
|
|
"name": "Nc-hdd-test",
|
|
"title": "nc-hdd-test",
|
|
"description": "Check HDD health",
|
|
"info": "Running no test will display test results",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "SHORTTEST",
|
|
"name": "Short test",
|
|
"value": "yes",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "LONGTEST",
|
|
"name": "Long test",
|
|
"value": "no",
|
|
"type": "bool"
|
|
}
|
|
]
|
|
}
|