Hey guys, I am attempting to monitor a Windows UNC share with Zabbix.
When I do something like this:
zabbix_get -s x.x.x.x -k vfs.fs.size[\\\\dc01\\Applications,free]
I get the data just fine.
But when I just want to check the root of the share itself, I get a an error:
zabbix_get -s x.x.x.x -k vfs.fs.size[\\\\dc01,free]
Anyone know the solution to this issue?
Thanks
When I do something like this:
zabbix_get -s x.x.x.x -k vfs.fs.size[\\\\dc01\\Applications,free]
I get the data just fine.
But when I just want to check the root of the share itself, I get a an error:
zabbix_get -s x.x.x.x -k vfs.fs.size[\\\\dc01,free]
Code:
ZBX_NOTSUPPORTED: Cannot obtain filesystem information.
Thanks