Hello,
I present to you the situation in which I find myself:
I want to monitor the contents of a log file, located on a Windows computer, and I need it to tell me via Zabbix if it passes a specific value.
For example, the value to detect / report in the following line located in the file would be: "Concurrent clients (act / max): 0/0"
In this line, the value that you would change would be "0/0", need it to warn as of "12/12".
I have tried "vfs.file.cksum", "log [" file_path "," reg_expr "]" but can't get it to work.
Any ideas?
Thanks.
I present to you the situation in which I find myself:
I want to monitor the contents of a log file, located on a Windows computer, and I need it to tell me via Zabbix if it passes a specific value.
For example, the value to detect / report in the following line located in the file would be: "Concurrent clients (act / max): 0/0"
In this line, the value that you would change would be "0/0", need it to warn as of "12/12".
I have tried "vfs.file.cksum", "log [" file_path "," reg_expr "]" but can't get it to work.
Any ideas?
Thanks.
Comment