hello,
I am at the moment running 3 servers under Zabbix Monitoring.
All servers run Centos 6.4.
On server A it autodiscovered the Mounted Filesystem and Network Interface from the default Linux OS template.
On server B it also discovered these 2 items but it tells me it is not supported.
There is nothing in the server log on this.
There is also nothing in the agent log about this.
Did I forget to install something that the agent needs to read these things from my server?
zabbix_get -s ServerB -k vfs.fs.discovery
ZBX_NOTSUPPORTED
zabbix_get -s ServerA -k vfs.fs.discovery
{
"data":[
{
"{#FSNAME}":"...",
"{#FSTYPE}":"..."},
...
]}
Thanks
I am at the moment running 3 servers under Zabbix Monitoring.
All servers run Centos 6.4.
On server A it autodiscovered the Mounted Filesystem and Network Interface from the default Linux OS template.
On server B it also discovered these 2 items but it tells me it is not supported.
There is nothing in the server log on this.
There is also nothing in the agent log about this.
Did I forget to install something that the agent needs to read these things from my server?
zabbix_get -s ServerB -k vfs.fs.discovery
ZBX_NOTSUPPORTED
zabbix_get -s ServerA -k vfs.fs.discovery
{
"data":[
{
"{#FSNAME}":"...",
"{#FSTYPE}":"..."},
...
]}
Thanks
Comment