mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 16:05:03 +08:00
11 lines
321 B
YAML
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: []
|