ansible/inventory/group_vars/buildvmhost
Kevin Fenzi b602689be1 buildvmhost: up the number of non warn/crit procs for nagios
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-15 21:56:00 -07:00

17 lines
803 B
Text

---
nrpe_procs_warn: 1500
nrpe_procs_crit: 1600
virthost: true
nested: True
# These variables are pushed into /etc/system_identification by the base role.
# Groups and individual hosts should ovveride them with specific info.
# See http://infrastructure.fedoraproject.org/csi/security-policy/
csi_security_category: High
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
csi_purpose: 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.
csi_relationship: |
* 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.