Webinar
Install zabbix in 5 minutes
all our microphones are muted
ask your questions in Q&A, not in the Chat
use Chat for discussion, networking or applause
1
Možnosti instalace
Install zabbix in 5 minutes
Zabbix installation and configuration
https://www.zabbix.com/download
Install zabbix in 5 minutes
Zabbix cloud images
https://www.zabbix.com/download
Install zabbix in 5 minutes
Zabbix from containers
https://www.zabbix.com/download
Install zabbix in 5 minutes
Ready-made solution
The Appliance is not intended for serious production use.
Install zabbix in 5 minutes
Zabbix installation from sources
More details in Zabbix documentation
Install zabbix in 5 minutes
Zabbix agent
Install zabbix in 5 minutes
Docker
More details in Zabbix documentation
Install zabbix in 5 minutes
Download and install Zabbix
Choose your platform for Zabbix server
Install and configure Zabbix server
Install Repository with PostgreSQL database
Install Zabbix server, frontend, web service, agent
Create initial database
Configure the database for Zabbix server
Start Web, Zabbix server and agent processes
Configure Zabbix frontend
Connect to your newly installed Zabbix frontend: http://server_ip_or_name/zabbix
Follow steps described in Zabbix documentation: Installing frontend
Start using Zabbix
See Quickstart guide in Zabbix manual
2
Postup instalace
Install zabbix in 5 minutes
setenforce 0
dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-
redhat-repo-latest.noarch.rpm
dnf -qy module disable postgresql
dnf install -y postgresql14-server
/usr/pgsql-14/bin/postgresql-14-setup initdb
systemctl enable postgresql-14 --now
rpm -Uvh http://repo.zabbix.com/zabbix/6.1/rhel/8/x86_64/zabbix-release-6.1-2.el8.noarch.rpm
dnf clean all
dnf module enable php:7.4 -y
dnf install zabbix-server-pgsql zabbix-web-pgsql zabbix-apache-conf zabbix-sql-scripts
zabbix-agent2 zabbix-web-service
cd /tmp
sudo -u postgres createuser --pwprompt zabbix
sudo -u postgres createdb -O zabbix zabbix
zcat /usr/share/doc/zabbix-sql-scripts/postgresql/server.sql.gz | sudo -u zabbix psql zabbix
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-port=10051/tcp
firewall-cmd --reload
Install zabbix in 5 minutes
tee /etc/yum.repos.d/timescale_timescaledb.repo <<EOL
[timescale_timescaledb]
name=timescale_timescaledb
baseurl=https://packagecloud.io/timescale/timescaledb/el/$(rpm -E %{rhel})/\$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/timescale/timescaledb/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
EOL
dnf install timescaledb-2-postgresql-14-2.7.0 timescaledb-2-loader-postgresql-14-2.7.0 -y
nano /var/lib/pgsql/14/data/postgresql.conf
...
shared_preload_libraries = 'timescaledb'
...
systemctl restart postgresql-14.service
echo "CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;" | sudo -u postgres psql zabbix
cat /usr/share/doc/zabbix-sql-scripts/postgresql/timescaledb.sql | sudo -u zabbix psql
zabbix
Install zabbix in 5 minutes
nano /etc/zabbix/zabbix_server.conf
...
DBPassword=password
StartReportWriters=1
WebServiceURL=http://localhost:10053/report
HANodeName=initMAX
...
dnf install glibc-langpack-cs.x86_64 glibc-langpack-sk.x86_64
systemctl restart zabbix-server zabbix-web-service zabbix-agent2 httpd php-fpm
systemctl enable zabbix-server zabbix-web-service zabbix-agent2 httpd php-fpm
less /var/log/zabbix/zabbix_server.log
Install zabbix in 5 minutes
Frontend settings
Fill your :Frontend URL
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
dnf localinstall google-chrome-stable_current_x86_64.rpm
3
Praktická ukázka
Questions?
Zabbix 6.0 LTS
CONTACT US:
Phone: +420 800 244 442
Web: https://www.initmax.cz
Email: [email protected]
LinkedIn: https://www.linkedin.com/company/initmax
Twitter: https://twitter.com/initmax1
Tomáš Heřmánek: +420 732 447 184