mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
This removes the known-good things we've had in Zabbix for a while - RAID, disk space, processes, and mail queue. It also removes swap which we've decided we don't need. Also includes some FS overrides on the Zabbix side so the relevant NFS mounts get monitored on the OCI, and pkgs hosts, as per Nagios had. Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
---
|
|
clamscan_excludes:
|
|
- clamav-
|
|
- amavisd-new-2.3.3.tar.gz
|
|
- bro-20080804.tgz
|
|
- mailman-
|
|
- sagator-
|
|
- nicotine
|
|
- fwsnort-1.0.6.tar.gz
|
|
- psad-2.1.7.tar.bz2
|
|
- pymilter-
|
|
- linkchecker-
|
|
- julia-0.3.7.tar.gz
|
|
- jbossws-cxf-5.1.5.Final.zip
|
|
- wss4j-2.1.5-source-release.zip
|
|
- python-impacket-0.9.14-67fc19e.tar.gz
|
|
- gdk-pixbuf-
|
|
clamscan_mailto: admin@fedoraproject.org
|
|
clamscan_paths:
|
|
- /srv/cache/lookaside/pkgs
|
|
# We have both celery (pagure_worker) and web thread wanting to send out fedmsg's.
|
|
# To make things easy on the listening side (so avoid contention of binding ports), let's set the pkgs boxes to active fedmsg.
|
|
#
|
|
# This host is externally reachable
|
|
#
|
|
external: true
|
|
ipa_client_shell_groups:
|
|
- packager
|
|
- sysadmin-cvs
|
|
- sysadmin-main
|
|
- sysadmin-noc
|
|
- sysadmin-veteran
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-cvs
|
|
- sysadmin-main
|
|
ipa_host_group: pkgs
|
|
ipa_host_group_desc: pkgs host group
|
|
lvm_size: 700000
|
|
max_mem_size: 32768
|
|
mem_size: 32768
|
|
num_cpus: 8
|
|
pagure_static_uid: 1000
|
|
primary_auth_source: ipa
|
|
sshd_keyhelper: true
|
|
tcp_ports: [80, 443]
|
|
# There vars are used to configure mod_wsgi
|
|
wsgi_procs: 20
|
|
wsgi_threads: 5
|
|
zabbix_macros:
|
|
'VFS.FS.FSTYPE.MATCHES': '^(btrfs|ext2|ext3|ext4|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|apfs|refs|ntfs|fat32|zfs|nfs)$'
|