I have a linux fileserver, and in this my shares are located in mounted drives in my main user's home directory. In this case, let's say "/home/surfrock66/Videos/TV" is mounted, and that works fine and shows up with discovery.
I have another folder, "/home/surfrock66/Videos/Home Movies" which doesn't show up, and I suspect this is because it has a space in the name. Is that the cause, or is it something else?
If I use zabbix get and do this:
I get the following in the output, so I think it's being discovered, but it's not working, and the items for only this filesystem aren't showing up:
I have another folder, "/home/surfrock66/Videos/Home Movies" which doesn't show up, and I suspect this is because it has a space in the name. Is that the cause, or is it something else?
If I use zabbix get and do this:
Code:
zabbix_get -s fileserver -p 10050 -k vfs.fs.discovery
Code:
{
"{#FSNAME}": "/home/surfrock66/Videos/Home\\040Movies",
"{#FSTYPE}": "ext4",
"{#FSOPTIONS}": "rw,relatime"
},
Comment