# zabbix_get -s ZABBIX_CLIENT_PATH -p10050 -k 'vfs.fs.size[/media/fotografia/alta/2010]'
1596967026688
# zabbix_get -s ZABBIX_CLIENT_PATH -p10050 -k 'vfs.fs.size[/media/fotografia/alta/2011/01]'
ZBX_NOTSUPPORTED
zabbix_get -s ZABBIX_CLIENT_PATH -p10050 -k 'vfs.fs.size[/dev/mapper/vg-alta_2011_01]'
10485760
Why does the first and last commands return valid data and the second one doesn't?
Here is a part of the mounts on the monitored machine that might help:
/dev/mapper/vg-fotografia_alta on /media/fotografia/alta type ext4 (rw,noatime,nodiratime)
/dev/mapper/vg-alta_2009 on /media/fotografia/alta/2009 type ext4 (rw,noatime,nodiratime)
/dev/mapper/vg-alta_2010 on /media/fotografia/alta/2010 type ext4 (rw,noatime,nodiratime)
/dev/mapper/vg-alta_2011_01 on /media/fotografia/alta/2011/01 type ext4 (rw,noatime,nodiratime)
/dev/mapper/vg-alta_2011_02 on /media/fotografia/alta/2011/02 type ext4 (rw,noatime,nodiratime)
Please let me know if there is any extra info necessary.
1596967026688
# zabbix_get -s ZABBIX_CLIENT_PATH -p10050 -k 'vfs.fs.size[/media/fotografia/alta/2011/01]'
ZBX_NOTSUPPORTED
zabbix_get -s ZABBIX_CLIENT_PATH -p10050 -k 'vfs.fs.size[/dev/mapper/vg-alta_2011_01]'
10485760
Why does the first and last commands return valid data and the second one doesn't?
Here is a part of the mounts on the monitored machine that might help:
/dev/mapper/vg-fotografia_alta on /media/fotografia/alta type ext4 (rw,noatime,nodiratime)
/dev/mapper/vg-alta_2009 on /media/fotografia/alta/2009 type ext4 (rw,noatime,nodiratime)
/dev/mapper/vg-alta_2010 on /media/fotografia/alta/2010 type ext4 (rw,noatime,nodiratime)
/dev/mapper/vg-alta_2011_01 on /media/fotografia/alta/2011/01 type ext4 (rw,noatime,nodiratime)
/dev/mapper/vg-alta_2011_02 on /media/fotografia/alta/2011/02 type ext4 (rw,noatime,nodiratime)
Please let me know if there is any extra info necessary.
Comment