Hi there
I've just set up some monitoring on a set of Linux servers (Ubuntu 22.04) running FileMaker 20. The setup of FileMaker necessitates a space in the path name, and I've mounted the backups on an external volume as these can be stored on lower speed storage.
Unfortunately this backup path, which has a space in it, isn't being picked up by Zabbix Agent2 - in /etc/fstab I have:
I see in the logs for the Zabbix agent:
The "\040" was how I managed to get the mount point set up successfully in /etc/fstab, but it seems that the agent doesn't like it. Is there a workaround for fix for this, or should I add the monitoring of the mount point manually?
Thanks!
I've just set up some monitoring on a set of Linux servers (Ubuntu 22.04) running FileMaker 20. The setup of FileMaker necessitates a space in the path name, and I've mounted the backups on an external volume as these can be stored on lower speed storage.
Unfortunately this backup path, which has a space in it, isn't being picked up by Zabbix Agent2 - in /etc/fstab I have:
Code:
/dev/mapper/vg_backup-lv_backup /opt/FileMaker/FileMaker\040Server/Data/Backups ext4 defaults 0 0
Code:
check 'vfs.fs.size[/opt/FileMaker/FileMaker\040Server/Data/Backups,used]' is not supported: no such file or directory
Thanks!