mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-08 12:22:49 +00:00
Update Zabbix install for Debian 13 and agent selection (#7819)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"ram": 4096,
|
||||
"hdd": 6,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -33,11 +33,19 @@
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Database credentials: `cat zabbix.creds`",
|
||||
"text": "Database credentials: `cat ~/zabbix.creds`",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Zabbix agent 2 is used by default",
|
||||
"text": "You can choose between Zabbix agent (classic) and agent2 (modern) during installation",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "For agent2 the PostgreSQL plugin is installed by default; all plugins are optional",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "If agent2 with NVIDIA plugin is installed in an environment without GPU, the installer disables it automatically",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user