This is to explain how to stream UFM events to Zabbix
To install Zabbix on your machine, please follow the online manual .
a) Install Zabbix agent on the node you would like to monitor:
# rpm -Uvh https://repo.zabbix.com/zabbix/5.4/rhel/7/x86_64/zabbix-release-5.4-1.el7.noarch.rpm
# yum clean all
# yum install zabbix-agent
b) Configure the agent
vim /etc/zabbix/zabbix_agentd.conf
Server=[zabbix server ip]
ServerActive=[zabbix server ip]
Hostname=[the host name that is created on zabbix server]
c) Start zabbix agent
sudo systemctl restart zabbix-agent
sudo systemctl enable zabbix-agent
- Go to: Configuration → Hosts.
- Click on Create host in the upper corner of the screen.
Host name
Enter the remote host name as configured in the agent configuration file.
Groups
Select one or several existing groups by clicking Select button or enter a non-existing group name to create a new group.
IP address
Enter the IP address of the remote host.
- Go to: Configuration → Hosts.
- Click on your host name.
- Click on Items in the row of the host.
- Click on Create item in the upper corner of the screen.
- Enter parameters of the item in the form.
- Click on Add
To view the latest events retrieved by the log item, do the following:
- Go to: Monitoring → Latest Data.
- Type the log item name in the Name field then click Apply
- Click History from the right of the item