Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check type "HTTP page NOT contains substring test" #3

Open
Profforgr opened this issue Jan 29, 2016 · 1 comment
Open

Check type "HTTP page NOT contains substring test" #3

Profforgr opened this issue Jan 29, 2016 · 1 comment

Comments

@Profforgr
Copy link

Hi.

Can you implement New check type "HTTP page NOT contains substring test"? Probably this is easy task.

There are some broken engines (especially php ones) which does not return correct HTTP codes.

Example use case is to make few checks:

  1. "HTTP status OK"
  2. "HTTP page NOT contains substring test" "Database connection issue"
  3. "HTTP page NOT contains substring test" "Hacking attempt"

1st check will fail if website returns bad HTTP code.
2nd check will fail if website have database connection issue and does not return correct error code.
3rd check will fail if website have some security checks issue (i usually have this when using proxy_cache with some old and badly-written php engines) and does not return correct error code.

Thanks in advance,

Alex.

@ghub2015
Copy link

ghub2015 commented Apr 7, 2016

+1

(Based on using Bearmon.com implementation), I was hoping to be able to do regex negative lookahead so that I can be notified when a page does not contain certain text (i.e., "sold out" "out of stock" etc). But, this does not appear to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants