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

Apache Airflow: Notes

Apache Airflow is used to programmatically author, schedule and monitor workflows.

Microsoft Excel: Notes

Notes of Microsoft Excel tips used in real life situations.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.