Greetings All,
I have searched around and found a few posts related to this issue but none of them provide any clarity or an answer.
I have added a server to my zabbix dashboard monitoring some web services.
One of the services is checking the file system for my familytree installation.
All suggestions ask to run the zabbix_agentd query directly on the related server as follows. On the commandline everything works as expected, but zabbix dashboard is showing the error in the attachment permissions_error01.png
below are the results of the test from the commandline.
zabbix_agentd -t vfs.fs.size[/home/dunnftp/phpgedview,pfree]
vfs.fs.size[/home/dunnftp/phpgedview,pfree] [d|95.273423]
zabbix_agentd -t vfs.fs.size[/home/dunnftp/phpgedview,pused]
vfs.fs.size[/home/dunnftp/phpgedview,pused] [d|4.726578]
zabbix_agentd -t vfs.fs.size[/home/dunnftp/phpgedview,total]
vfs.fs.size[/home/dunnftp/phpgedview,total] [u|1966124343296]
zabbix_agentd -t vfs.fs.size[/home/dunnftp/phpgedview,used]
vfs.fs.size[/home/dunnftp/phpgedview,used] [u|88206229504]
Does anyone know why it works on the commandline and not within zabbix.
Thanks
Lawrence
I have searched around and found a few posts related to this issue but none of them provide any clarity or an answer.
I have added a server to my zabbix dashboard monitoring some web services.
One of the services is checking the file system for my familytree installation.
All suggestions ask to run the zabbix_agentd query directly on the related server as follows. On the commandline everything works as expected, but zabbix dashboard is showing the error in the attachment permissions_error01.png
below are the results of the test from the commandline.
zabbix_agentd -t vfs.fs.size[/home/dunnftp/phpgedview,pfree]
vfs.fs.size[/home/dunnftp/phpgedview,pfree] [d|95.273423]
zabbix_agentd -t vfs.fs.size[/home/dunnftp/phpgedview,pused]
vfs.fs.size[/home/dunnftp/phpgedview,pused] [d|4.726578]
zabbix_agentd -t vfs.fs.size[/home/dunnftp/phpgedview,total]
vfs.fs.size[/home/dunnftp/phpgedview,total] [u|1966124343296]
zabbix_agentd -t vfs.fs.size[/home/dunnftp/phpgedview,used]
vfs.fs.size[/home/dunnftp/phpgedview,used] [u|88206229504]
Does anyone know why it works on the commandline and not within zabbix.
Thanks
Lawrence
Comment