1

How can I monitor a website with Zabbix 2.2 that contains a defined string in the title? For example: https://stackoverflow.com/ contains 'Stack Overflow' in the .

Now I want to get an email, if there is another string instead of 'Stack Overflow' in the title. How can I do this?

Is it the required string in the steps?

Thanks.

1 Answer 1

3

There are two main options:

  1. use Web monitoring and put your string into "Required string" field;
  2. use web.page.regexp[] item and put your string into the <regexp> parameter.

In both cases, you can make a trigger that will alert you if the string is not there.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.