Hello,
The file I'm looking for is in /var/lib/zabbix/file.txt
I wanted to look into a .txt file and I could not. So I downgraded the difficulty and I tried to see if it exists.
So I created an item on my Zabbix server with the key "vfs.file.exists[/var/lib/zabbix,dir]"...
Search Result
Collapse
6 results in 0.0027 seconds.
Keywords
Members
Tags
-
vfs.file.exists works only for directories but not file
-
Creer trigger sur extension de fichier
Bonjour à tous,
Je cherche à créer un trigger qui va se déclencher dès lors qu'un fichier avec l'extension .delete se crée, dans un dossier spécifique.
J'ai essayé avec vfs.file.exists[C:\*.delete] et vfs.file.regmatch[C:\,delete] mais je ne m'en sors pas.
Une idée...Last edited by fae; 16-12-2019, 16:16. -
Monitoring if file(s) exists in Path
Hi,
Need to write a trigger that alerts if there is a file (any file) under a specific path.
Will want to use wildcards I think, but I understand the key vfs.file.exists doesn't accept wildcards.
Please advise.
thanks in advance -
Problems with vfs.file.exists on Zabbix 2.0
I'm having problems with vfs.file.exists on Zabbix 2.0.6 on a 64-bit Fedora 19 box. 2.0.6 is the latest version available from the Fedora yum repository, at the time of writing.
I want to check for the existense of the file /tmp/test:
...Code:[root@localhost ~]# ls -l
-
Vfs.file.exists and regexp
Hello ,
I would like to know if Zabbix 2.0 supports the vfs.file.exists item with regexp.
I have found an old support page where it is written that it would be added.
However when I test it doesn't work :
I have a file for exemple appli1.pid,...