mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
22 lines
821 B
Plaintext
22 lines
821 B
Plaintext
---
|
|
# These variables are pushed into /etc/system_identification by the base role.
|
|
# Groups and individual hosts should ovveride them with specific info.
|
|
nested: True
|
|
nrpe_procs_crit: 1800
|
|
nrpe_procs_warn: 1700
|
|
virthost: true
|
|
nagios_Check_Services:
|
|
swap: false
|
|
zabbix_macros:
|
|
MEMORY.UTIL.MAX: 100
|
|
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"
|
|
SWAP.PFREE.MIN.WARN: 0
|
|
VFS.DEV.READ.AWAIT.WARN: 40
|
|
VFS.DEV.WRITE.AWAIT.WARN: 120
|
|
|
|
notes: |
|
|
Koji service employs a set of virtual machines to build packages for the Fedora project. This playbook is for the provisioning of a physical host for buildvm's.
|
|
* Relies on ansible, virthost, and is monitored by nagios
|
|
* Several services rely on the builders, including koschei, Bodhi, Tagger, SCM, Darkserver.
|
|
* Builder vm's are hosted on hosts created with this playbook.
|