Files
fedora-infra_ansible/roles/rabbitmq_cluster/defaults/main.yml
Aurélien Bompard a51c0ea353 RabbitMQ: setup sending the queue metrix to CentOS
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2025-07-21 15:23:42 +02:00

11 lines
321 B
YAML

---
# https://www.rabbitmq.com/production-checklist.html#resource-limits-file-handle-limit
rabbitmq_cluster_file_limit: 500000
## CentOS monitoring
# Zabbix server instance
centos_zabbix_server: mon.centos.org
# Name of the RabbitMQ host in Zabbix
centos_zabbix_host: "{{ inventory_hostname }}"
centos_zabbix_queues: []