Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 503 Bytes

File metadata and controls

16 lines (12 loc) · 503 Bytes

ZabbixScript

Script to install Zabbix 4.0, tested on Debian 9, Ubuntu 18.04 and CentOS 7 with PostgreSQL 10

On raspbian it will be installed with PostgreSQL 9.6

Install instructions

With wget:

wget -O installZabbix.bash https://raw.github.com/Palmc/ZabbixScript/master/installZabbix.bash && bash installZabbix.bash

With curl:

curl -L https://raw.github.com/Palmc/ZabbixScript/master/installZabbix.bash > installZabbix.bash && bash installZabbix.bash