Hi all,
I'm trying to find the correct regular expression for my scenario.
In fact, I'd like to find two groups of words in my webpage : for example "Copyright 2001-2009" and "Connected as".
If i don't get this two groups -> trigger is ON.
I don't understand how Zabbix works over multiples lines for regex...
I tried that without success :
/(Copyright 2001-2009).*(^.*$)*.*(Connected as)/sm
Someone had already set up such a regex?
Thanks
Simon
I'm trying to find the correct regular expression for my scenario.
In fact, I'd like to find two groups of words in my webpage : for example "Copyright 2001-2009" and "Connected as".
If i don't get this two groups -> trigger is ON.
I don't understand how Zabbix works over multiples lines for regex...
I tried that without success :
/(Copyright 2001-2009).*(^.*$)*.*(Connected as)/sm
Someone had already set up such a regex?
Thanks
Simon
Comment