nachoparker 99a701b18e build: provide 1GiB for the VM
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-11-02 17:11:47 -06:00

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"
}
]
}