I've got a Zabbix trapper item where I send a few lines of text to every now and then.
I want a trigger on it, that if the message I send has more then 2 lines of text in it, it should trigger.
So far I've got
but that doesn't seem to work.
Anybody have an idea?
I want a trigger on it, that if the message I send has more then 2 lines of text in it, it should trigger.
So far I've got
Code:
count(/my_server/my_key,#1,"regexp","\n")>2
Anybody have an idea?

Comment