-
Incident report
-
Resolution: Won't fix
-
Major
-
None
-
2.0.4
-
Server:
CentOS release 5.8
Linux zabbix.it.fx.lan 2.6.18-308.24.1.el5xen #1 SMP Tue Dec 4 18:33:26 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
Zabbix: 2.0.4
Client:
CentOS release 5.5
Linux git.it.fx.lan 2.6.18-238.12.1.el5.centos.plusxen #1 SMP Wed Jun 1 11:57:54 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
Zabbix: 2.0.4
Server: CentOS release 5.8 Linux zabbix.it.fx.lan 2.6.18-308.24.1.el5xen #1 SMP Tue Dec 4 18:33:26 EST 2012 x86_64 x86_64 x86_64 GNU/Linux Zabbix: 2.0.4 Client: CentOS release 5.5 Linux git.it.fx.lan 2.6.18-238.12.1.el5.centos.plusxen #1 SMP Wed Jun 1 11:57:54 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux Zabbix: 2.0.4
Hi,
I got a strange behaviour when getting the value of vfs.fs.size on a linux client.
The following command on the client works fine:
[root@git ~]# zabbix_agent -t vfs.fs.size['/home/rad/repositories/apps.builder.git/']
vfs.fs.size[/home/rad/repositories/apps.builder.git/] [u|53264384]
The similar command on the server side returns ZBX_NOTSUPPORTED:
[root@zabbix ~]# zabbix_get -s git.it.fx.lan -k vfs.fs.size['/home/rad/repositories/apps.builder.git/']
ZBX_NOTSUPPORTED
Other keys work fine:
Client:
[root@git ~]# zabbix_agent -t vfs.file.size['/etc/passwd']
vfs.file.size[/etc/passwd] [u|1539]
Server
[root@zabbix ~]# zabbix_get -s git.it.fx.lan -k vfs.file.size['/etc/passwd']
1539
Any idea why this is happening? I've checked similar bugs (e.g. ZBX-4086) but I found nothing helpful.
Thank you