Hi everyone, I need help creating a trigger that signals me every time there is a file with the "_jpeg.zip" extension in the "c:\test\dicom" folder that is larger than 620 MB, Zabbix version is 5.0.17
I created an item with this key: vfs.file.size[C:\test\dicom\*_jpeg.zip]
and this trigger: {hostname:vfs.file.size[C:\test\dicom\*_jpeg.zip].last()} > 260000000
but this doesn't seems to work, because i recive this message from the logs:
"vfs.file.size[C:\test\dicom\*.zip]" is not supported: Cannot obtain file information: [2] No such file or directory"
any suggestion?
I created an item with this key: vfs.file.size[C:\test\dicom\*_jpeg.zip]
and this trigger: {hostname:vfs.file.size[C:\test\dicom\*_jpeg.zip].last()} > 260000000
but this doesn't seems to work, because i recive this message from the logs:
"vfs.file.size[C:\test\dicom\*.zip]" is not supported: Cannot obtain file information: [2] No such file or directory"
any suggestion?
Comment