Files
fedora-infra_ansible/inventory/group_vars/pkgs_stg
Greg Sutcliffe 93ed0457e0 Nagios: remove first batch of services
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>
2026-01-14 10:25:15 +00:00

46 lines
1.1 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
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
lvm_size: 500000
max_mem_size: 32768
mem_size: 16384
num_cpus: 8
pagure_static_uid: 600
# Configures ssh for git@ user
sshd_keyhelper: true
tcp_ports: [80, 443, 8444, 8443, 8445]
# There vars are used to configure mod_wsgi
wsgi_procs: 4
wsgi_threads: 4
zabbix_macros:
'VFS.FS.FSTYPE.MATCHES': '^(btrfs|ext2|ext3|ext4|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|apfs|refs|ntfs|fat32|zfs|nfs)$'