monitor - Monitoring a website that contains a defined string with Zabbix -
how can monitor website zabbix 2.2 contains defined string in title? example: https://stackoverflow.com/ contains 'stack overflow' in .
now want email, if there string instead of 'stack overflow' in title. how can this?
is required string in steps?
thanks.
there 2 main options:
- use web monitoring , put string "required string" field;
- use web.page.regexp[] item , put string <regexp> parameter.
in both cases, can make trigger alert if string not there.
Comments
Post a Comment