zabbix: SOP Zabbix server install

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2023-09-12 07:16:05 +01:00
parent afc93d575a
commit 5a0340df99
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D
2 changed files with 6 additions and 5 deletions

View file

@ -1,9 +1,10 @@
= Zabbix Server Installation
== Resources
- [1] Code: https://pagure.io/cpe/fas2discourse/
- [2] Playbook: https://pagure.io/fedora-infra/ansible/blob/main/f/playbooks/manual/fas2discourse.yml
- [3] Role: https://pagure.io/fedora-infra/ansible/blob/main/f/roles/fas2discourse
- [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
== X
== Installation
The playbook,role at [2],[3] contains everything required to create a VM for Zabbix server, and should also integrate it with FAS. Members of the group `sysadmin-noc` may run this playbook.

View file

@ -1,4 +1,4 @@
= SOPs
= Zabbix Related SOPs
- xref:sop_zabbix_installation.adoc[SOP Zabbix Installation]
- xref:sop_add_zabbix_agent.adoc[SOP Add Zabbix Agent to hosts]