Hey guys,
We currently have the issue, that file system discovery is not delivering any data on 2 hosts.
Discovery in general works perfectly fine on all other hosts.
File system on these specific hosts is "jfs2" which is also listed under Administration --> General --> Regular expressions.
If we connect directly onto the host and run "zabbix_agentd -p" we receive the following:
vfs.fs.discovery [s|{
"data":[
{
"{#FSNAME}":"\/",
"{#FSTYPE}":"jfs2"},
{
"{#FSNAME}":"\/usr",
"{#FSTYPE}":"jfs2"},
{
"{#FSNAME}":"\/var",
"{#FSTYPE}":"jfs2"},
{
"{#FSNAME}":"\/tmp",
"{#FSTYPE}":"jfs2"},
{
"{#FSNAME}":"\/home",
"{#FSTYPE}":"jfs2"},
So the filesystems are correctly identified on the host itself.
We have also tried deleting the host and recreating it directly on the zabbix master and not on a proxy.
Also the discovery for network ports is working fine.
Do you have any idea of what else we could try?
Thanks in advance for your feedback.
We currently have the issue, that file system discovery is not delivering any data on 2 hosts.
Discovery in general works perfectly fine on all other hosts.
File system on these specific hosts is "jfs2" which is also listed under Administration --> General --> Regular expressions.
If we connect directly onto the host and run "zabbix_agentd -p" we receive the following:
vfs.fs.discovery [s|{
"data":[
{
"{#FSNAME}":"\/",
"{#FSTYPE}":"jfs2"},
{
"{#FSNAME}":"\/usr",
"{#FSTYPE}":"jfs2"},
{
"{#FSNAME}":"\/var",
"{#FSTYPE}":"jfs2"},
{
"{#FSNAME}":"\/tmp",
"{#FSTYPE}":"jfs2"},
{
"{#FSNAME}":"\/home",
"{#FSTYPE}":"jfs2"},
So the filesystems are correctly identified on the host itself.
We have also tried deleting the host and recreating it directly on the zabbix master and not on a proxy.
Also the discovery for network ports is working fine.
Do you have any idea of what else we could try?
Thanks in advance for your feedback.
Comment