Known Issues

A list of workarounds for known issues with check_site_simple.

Please feel free to request a solution by sending an email to developer@monitoring-plugins.pro if you are not happy with one of the workarounds presented below.

Too many requests (youtube.com)

Example

CHECK_SITE_SIMPLE CRITICAL - 9 pages checked, 9 pages with error
https://www.google.com/sorry/index?continue=https://www.youtube.com/watch%3Fv%3DsynYj3Bxosg&q=EhAqAQT4DBd7mwAAAAAAAAABGJrCpfwFIhkA8aeDSxcPBPMfEdmb9DsAlGAotkqkym2pMgFy (ERROR: 429 Too Many Requests (source: http://tour.fediverse.at/friendica/ressourcen/))
...

Youtube does not like to get crawled. If your site has many links and a small interval between checks, you may reach some threshold and will be blocked.

Workarounds

  1. Check pages with youtube-links one by one and with a higher interval

  2. Exclude links to youtube from monitoring: --ignore="\Qyoutube.com\E"

Links to linked.in are heavily protected against automatic crawling and return 999 instead of 200 if their pages are requested by a crawler.

Workaround

Exclude external linked.in requests from the check: --ignore="\Qlinkedin.com\E"