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

nc-hdd-monitor.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d19c340eb9a24b5681861a5e5a97f604f9ac16a1 (plain)
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
{
  "id": "nc-hdd-monitor",
  "name": "Nc-hdd-monitor",
  "title": "nc-hdd-monitor",
  "description": "Monitor HDD health automatically",
  "info": "",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "NOTIFYUSER",
      "name": "Notify user",
      "value": "ncp",
      "suggest": "ncp"
    },
    {
      "id": "EMAIL",
      "name": "Email",
      "value": "",
      "suggest": "optional@email.com"
    }
  ]
}