Hi,
I've got an item configured (which I can see in Latest Data):
log[C:\Progra~1\freeFTPd\freeFTPd-ftp.log,@FreeFTPd-REGEX1]
The global FreeFTPd-REGEX1 regex is simple:
.*FTP.*server.*started.*
I've then got a trigger defined:
{HOSTNAME:log[C:\Progra~1\freeFTPd\freeFTPd-ftp.log,@FreeFTPd-REGEX1].str(started)}=1
I've then got an action which sends an e-mail when the trigger is triggered.
The problem is that the trigger will work only sometimes - I can't predict when it'll work but it's usually after making a change to the trigger. If seems like once the trigger is in 'problem' state it won't trigger again until 'reset'?
TIA Michael
I've got an item configured (which I can see in Latest Data):
log[C:\Progra~1\freeFTPd\freeFTPd-ftp.log,@FreeFTPd-REGEX1]
The global FreeFTPd-REGEX1 regex is simple:
.*FTP.*server.*started.*
I've then got a trigger defined:
{HOSTNAME:log[C:\Progra~1\freeFTPd\freeFTPd-ftp.log,@FreeFTPd-REGEX1].str(started)}=1
I've then got an action which sends an e-mail when the trigger is triggered.
The problem is that the trigger will work only sometimes - I can't predict when it'll work but it's usually after making a change to the trigger. If seems like once the trigger is in 'problem' state it won't trigger again until 'reset'?
TIA Michael
Comment