I am using Zabbix server v2.2.3 on Ubuntu 14.04 and Zabbix agent v2.2.1 on Windows 7.
I have made the item vfs.fs.size[b:,pused] which has status "Not supported by Zabbix Agent" on Zabbix server.
If I try to check it on the agent machine, it works:
It works both on the normal and elevated (run as administrator) cmd.
B: disk ir a mounted network drive (it's network storage). "Out of box" it couldn't be seen by the elevated user and test returned ZBX_NOTSUPPORTED. I did the registry changes described here and it works fine now, but the Zabbix server still gets ZBX_NOTSUPPORTED.
Normal drives (vfs.fs.size[c:,pused]) work fine. If I try working on active mode, agent writes
on his log.
I could find nothing useful on server log other than key becoming supported and unsupported if I try changing "b:" to "c:" and vice versa.
I suppose it might be some permission problem, but have no idea how to solve this on windows.
================================================== =
Maybe there are better solutions to monitor WD My Book Live Duo network storage?
I have made the item vfs.fs.size[b:,pused] which has status "Not supported by Zabbix Agent" on Zabbix server.
If I try to check it on the agent machine, it works:
Code:
C:\>zabbix_agentd -t vfs.fs.size[b:,pused] vfs.fs.size[b:,pused] [d|42.394187]
B: disk ir a mounted network drive (it's network storage). "Out of box" it couldn't be seen by the elevated user and test returned ZBX_NOTSUPPORTED. I did the registry changes described here and it works fine now, but the Zabbix server still gets ZBX_NOTSUPPORTED.
Normal drives (vfs.fs.size[c:,pused]) work fine. If I try working on active mode, agent writes
Code:
5856:20140616:090606.013 active check "vfs.fs.size[b:,pused]" is not supported
I could find nothing useful on server log other than key becoming supported and unsupported if I try changing "b:" to "c:" and vice versa.
I suppose it might be some permission problem, but have no idea how to solve this on windows.
================================================== =
Maybe there are better solutions to monitor WD My Book Live Duo network storage?
.
Comment