Hi,
I'm running zabbix 3.4.8 (both on server and proxy) and I'm experiencing a very strange behaviour. I've a server running Ubuntu Vivid that is not returning correct value for some fuse filesystem. From the web interface i always see 0B as total, used, pfree, free which is obviously false. I've tried to query the agent both with zabbix_agentd and zabbix_get and this is the result:
zabbix_agentd from the monitored host:
zabbix_agentd -t vfs.fs.size[/srv/dd_rm/imm_log,total]
vfs.fs.size[/srv/dd_rm/imm_log,total] [u|138588670918656] (Correct, is 127TB)
zabbix_get from the zabbix proxy:
zabbix_get -s HOSTNAME -p 10050 -k "vfs.fs.size[/srv/dd_rm/imm_log,total]"
0 (Wrong)
Do you have any advice? I've tried almost everything, no more ideas... Maybe a limitation of the filesystem size monitored by Zabbix?
I'm running zabbix 3.4.8 (both on server and proxy) and I'm experiencing a very strange behaviour. I've a server running Ubuntu Vivid that is not returning correct value for some fuse filesystem. From the web interface i always see 0B as total, used, pfree, free which is obviously false. I've tried to query the agent both with zabbix_agentd and zabbix_get and this is the result:
zabbix_agentd from the monitored host:
zabbix_agentd -t vfs.fs.size[/srv/dd_rm/imm_log,total]
vfs.fs.size[/srv/dd_rm/imm_log,total] [u|138588670918656] (Correct, is 127TB)
zabbix_get from the zabbix proxy:
zabbix_get -s HOSTNAME -p 10050 -k "vfs.fs.size[/srv/dd_rm/imm_log,total]"
0 (Wrong)
Do you have any advice? I've tried almost everything, no more ideas... Maybe a limitation of the filesystem size monitored by Zabbix?
Comment