I'm running Debian and Zabbix 3.4.
I've created a custom item with the following syntax:
logrt.count["/var/log/^req_log.*.txt$","TIMEOUT"]
I'm trying to detect any log file in the format req_log2018-06-26.txt with the word TIMEOUT and return the number of occurenses.
But no data is gathered with this item, even though there are some files in the directoty which does contain the word.
I've created a custom item with the following syntax:
logrt.count["/var/log/^req_log.*.txt$","TIMEOUT"]
I'm trying to detect any log file in the format req_log2018-06-26.txt with the word TIMEOUT and return the number of occurenses.
But no data is gathered with this item, even though there are some files in the directoty which does contain the word.