-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.7
-
None
-
Sprint 92 (Sep 2022), Sprint 93 (Oct 2022), Sprint 94 (Nov 2022), Sprint 95 (Dec 2022)
-
2
Templates "Linux by Zabbix agent" and "Linux filesystems by Zabbix agent" and their active versions create an item "{#FSNAME}: Free inodes in %" via "Mounted filesystem discovery", however this specific item is not supported by the filesystem Btrfs.
The discovery should contain an override such as this
overrides:
-
name: 'Btrfs inodes'
step: '1'
filter:
conditions:
-
macro: '{#FSTYPE}'
value: btrfs
formulaid: A
operations:
-
operationobject: ITEM_PROTOTYPE
operator: LIKE
value: ': Free inodes in %'
status: DISABLED
- depends on
-
ZBX-21823 vfs.fs.get does not include file systems with inodes count equal to zero
-
- Closed
-