Zabbix 5.4 : Add Monitoring Target(AlmaLinux 8) Zabbix Agent2

AlmaLinux 8 dnf -y in http://repo.zabbix.com/zabbix/5.4/rhel/8/x86_64/zabbix-agent2-5.4.9-1.el8.x86_64.rpm dnf -y in zabbix-agent2 Change server Zabbix sed -i "s/Server=127.0.0.1/Server=127.0.0.1,zabbix.galaxydata.ru/"…

Zabbix 5.4 : Add Monitoring Target(CentOS 8) Zabbix Agent2

CentOS 8 dnf -y in http://repo.zabbix.com/zabbix/5.4/rhel/8/x86_64/zabbix-agent2-5.4.9-1.el8.x86_64.rpm dnf -y in zabbix-agent2 Change server Zabbix sed -i "s/Server=127.0.0.1/Server=127.0.0.1,zabbix.galaxydata.ru/"…

Zabbix 5.4 : Add Monitoring Target(Ubuntu 20.04) Zabbix Agent2

Ubuntu 20.04 wget https://repo.zabbix.com/zabbix/5.4/ubuntu/pool/main/z/zabbix/zabbix-agent2_5.4.7-1%2Bubuntu20.04_amd64.deb dpkg - i zabbix-agent2_5.4.7-1+ubuntu20.04_amd64.deb Change server Zabbix sed -i "s/Server=127.0.0.1/Server=127.0.0.1,zabbix.galaxydata.ru/" /etc/zabbix/zabbix_agent2.conf sed…

Zabbix 5.4 : Add Monitoring Target(CentOS) Zabbix Agent2

CentOS 7 yum -y install http://repo.zabbix.com/zabbix/5.4/rhel/7/x86_64/zabbix-agent2-5.4.5-1.el7.x86_64.rpm yum -y install zabbix-agent2 Change server Zabbix sed -i "s/Server=127.0.0.1/Server=127.0.0.1,zabbix.galaxydata.ru/"…

HP Proliant Gen9 ILO 4 Monitoring Zabbix 4

Tested on HP Proliant 380 Gen9 + Zabbix 3.0 (Centos7 x86_64) Zabbix template IPMI DL380 Gen9…

Zabbix 3.4 : Add Monitoring Target(Debian) Zabbix Agent

Add Monitoring Target Host. Add a CentOS 7 server as an example on here. [1] on…

Monitoring Exim in Zabbix — CentOS 7 (ISPManager)

Install yum -y install curl zabbix-sender logcheck Create mkdir /etc/zabbix/scripts nano /etc/zabbix/scripts/zbx-exim-stats.sh #!/bin/bash # Set Variables…

Zabbix 3.4 : Add Monitoring Target(CentOS) Zabbix Agent

Add Monitoring Target Host. Add a CentOS 7 server as an example on here. [1] on…

Iptables Zabbix

iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT iptables…