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>
12 lines
390 B
Plaintext
12 lines
390 B
Plaintext
---
|
|
ipa_client_shell_groups:
|
|
- sysadmin-releng
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-releng
|
|
ipa_host_group: oci-registry
|
|
ipa_host_group_desc: OCI Registry service
|
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
|
tcp_ports: [5000]
|
|
zabbix_macros:
|
|
'VFS.FS.FSTYPE.MATCHES': '^(btrfs|ext2|ext3|ext4|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|apfs|refs|ntfs|fat32|zfs|nfs)$'
|