Skip to main content

Zabbix

Install zabbix agent on RHEL 7

# rpm -ivh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm

Install zabbix agent

# yum install zabbix-agent

Start zabbix agent

# service zabbix-agent start

Open firewall port 10050/tcp

# firewall-cmd --zone=public --permanent --add-port=10050/tcp

Popular posts from this blog

Bitnami: Notes

"Bitnami makes it easy to get your favorite open source software up and running on any platform, including your laptop, Kubernetes and all the major clouds."

Ansible on Fedora Workstation 30

RedHat acquired Ansible in 2015 .