Hi, have a problem with custom trigger creation.
I have a working server and client (1.8.3) . I try to clone working trigger and just replace the parameter (in web interface):
to
and get error:
ERROR: Cannot add trigger
Host key does not exist. Check expression part starting from '
roc.num[smbd].last(0)}<1 '
What do I do wrong? Am I missing something? (Didn't find any hint in the manuals)
I have a working server and client (1.8.3) . I try to clone working trigger and just replace the parameter (in web interface):
Code:
{rtrsrv4a:proc.num[sshd].last(0)}<1
Code:
{rtrsrv4a:proc.num[smbd].last(0)}<1
ERROR: Cannot add trigger
Host key does not exist. Check expression part starting from '
roc.num[smbd].last(0)}<1 'What do I do wrong? Am I missing something? (Didn't find any hint in the manuals)
Comment