Zabbix mariadb смотреть последние обновления за сегодня на .
Zabbix is a free and open source network monitoring Software tool which is used to monitor and track the availability and performance of your IT infrastracture: servers, network devices and other IT assets. In this video we will how to configure zabbix agent to monitor MySql / MariaDB database Server ★☆★ VIEW THE BLOG POST: ★☆★ 🤍 ★☆★ RECOMMENDED RESOURCES: ★☆★ - How To Install Zabbix 3.2 Server on Ubuntu 16.04 LTS: 🤍 - How to Install Zabbix Agent on CentOS 7 and RHEL 7 : 🤍 - How To Install Zabbix 3.2 Server On CentOS 7 / RHEL 7: 🤍 ★☆★ SUBSCRIBE TO ME ON YOUTUBE: ★☆★ Subscribe: 🤍 - - monitoring mysql with zabbix - zabbix mysql monitoring - How to Install Zabbix agent on ubuntu 16.04 lts - zabbix monitoring, zabbix 3.2 configuration - zabbix mariadb, zabbix mysql - zabbix 3.2 server, zabbix 3.2 server cento, zabbix 3.2 server centos7 - zabbix 3.2 ubuntu 16.04, zabbix server ubuntu 16.04 - zabbix configuration - install zabbix -~-~~-~~~-~~-~- Please watch: "Graylog2 - How To Collect Windows Event Logs to Graylog2 using NXLog" 🤍 -~-~~-~~~-~~-~-
To make mysql.ping work, add [mysqladmin] to .my.cnf with the same user and password. Use the built-in template for MySQL/MariaDB Database engine monitoring, to collect important performance data from your databases. 🚨 ZABBIX BOOKS AND GADGETS I USE AND RECOMMEND 🚨 🤍 🚨 REDBUBBLE MERCH AND STICKERS 🚨 🤍 ☕️ LOVING THE VIDEOS? SUPPORT THE CHANNEL AND BUY US A COFFEE 😄 🤍 👋 SOCIAL MEDIA 👋 📹 DISCORD - 🤍 📹 TWITTER - 🤍RealDeimons 📹 PATREON - 🤍
Saudações pessoal, sejam muito bem vindos ao meu canal. Neste vídeo vamos falar um pouco sobre o Treinamento base Zabbix 5.0! ✅ Compartilhe esse vídeo com seus colegas de TI. ✅ SIGA-ME NAS REDES SOCIAIS ▸ Instagram: 🤍 ▸ Linkedin: 🤍 ▸ Facebook: 🤍 🚀 Quer saber mais ? ✅ Canal no Telegram com dicas, truques e gambiarras d:D 🤍 💻 Site do treinamento Zabbix user 6.0 com certificado 0800😱: 🤍 💻 Treinamento avançado com + de 800 aulas e + de 400 horas de conteúdo disponíveis😱: 🤍 ✅ Instale o MariaDB 10.6 Em seu terminal, use o seguinte comando para instalar o MariaDB 10.6. sudo apt install software-properties-common -y curl -LsS -O 🤍 sudo bash mariadb_repo_setup mariadb-server-version=10.6 sudo apt update sudo apt -y install mariadb-common mariadb-server-10.6 mariadb-client-10.6 Quando a instalação estiver concluída, inicie o serviço MariaDB e habilite-o para iniciar na inicialização usando os seguintes comandos: sudo systemctl start mariadb sudo systemctl enable mariadb
Vittorio Cioe, Sr. Presales Consultant, Oracle MySQL shows a good way or a right approach to get the most out of Zabbix, and to optimize the underlying MySQL Database. Watch the video to learn how we can optimize MySQL to improve its performance working with a database intensive application like Zabbix. You may watch other videos and get presentations from the Zabbix Meetup Online’21 in English at Zabbix webpage: 🤍 #ZabbixMeetupOnline #English #2021 #zabbix #monitoring #opensource
The database is the heart of your Zabbix monitoring ecosystem which makes it very important. Let's try to find out what is the best database choice for Zabbix in a current release. Based on your engine choice you will have to maintain and use it for a long time which will include both, benefits and all potential problems. You should consider many factors to make the right choice and not regret it later. 🚨 ZABBIX BOOKS AND GADGETS I USE AND RECOMMEND 🚨 🤍 🚨 REDBUBBLE MERCH AND STICKERS 🚨 🤍 ☕️ LOVING THE VIDEOS? SUPPORT THE CHANNEL AND BUY US A COFFEE 😄 🤍 👋 SOCIAL MEDIA 👋 📹 DISCORD - 🤍 📹 TWITTER - 🤍RealDeimons 📹 PATREON - 🤍
After partitioning setup, the housekeeper should be disabled for partitioned tables. You can do that through the frontend with the Super admin account. How to partition your ZABBIX backend database. Partitioning allows to turn off housekeeper, and in that way highly improve the performance of your instance. 🚨 ZABBIX BOOKS AND GADGETS I USE AND RECOMMEND 🚨 🤍 🚨 REDBUBBLE MERCH AND STICKERS 🚨 🤍 ☕️ LOVING THE VIDEOS? SUPPORT THE CHANNEL AND BUY US A COFFEE 😄 🤍 👋 SOCIAL MEDIA 👋 📹 DISCORD - 🤍 📹 TWITTER - 🤍RealDeimons 📹 PATREON - 🤍
Installed Zabbix 6.0 LTS in centos 8 and upgraded the MariaDB 10.3 to 10.5 Because Zabbix server is not supporting the MariaDB 10.3
Hello everyone in today’s tutorial I will explain to you how to monitor your database on a linux host, for this example, I will monitor my database mysql on the zabbix server(localhost). 1. Create MySQL user for monitoring. Type mysql in your terminal on a linux host, than enter the next commands: a)CREATE USER 'zbx_monitor'🤍'%' IDENTIFIED BY 'zabbix'; b) GRANT ALL PRIVILEGES ON *.* TO 'zbx_monitor'🤍'%'; c) FLUSH PRIVILEGES; d)quit 2. Create .my.cnf in home directory of Zabbix agent for Linux (/var/lib/zabbix by default ) if you don't have a folder zabbix in /var/lib/ than create one with command mkdir zabbix a) nano .my.cnf and in nano file type same as I have on 08:30 3. Locate your userparameters.conf file and copy it into /etc/zabbix/zabbix_agentd.d/ and remove it from the previus location. 4. Type in terminal systemctl restart zabbix-agent 5. Wait a few minutes and check your parameters on zabbix server in the menu monitoring-latest data. Thank you, and please subscribe!
Nathan Liefting, IT Consultant, Zabbix Trainer, Opensource ICT Solutions B.V. explains how to set up MySQL partitioning using existing community resources. If you wish to learn more about Zabbix MySQL database partitioning, check out this video or a blog post for an extensive guide via link: 🤍 You may watch other videos and get presentations from the Zabbix Meetup Online’21 in English at Zabbix webpage: 🤍 #ZabbixMeetupOnline #English #2021 #zabbix #monitoring #opensource
Nesse vídeo, mostro como monitorar o mysql com o zabbix.
This video explained about how to monitoring mysql with zabbix, tutorial zabbix mysql, configure zabbix mysql, zabbix setup mysql.
Step to install : 1. Install Zabbix repository 2. Install Zabbix server 3. Install Zabbix frontend 4. Install & Create initial database 5. Configure selinux 6. Configure the database for Zabbix server 7. Configure PHP for Zabbix frontend 8. Start Zabbix server processes 9. Configure firewall 10. Configure Zabbix frontend
Learn about MariaDB's synchronous, multi-master, cluster! In three minutes you'll learn the fundamental components of a MariaDB Synchronous cluster and how it works. To learn more about this and MariaDB solutions, visit mariadb.com.
Saudações pessoal, sejam muito bem vindos ao meu canal. Neste vídeo vamos falar um pouco sobre o Zabbix 6.0! ✅ Compartilhe esse vídeo com seus colegas de TI. ✅ SIGA-ME NAS REDES SOCIAIS ▸ Instagram: 🤍 ▸ Linkedin: 🤍 ▸ Facebook: 🤍 🚀 Quer saber mais ? ✅ Canal no Telegram com dicas, truques e gambiarras d:D 🤍 💻 Site do treinamento Zabbix user 6.0 com certificado 0800😱: 🤍 💻 Treinamento avançado com + de 800 aulas e + de 400 horas de conteúdo disponíveis😱: 🤍
DevOps & SysAdmins: How to combine Zabbix with MariaDB? Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user rGA145 (serverfault.com/users/177936), user dawud (serverfault.com/users/168178), and the Stack Exchange Network (serverfault.com/questions/516038). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com
Saudações pessoal, sejam muito bem vindos ao meu canal. Neste vídeo vamos falar um pouco sobre o Zabbix 6.0! ✅ Compartilhe esse vídeo com seus colegas de TI. ✅ SIGA-ME NAS REDES SOCIAIS ▸ Instagram: 🤍 ▸ Linkedin: 🤍 ▸ Facebook: 🤍 🚀 Quer saber mais ? ✅ Canal no Telegram com dicas, truques e gambiarras d:D 🤍 💻 Site do treinamento Zabbix user 6.0 com certificado 0800😱: 🤍 💻 Treinamento avançado com + de 800 aulas e + de 400 horas de conteúdo disponíveis😱: 🤍
Zabbix HA Solution | Zabbix Failover | Maria DB Replication By CloudSewa 1) Zabbix Front End Failover 2) Zabbix Server Failover 3) Maria DB Replication We provide Grafana Failover with MariaDB For Any Consultancy Contact Email:contact🤍cloudsewanp.com WebSite: 🤍
The link for MariaDB repo installation: 🤍 Zabbix instructions: 🤍
apt update apt upgrade apt install apache2 apt-get install php php-mbstring php-gd php-xml php-bcmath php-ldap php-mysql libapache2-mod-php apt-get install mariadb-server wget 🤍 dpkg -i zabbix-release_3.4-1+xenial_all.deb apt-get update установка 🤍 apt-get install zabbix-server-mysql zabbix-frontend-php
This video is literally just a small tiny step in quite a long road to understanding how Zabbix functions internally, and what are most common bottlenecks, how to identify them and try to solve the issue. MySQL Tuning - 🤍 Scalable ZABBIX - 🤍 🚨 ZABBIX BOOKS AND GADGETS I USE AND RECOMMEND 🚨 🤍 🚨 REDBUBBLE MERCH AND STICKERS 🚨 🤍 ☕️ LOVING THE VIDEOS? SUPPORT THE CHANNEL AND BUY US A COFFEE 😄 🤍 👋 SOCIAL MEDIA 👋 📹 DISCORD - 🤍 📹 TWITTER - 🤍RealDeimons 📹 PATREON - 🤍
Zabbix proxy component for a distributed monitoring, that allows monitoring in multiple cities or even countries within one Zabbix server installation and managing all the configuration in a centralized frontend. Follow us: Twitter - 🤍 Facebook - 🤍 LinkedIn - 🤍 🤍
How to use Zabbix monitoring tool to monitor any database through ODBC protocol with ease. 🚨 ZABBIX BOOKS AND GADGETS I USE AND RECOMMEND 🚨 🤍 🚨 REDBUBBLE MERCH AND STICKERS 🚨 🤍 ☕️ LOVING THE VIDEOS? SUPPORT THE CHANNEL AND BUY US A COFFEE 😄 🤍 👋 SOCIAL MEDIA 👋 📹 DISCORD - 🤍 📹 TWITTER - 🤍RealDeimons 📹 PATREON - 🤍
Усновка с нуля на Cent OS.Подробный материал использованный в видео с материалами и ссылками. ( скрипты и команды установа,настройки, создания пользователей, запуска-останова сервисов) - Ссылки на ресурсы и статьи откуда черпал материалы Official Zabbix instalation web page 🤍 Additional manual 🤍 PHO Time zones 🤍 Страница с образом CentOS 07 🤍 Начинаем с этого ( подробности в видео) Enable SSH In Cent OS7 ( fore remote access to SRV) sudo yum –y install openssh-server openssh-clients Step 1 – Disable SELinux vim /etc/sysconfig/selinux Change “SELINUX=enforcing” to “SELINUX=disabled” Save and exit the file. Then reboot the system. . Install Zabbix repository rpm -Uvh 🤍 yum clean all Install Zabbix server and agent yum install zabbix-server-mysql zabbix-agent . Install Zabbix frontend yum install centos-release-scl Edit file /etc/yum.repos.d/zabbix.repo and enable zabbix-frontend repository. [zabbix-frontend] ... enabled=1 ... Install Zabbix frontend packages. yum install zabbix-web-mysql-scl zabbix-apache-conf-scl - Install PHP yum install php php-pear php-cgi php-common php-mbstring php-snmp php-gd php-pecl-mysql php-xml php-mysql php-gettext php-bcmath Modify the PHP time Zone by editing the php.ini file. date.timezone = Australia/Sydney vim /etc/php.ini Install MariaDB yum install mariadb-server #Start the MariaDB service. systemctl start mariadb.service #Enable MariaDB on system boot. systemctl enable mariadb Create initial database mysql -u root -p No password create database han character set utf8 collate utf8_bin; create user han01🤍localhost identified by 'Aa123456789!'; grant all privileges on han.* to han01🤍localhost; quit; zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uhan01 -p han Passwod: Mdb user password Configure the database for Zabbix server Edit file /etc/zabbix/zabbix_server.conf DBName=han DBPassword=password DBUser=han01 systemctl restart httpd.service Modify firewall rules. firewall-cmd add-service={http,https} permanent firewall-cmd add-port={10051/tcp,10050/tcp} permanent firewall-cmd reload Now restart httpd service. systemctl restart httpd Restart HTTPD Configure PHP for Zabbix frontend Edit file /etc/opt/rh/rh-php72/php-fpm.d/zabbix.conf, uncomment and set the right timezone for you php_value[date.timezone] = Asia/Baku vim /etc/zabbix/zabbix_server.conf web user (Пользователь который вводится уже в веб интерфейсе) Admin ( Первая буква с большой) zabbix ( всё с маленькими буквами) Благодарю что смотрели.Надеюсь оказалось полезным. Run the following command to secure MariaDB. mysql_secure_installation
Neste tutorial, veja passo a passo como fazer monitoramento de banco de dados por meio do drive ODBC. Antes, entenda o que é ODBC, para que serve, sua vantagem e como pode ser usado no Zabbix. Descubra tudo isso e muito mais neste vídeo. A Videoaula é totalmente prática. Requisitos para melhor acompanhamento: - Ter um Ubuntu Server 18.04 já instalado e em pleno funcionamento. - Acesso à internet pelo seu servidor Ubuntu. Recomendações para laboratório: - Instalar em máquina virtual - Virtualbox Recomendação de próximo vídeo para assistir em nosso canal: Brincando API ZABBIX BASH Link Recomendação: 🤍 Não sei se você sabe, mas temos um TREINAMENTO ZABBIX E GRAFANA completo. CONFIRA no link: 🤍 Veja também como se tornar um profissional de monitoramento mais completo aprendendo Grafana Integrado com Zabbix: 🤍 Faça parte da nossa lista exclusiva. Clique no LINK ABAIXO PARA DOWNLOAD ARQUIVOS VÍDEOS / APRENDA ZABBIX GRATUITAMENTE: 🤍 Nosso grupo do Telegram - GRUPO ZABBIX NOTO TI TELEGRAM Participe! 🤍 Mais informações: Evandro Zipf NOTO TI contato🤍nototi.com.br 🤍nototi.com.br REDES SOCIAIS: FACEBOOK: 🤍 INSCREVA-SE, COMPARTILHE E DEIXE SEUS COMENTÁRIOS em nosso canal: 🤍
Databases: Zabbix MariaDB Copy item data to another item Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user markfree (dba.stackexchange.com/users/221925), and the Stack Exchange Network (dba.stackexchange.com/questions/283182). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com
Top 5 things that anyone should consider doing after a clean installation of the Zabbix server. 🚨 ZABBIX BOOKS AND GADGETS I USE AND RECOMMEND 🚨 🤍 🚨 REDBUBBLE MERCH AND STICKERS 🚨 🤍 ☕️ LOVING THE VIDEOS? SUPPORT THE CHANNEL AND BUY US A COFFEE 😄 🤍 👋 SOCIAL MEDIA 👋 📹 DISCORD - 🤍 📹 TWITTER - 🤍RealDeimons 📹 PATREON - 🤍
Zabbix 6.0 LTS Upgrade requires you to look at your current database setup. Since Zabbix 6.0 will be supported for the next 5 years, also supported database versions are scaled accordingly. Also long waiting for schema change to add primary keys on history tables is implemented. Zabbix 6.0 Upgrade Path - Operating System: 🤍 Read the blog about what you need to keep in mind for upgrade: 🤍 🚨 ZABBIX BOOKS AND GADGETS I USE AND RECOMMEND 🚨 🤍 🚨 REDBUBBLE MERCH AND STICKERS 🚨 🤍 ☕️ LOVING THE VIDEOS? SUPPORT THE CHANNEL AND BUY US A COFFEE 😄 🤍 👋 SOCIAL MEDIA 👋 📹 DISCORD - 🤍 📹 TWITTER - 🤍RealDeimons 📹 PATREON - 🤍
Σε αυτό το Video θα δούμε τις βασικές οδηγίες καθώς και tips & tricks για τη παρακολούθηση MySQL (MariaDB κλπ) με τον Zabbix Agent πάνω στον ίδιο τον Zabbix Server αλλά και στο Production Environment της εταιρίας ή του Lab σας!
Zabbix 5.0 Introduced TimescaleDB native compression which immediately raised many questions like how to migrate my database to PostgreSQL. Thing is that again, there is no one golden "Apply everywhere" solution. In strictly depends on your database size, performance of disks and server specs. For small databases, native GUI migration tools will be fully enough. For complex databases with a lot of tables and relations that may grow to multiple terabytes, in most cases you will have to work extra. 🤍 🤍 🚨 ZABBIX BOOKS AND GADGETS I USE AND RECOMMEND 🚨 🤍 🚨 REDBUBBLE MERCH AND STICKERS 🚨 🤍 ☕️ LOVING THE VIDEOS? SUPPORT THE CHANNEL AND BUY US A COFFEE 😄 🤍 👋 SOCIAL MEDIA 👋 📹 DISCORD - 🤍 📹 TWITTER - 🤍RealDeimons 📹 PATREON - 🤍
Another method how you can get Zabbix up and running - containers. Providing a wide functionality with choice of components which you wish to deploy. Simplify agent deployment with orchestration, switch between any major and minor version just in a minute. See also: 🤍 Zabbix Docker Github: 🤍 Docker documentation: 🤍 Follow us: Twitter - 🤍 Facebook - 🤍 LinkedIn - 🤍 🤍
Code in this video : 🤍 * Try Vultr for free with $100 : 🤍 * * * * How to Install and Configure Zabbix 4x on CentOS 7 | Zabbix 4 | MariaDB 10 | PHP 7 * * * Step by Step - How to Install and Configure Zabbix 4x on CentOS 7 | Zabbix 4.x | MariaDB 10x | PHP 7x * * * Step by Step : How to Install and Configure Zabbix on CentOS 7 Zabbix is an open-source monitoring software used for collecting metrics from various devices and systems such as networks devices, VM systems, Linux/Windows systems, and cloud services. Zabbix can send notification alerts of issues in any monitored system. In this tutorial, we shall provide you a guide on installing and configuring Zabbix on CentOS system. * Step 1 - Ensure SELinux is "disabled" * Step 2 - Install and Configure Apache * Step 3 - Install PHP * Step 4 - Install MariaDB Database server * Step 5 : Create a Database for Zabbix Database name : zabbixdb Username : zabbixuser Password : zabbixpwd * Step 6 : Install Zabbix and needed dependencies * Step 7 : Configure Zabbix * Step 8 - Config Firewall ( If firewalld is running ) firewall-cmd permanent add-service=http firewall-cmd permanent add-service=https firewall-cmd permanent add-port=10050/tcp firewall-cmd permanent add-port=10051/tcp firewall-cmd reload * Step 9 – Setup Zabbix You can access Zabbix using following URL: http://IP-SERVER/zabbix * * * Music: 🤍
Please follow the below steps to install mysqld_exporter. curl -s 🤍 | grep browser_download_url | grep linux-amd64 | cut -d '"' -f 4 | wget -qi - tar xvf mysqld_exporter*.tar.gz sudo mv mysqld_exporter-*.linux-amd64/mysqld_exporter /usr/local/bin/ sudo chmod +x /usr/local/bin/mysqld_exporter CREATE USER mysqld_exporter IDENTIFIED BY 'PASSWD'; GRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'mysqld_exporter'; FLUSH PRIVILEGES; EXIT ## Configure DB Credential sudo vi /etc/.mysqld_exporter.cnf [client] user=mysqld_exporter password=PASSWD host=192.168.56.109 ## Change ownership sudo chown root:prometheus /etc/.mysqld_exporter.cnf ## Create Systemd File sudo vi /etc/systemd/system/mysql_exporter.service [Unit] Description=Prometheus MySQL Exporter After=network.target User=prometheus Group=prometheus [Service] Type=simple Restart=always ExecStart=/usr/local/bin/mysqld_exporter \ config.my-cnf /etc/.mysqld_exporter.cnf \ collect.global_status \ collect.info_schema.innodb_metrics \ collect.auto_increment.columns \ collect.info_schema.processlist \ collect.binlog_size \ collect.info_schema.tablestats \ collect.global_variables \ collect.info_schema.query_response_time \ collect.info_schema.userstats \ collect.info_schema.tables \ collect.perf_schema.tablelocks \ collect.perf_schema.file_events \ collect.perf_schema.eventswaits \ collect.perf_schema.indexiowaits \ collect.perf_schema.tableiowaits \ collect.slave_status \ web.listen-address=0.0.0.0:9104 [Install] WantedBy=multi-user.target sudo systemctl daemon-reload sudo systemctl enable mysql_exporter sudo systemctl start mysql_exporter Import Mysql Grafana Dashboard 🤍
In this video, we will install the Zabbix server on the Ubuntu server. Video contents: ⏯ 00:00 Intro ⏯ 01:14 Connect to Ubuntu server ⏯ 02:59 Update&Upgrade Ubuntu server ⏯ 03:06 Download Zabbix ⏯ 05:03 Install Zabbix server, frontend, and agent ⏯ 06:09 Configure MySQL ⏯ 07:26 Create initial db and user ⏯ 09:18 Import schema ⏯ 11:15 Update Zabbix server config ⏯ 13:05 Configure PHP for Zabbix ⏯ 14:37 Start Zabbix server ⏯ 15:49 Configure Zabbix front end ⏯ 17:39 Outro 📌Important Links: 👉 Find all commands here 🤍 👉 Zabbix playlist 🤍 👉 Official Zabbix website 🤍 Let's get connected 🤝: Twitter: 🤍 LinkedIn: 🤍
Add the official Zabbix 3.0 CentOS 7 repositories # rpm -ivh 🤍 Disable SELinux # setenforce 0 # sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config Installing Zabbix 3.0 Server, agent and web front-end # yum install zabbix-server-mysql zabbix-web-mysql zabbix-agent zabbix-get zabbix-sender zabbix-java-gateway -y Install MariaDB Server, enable and start it # yum -y install mariadb-server mariadb # systemctl enable mariadb.service # systemctl start mariadb.service Secure your MariaDB installation # mysql_secure_installation enter y (zabbix) enter confirm password (zabbix) y y y y Create your Zabbix database and user # mysql -uroot -pzabbix MariaDB) create database zabbix character set utf8 collate utf8_bin; MariaDB) grant all privileges on zabbix.* to zabbix🤍localhost identified by 'zabbix'; MariaDB) quit; Import initial schema and data # cd /usr/share/doc/zabbix-server-mysql-3.0.7 # zcat create.sql.gz | mysql -uroot -p zabbix enter password (zabbix) Configure Zabbix Server # vi /etc/zabbix/zabbix_server.conf DBHost=localhost DBName=zabbix DBUser=zabbix DBPassword=zabbix Esc :wq! (enter) Specify the timezone of your web front-end # vi /etc/httpd/conf.d/zabbix.conf Esc :wq! (enter) Enable and start your Zabbix Server, agent and HTTPD service # systemctl enable zabbix-server # systemctl enable zabbix-agent # systemctl enable httpd # systemctl start zabbix-server # systemctl start zabbix-agent # systemctl start httpd # firewall-cmd permanent add-port=10050/tcp # firewall-cmd permanent add-port=10051/tcp # firewall-cmd permanent add-port=80/tcp # firewall-cmd reload # systemctl restart firewalld # setsebool -P httpd_can_connect_zabbix=1 # systemctl start zabbix-server # systemctl enable zabbix-server # systemctl start httpd # systemctl enable httpd # sudo systemctl restart httpd http://192.168.1.80/zabbix/ - Rango Za 🤍