mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 18:43:50 +08:00
18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
---
|
|
# nagios items
|
|
# We don't use nrpe to check any of the builders
|
|
# Nor do we check swap there.
|
|
ipa_client_shell_groups:
|
|
- sysadmin-releng
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-releng
|
|
ipa_host_group: kojibuilder
|
|
ipa_host_group_desc: Koji Build hosts
|
|
nagios_Check_Services:
|
|
mail: false
|
|
nrpe: false
|
|
swap: false
|
|
primary_auth_source: ipa
|
|
# exclude updating koji-containerbuild for now as it breaks our setup.
|
|
package_exlcudes: "koji-containerbuild*"
|