-
Problem report
-
Resolution: Fixed
-
Minor
-
3.0.27, 4.0.7, 4.2.1, 4.4 (plan)
-
Sprint 52 (May 2019), Sprint 53 (Jun 2019)
-
0.125
In current Zabbix, there is no description of "apfs" in Expression of Administration> Regular expressions> File systems for discovery.
Therefore, the APFS format SSD and HDD connected to the Mac will not be discovered, and disk capacity etc. can't be monitored.
I changed it as follows.
Before: ^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|ntfs|fat32|zfs)$
After: ^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|apfs|ntfs|fat32|zfs)$