Files
fedora-infra_ansible/inventory/group_vars/buildvmhost
Greg Sutcliffe 0680bd0178 Zabbix: ignore memory usage on builders
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2025-08-18 13:56:14 +01:00

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.