Hey guys,
we have a problem with one trigger, that dont want to work, because of a "cannot convert"problem.
In this scenario we want to get an alert, when the item gets a value in the last two ours. Therefore we created an "log" item with the following
item key.
Code:
log[/var/log/auth.log,"Failed password for ([a-z]+)",,,,\1]
So we just get the username of the Logentry and only if there is a failed login.
The trigger should work, but there is the issue with the expression result converting.
Code:
length(last(/cs-web01/log[/var/log/auth.log,"Failed password for ([a-z]+)",,,,\1]))>=1
Anyone an idea what is causing this issue? We are a littlebit confused

Thanks alot! Kind regards,
Ulli
Comment