Hello!
I have a simple problem, but I don't understand it. (I am new to Zabbix)
I have a log file on a windows server that I read with a log[] item and I created a simple trigger like this:
last(/SERVER/log["DRIVE:\PATH\LOGFILE.txt",,,,,,,])<>date()
The logfile gets a YYMMDD formatted string when written or appended.
Should this trigger not be false if the logfiles content is the current day in YYYYMMDD?
Because the trigger fires even though the logfiles content is currently 20240917.
I have a simple problem, but I don't understand it. (I am new to Zabbix)
I have a log file on a windows server that I read with a log[] item and I created a simple trigger like this:
last(/SERVER/log["DRIVE:\PATH\LOGFILE.txt",,,,,,,])<>date()
The logfile gets a YYMMDD formatted string when written or appended.
Should this trigger not be false if the logfiles content is the current day in YYYYMMDD?
Because the trigger fires even though the logfiles content is currently 20240917.
there is no space for that.
Comment