Because reading the README is faster than debugging

This commit is contained in:
2025-12-01 23:31:03 +01:00
parent cdd3224482
commit a9a5cd869b

View File

@@ -8,12 +8,24 @@
[![Zabbix](https://img.shields.io/badge/app-zabbix_7.0_LTS-DC382D)](#)
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
Automated installer for **Zabbix 7.0 LTS (Server + Web UI + Agent)** on Ubuntu 24.04.
Install Zabbix 7.0 LTS on Ubuntu 24.04 server.
This is not a demo stack — it deploys a **production monitoring platform** with Nginx, PHP-FPM, and MariaDB/MySQL support.
Socket authentication is detected automatically. No manual SQL typing. No UI-wizard guesswork.
This is not a guide and not a toy.
Fully automated server + agent setup, including DB schema import and ready-to-use Nginx config.
Set your domain → run the installer → log into Zabbix.
## Why this installer exists
Manual Zabbix setup is time-consuming, repetitive and error-prone. This script reduces it to one run.
## What this installer does
✔ Creates database + user
✔ Imports schema automatically
✔ Generates + validates Nginx host config
✔ Detects socket vs password auth
✔ Enables Zabbix server & agent immediately
## What this installer does *NOT* do
It wont stop you from running the script without reading the documentation like theres no tomorrow.
Skip the README, and whatever happens next is your headache, not a bug report.
---