Irokez.cz monitoring
Czech web monitoring service tracking availability and performance metrics
About this crawler
Irokez.cz monitoring is a web crawler identified by the regular-expression pattern Irokez\.cz monitoring in the User-Agent request header. It is categorised as monitoring. Use the regex above to detect, log, allow, or block Irokez.cz monitoring traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- Irokez.cz monitoring
- Pattern
Irokez\.cz monitoring- Tags
- monitoring
- Reference
- https://datadome.co/bots/irokez-cz-monitoring/
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
Irokez.cz monitoring v1.2 - (http://www.irokez.cz, Irokez.cz, crawl)
Block this crawler
robots.txt — disallow Irokez.cz monitoring:
User-agent: Irokez.cz monitoring
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Irokez\.cz monitoring [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Irokez\\.cz monitoring") {
return 403;
}
← back to all crawlers