Hello All,
I am trying to monitor one of our application using Zabbix.
I have managed to monitor the application process and everything work fine.
However, I would like to monitor the application's log as well.
I would like to monitor where the application log has been changed or not.
If the Application has not been changed for X time - Alert me.
Here is what I did :
Trigger:
{Servername:vfs.file.size[c:\temp\xxx.log.log].last()}=0 - {Servername:vfs.file.size[c:\temp\xxx.log].now()}
When I do that it says: ##Incorrect item key "vfs.file.md5sum[D:\magnadl.log]" provided for trigger expression on "Servername".
I have also tried this one :
Trigger:
vfs.file.md5sum[c:\temp\xxx.log].change()=1
I got :##Incorrect trigger expression. Check expression part starting from "vfs.file.md5sum[c:\temp\xxx.log].change()=1".
It seems that my concept is right but I can't make it work. Maybe something with my syntax is wrong?? What is the exact syntax should I type?
What am I missing? What am I am doing wrong ?
Please help
Thanks in advance
I am trying to monitor one of our application using Zabbix.
I have managed to monitor the application process and everything work fine.
However, I would like to monitor the application's log as well.
I would like to monitor where the application log has been changed or not.
If the Application has not been changed for X time - Alert me.
Here is what I did :
Trigger:
{Servername:vfs.file.size[c:\temp\xxx.log.log].last()}=0 - {Servername:vfs.file.size[c:\temp\xxx.log].now()}
When I do that it says: ##Incorrect item key "vfs.file.md5sum[D:\magnadl.log]" provided for trigger expression on "Servername".
I have also tried this one :
Trigger:
vfs.file.md5sum[c:\temp\xxx.log].change()=1
I got :##Incorrect trigger expression. Check expression part starting from "vfs.file.md5sum[c:\temp\xxx.log].change()=1".
It seems that my concept is right but I can't make it work. Maybe something with my syntax is wrong?? What is the exact syntax should I type?
What am I missing? What am I am doing wrong ?
Please help
Thanks in advance