Hi all,
I am trying to use the Zabbix function called "vsf.file.exists", but I am doing for sure something pretty wrong, because I am getting to noware.
Description of my setup:
Zabbix-Server (running pretty fine - no problem at all)
1st. monitored Linux-Client (on which I am running "zabbix_agent2 ver. 6.4.11") [running fine - no problem at all]
My need:
I need to verify every 20 minutes, if any file has been created within a certain subdirectory of the 1st. monitored Linux-Client.
In order to reach my goal I am trying to setup the Zabbix function called "vsf.file.exists" (his value should be returned to the Zabbix-Server by the zabbix_agent2):
Within the Zabbix-Server I did create a new "item" related to the "1st. Linux-Client":
his "key" looks like as follow: vfs.file.exists[file,/mnt1/folder1/folder2/folder3/folder4/tmp_in,dir]
The Problem/Error:
When I test the vsf-function I get the following error:
Invalid type "/mnt1/folder1/folder2/folder3/folder4/tmp_in"
As I already said, I am doing for sure something wrong, but I can not solve the issue so far.
Any help would be much appreciated.
Thank U very much indeed in advance.
I am trying to use the Zabbix function called "vsf.file.exists", but I am doing for sure something pretty wrong, because I am getting to noware.
Description of my setup:
Zabbix-Server (running pretty fine - no problem at all)
1st. monitored Linux-Client (on which I am running "zabbix_agent2 ver. 6.4.11") [running fine - no problem at all]
My need:
I need to verify every 20 minutes, if any file has been created within a certain subdirectory of the 1st. monitored Linux-Client.
In order to reach my goal I am trying to setup the Zabbix function called "vsf.file.exists" (his value should be returned to the Zabbix-Server by the zabbix_agent2):
Within the Zabbix-Server I did create a new "item" related to the "1st. Linux-Client":
his "key" looks like as follow: vfs.file.exists[file,/mnt1/folder1/folder2/folder3/folder4/tmp_in,dir]
The Problem/Error:
When I test the vsf-function I get the following error:
Invalid type "/mnt1/folder1/folder2/folder3/folder4/tmp_in"
As I already said, I am doing for sure something wrong, but I can not solve the issue so far.
Any help would be much appreciated.
Thank U very much indeed in advance.
Comment