Hi everyone,
I wanted Zabbix to read a file that shows a number of counted files in a certain folder. I created a script in Windows that counts files in a folder and then writes that number in a text file. There is nothing else in that file, just a number. In Zabbix, I created an item like this
Zabbix doesn't throw any error, but it also doesn't show any data. I want to mention that I have multiple log monitoring items configured and they work perfectly, but this one just won't work for me. I tried changing logrt to simply log, type of information in item configuration, and changing the file location, but no dice.
Zabbix I am running is 5.0.1. Active agent is configured and working.
I wanted Zabbix to read a file that shows a number of counted files in a certain folder. I created a script in Windows that counts files in a folder and then writes that number in a text file. There is nothing else in that file, just a number. In Zabbix, I created an item like this
logrt["D:\Count\filecount.txt"]
Zabbix I am running is 5.0.1. Active agent is configured and working.
Comment