2024-11-06 20:14:59 +13:00
{
2025-04-09 13:10:02 +02:00
"name" : "Glances" ,
"slug" : "glances" ,
2025-04-30 15:11:44 +02:00
"categories" : [
9
] ,
2025-04-09 13:10:02 +02:00
"date_created" : "2024-05-02" ,
"type" : "addon" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : 61208 ,
2025-04-30 15:11:44 +02:00
"documentation" : "https://glances.readthedocs.io/en/latest/" ,
2025-04-09 13:10:02 +02:00
"website" : "https://nicolargo.github.io/glances/" ,
"logo" : "https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/Glances%20Logo.svg" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/usr/local/share/doc/glances/glances.conf" ,
2025-04-09 13:10:02 +02:00
"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" : "tools/addon/glances.sh" ,
"resources" : {
"cpu" : null ,
"ram" : null ,
"hdd" : null ,
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Execute within an existing LXC Console" ,
"type" : "warning"
2024-11-06 20:14:59 +13:00
} ,
2025-04-09 13:10:02 +02:00
{
"text" : "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing." ,
"type" : "warning"
}
]
}