Post

Zabbix

Zabbix is an all-in-one monitoring solution with a variety of enterprise-grade features available right out of the box.

Zabbix

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zabbix.sh)"
CPU: 2 cores RAM: 4096 MB Disk: 6 GB OS: Debian 13

Default Credentials

UsernamePassword
Adminzabbix

Configuration

Config file:

1
/etc/zabbix/zabbix_server.conf

Notes

Database credentials: cat ~/zabbix.creds
You can choose between Zabbix agent (classic) and agent2 (modern) during installation
For agent2 the PostgreSQL plugin is installed by default; all plugins are optional
If agent2 with NVIDIA plugin is installed in an environment without GPU, the installer disables it automatically

Source code
Loading...