Hi
I've got a server with zabbix agent 2.2.1 installed, and am getting most details through fine, apart from some disks. It is not adding any disks mounted with more than one directory level for the mount point it seems eg / and /boot are discovered, but /export/data01 is not.
Ive tried to add a manual item for free space, but this just changes to unsupported. I can get the item with zabbix_get, but it breaks when creating an item:
zabbix_get -s x.x.x.x -k vfs.fs.size[/export/data01,free]
# returns expected result, as does (nothing), pfree for second arg
Is there some kind of escaping in the gui that changes the slash in the directory arg? anyone ran into this before?
Thanks!
I've got a server with zabbix agent 2.2.1 installed, and am getting most details through fine, apart from some disks. It is not adding any disks mounted with more than one directory level for the mount point it seems eg / and /boot are discovered, but /export/data01 is not.
Ive tried to add a manual item for free space, but this just changes to unsupported. I can get the item with zabbix_get, but it breaks when creating an item:
zabbix_get -s x.x.x.x -k vfs.fs.size[/export/data01,free]
# returns expected result, as does (nothing), pfree for second arg
Is there some kind of escaping in the gui that changes the slash in the directory arg? anyone ran into this before?
Thanks!
Comment