hi there , i've been struggling with monitor log files with zabbix 3.4 installed on centos 7
simply i'm trying to monitor more than log file located on windows machine i want to be alerted whenever a string shows up such as the below
String 1 : Provider Error : Service not allowed - however the whole line looks like this Message=[Bee] Provider Error : Service not allowed , i couldn't update the item with the whole msg as i can't update the item with "[]"
anyway my item looks exactly like this
log[C:\logs\BeeTopup.log,Message=Bee Provider Error : Service not allowed,100]
and my trigger looks like this
{MOMKN-APP:log[C:\logs\BeeTopup.log,Message=Bee Provider Error : Service not allowed,100].str(Provider Error : Service not allowed)}=1
and i'm pretty sure the string shows up on my log file however i'm not alerted whenever it happens
another question can i assign more than one trigger "more than 1 string " for the same item ? and how would it look like then ?
Appreciate your support alot
simply i'm trying to monitor more than log file located on windows machine i want to be alerted whenever a string shows up such as the below
String 1 : Provider Error : Service not allowed - however the whole line looks like this Message=[Bee] Provider Error : Service not allowed , i couldn't update the item with the whole msg as i can't update the item with "[]"
anyway my item looks exactly like this
log[C:\logs\BeeTopup.log,Message=Bee Provider Error : Service not allowed,100]
and my trigger looks like this
{MOMKN-APP:log[C:\logs\BeeTopup.log,Message=Bee Provider Error : Service not allowed,100].str(Provider Error : Service not allowed)}=1
and i'm pretty sure the string shows up on my log file however i'm not alerted whenever it happens
another question can i assign more than one trigger "more than 1 string " for the same item ? and how would it look like then ?
Appreciate your support alot
Comment