Zabbix Server Version: 7.0.17
As the title suggests, I am trying to create an item that determines the free space of the mounted file systems on some Ubuntu servers, each with a couple of mounted file systems.
As it stands currently, the hosts are inheriting a template named 'mounted filesystem discovery' whose Key=vfs.fs.discovery.
This template has 4 item prototypes, whose keys are:
vfs.fs.size[{#FSNAME},total]
As the title suggests, I am trying to create an item that determines the free space of the mounted file systems on some Ubuntu servers, each with a couple of mounted file systems.
As it stands currently, the hosts are inheriting a template named 'mounted filesystem discovery' whose Key=vfs.fs.discovery.
This template has 4 item prototypes, whose keys are:
| vfs.fs.inode[{#FSNAME},pfree] |
| vfs.fs.size[{#FSNAME},pused] |
Comment