forked from infra/ansible
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>
11 lines
390 B
Text
11 lines
390 B
Text
---
|
|
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)$'
|