mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
29 lines
814 B
INI
29 lines
814 B
INI
{
|
|
"id": "metrics",
|
|
"name": "System Metrics, that can be collected by an external server",
|
|
"title": "System Metrics",
|
|
"description": "Prometheus metrics for things like, CPU/memory/disk usage etc.",
|
|
"info": "In order to use these metrics, you will need to setup at least an external Prometheus instance. You can find a quick and easy way to start at https://github.com/theCalcaholic/ncp-monitoring-dashboard",
|
|
"infotitle": "External service required",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "Active",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "USER",
|
|
"name": "Metrics User",
|
|
"value": "metrics",
|
|
"suggest": "metrics"
|
|
},
|
|
{
|
|
"id": "PASSWORD",
|
|
"name": "Metrics Password",
|
|
"value": "",
|
|
"type": "password"
|
|
}
|
|
]
|
|
}
|