Hello @All,
I'm tried already a lot with triggers, but I don' get the result I want.
I've the Item:
log["/oracle/admin/cs2p/bdump/test.trc","ora-","UTF-8",100]
I want a trigger which runs on every new entry, the item delivers.
For example I tried:
{host:log["/oracle/admin/cs2p/bdump/test.trc","ora-","UTF-8",100].str(%ora-%)}=1
I tried:
{host:log["/oracle/admin/cs2p/bdump/test.trc","ora-","UTF-8",100].str("ora-")}=1
But nothing works.
Can anybody help me?
I'm tried already a lot with triggers, but I don' get the result I want.
I've the Item:
log["/oracle/admin/cs2p/bdump/test.trc","ora-","UTF-8",100]
I want a trigger which runs on every new entry, the item delivers.
For example I tried:
{host:log["/oracle/admin/cs2p/bdump/test.trc","ora-","UTF-8",100].str(%ora-%)}=1
I tried:
{host:log["/oracle/admin/cs2p/bdump/test.trc","ora-","UTF-8",100].str("ora-")}=1
But nothing works.
Can anybody help me?
Comment