mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-16 04:39:16 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "Glances",
|
|
"slug": "glances",
|
|
"categories": [
|
|
"Monitoring - Analytics"
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "misc",
|
|
"updateable": 0,
|
|
"privileged": 0,
|
|
"interface_port": "61208",
|
|
"documentation": "",
|
|
"website": "https://nicolargo.github.io/glances/",
|
|
"logo": "https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/Glances%20Logo.svg",
|
|
"description": "Glances is an open-source system cross-platform monitoring tool. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "misc/glances.sh",
|
|
"resources": {
|
|
"cpu": "",
|
|
"ram": "",
|
|
"hdd": "",
|
|
"os": "",
|
|
"version": ""
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"alerts": [
|
|
{
|
|
"alert": "Execute within an existing LXC Console"
|
|
}
|
|
]
|
|
} |