I am monitoring a macOS system.
The mounted filesystem discovery detects the following disks
Zabbix is giving the same data for all five of them (same value, same change, ...)
But the volumes do not have the same capacity.
The information returned by df is clearly wrong (sabe size, same value for available but different values for used)
Or how can I ignore all the '/System/' volumes?
I tried to add a Filter (B) in the "Mounted filesystem discovery"
Does the rule make sense?
How can I remove a discovered file system?
The mounted filesystem discovery detects the following disks
Code:
/System/Volumes/Data /System/Volumes/Update /System/Volumes/Preboot /System/Volumes/VM /
But the volumes do not have the same capacity.
Code:
[FONT=Courier New]Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on /dev/disk1s1 976490576 844178136 95565240 90% 4124373 477826200 1% /System/Volumes/Data /dev/disk1s2 976490576 1412816 95565240 2% 4172 477826200 0% /System/Volumes/Preboot /dev/disk1s4 976490576 2097400 95565240 3% 1 477826200 0% /System/Volumes/VM /dev/disk1s5s1 976490576 30770344 95565240 25% 577694 477826200 0% / /dev/disk1s6 976490576 11368 95565240 1% 17 477826200 0% /System/Volumes/Update[/FONT]
Or how can I ignore all the '/System/' volumes?
I tried to add a Filter (B) in the "Mounted filesystem discovery"
- Type of calculation "And"
- A (default) {#FSTYPE} matches "@File systems for discovery"
- B (my addition) {#FSNAME} does not match "^/System.*"
Does the rule make sense?
How can I remove a discovered file system?
Comment