20 lines
1.1 KiB
Text
20 lines
1.1 KiB
Text
= Zabbix Server Adding the Zabbix Agent to hosts
|
|
|
|
== Resources
|
|
- [1] Official Installation Instructions: https://www.zabbix.com/download?zabbix=6.0&os_distribution=red_hat_enterprise_linux&os_version=9&components=server_frontend_agent&db=pgsql&ws=nginx
|
|
- [2] Playbook: https://pagure.io/fedora-infra/ansible/blob/main/f/playbooks/groups/zabbix.yml
|
|
- [3] Role: https://pagure.io/fedora-infra/ansible/blob/main/f/roles/zabbix
|
|
- [4] Installation of the Zabbix Agent: https://www.zabbix.com/documentation/6.0/en/manual/installation/install_from_packages/rhel
|
|
- [5] Configuration Agent: https://www.zabbix.com/documentation/6.0/en/manual/concepts/agent
|
|
|
|
== Installation
|
|
The playbook,role at [2],[3] contains everything required to deploy and configure the Zabbix agent on a particular host.
|
|
|
|
In order to deploy it onto a host, find the particular playbook which targets this host and add the following to the playbook role import section:
|
|
|
|
```
|
|
- role: zabbix/zabbix_agent
|
|
```
|
|
|
|
Run the playbook then to deploy and configure the Zabbix agent. Check the Zabbix server for the particular environment to ensure the host correctly shows up in the host list.
|
|
|