From a9a5cd869b3fe3a999312d1935af154ea6a00705 Mon Sep 17 00:00:00 2001 From: allan Date: Mon, 1 Dec 2025 23:31:03 +0100 Subject: [PATCH] Because reading the README is faster than debugging --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41bf88c..6498dc9 100644 --- a/README.md +++ b/README.md @@ -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 won’t stop you from running the script without reading the documentation like there’s no tomorrow. +Skip the README, and whatever happens next is your headache, not a bug report. ---