EdgePingBot

Website Uptime & Performance Monitoring Bot

User Agent: EdgePingBot/1.0 (+https://edge-ping.com/bot)

What is EdgePingBot?

EdgePingBot is an automated monitoring service that checks website availability and performance. It performs regular health checks to ensure websites are online and responding correctly.

What does it do?

Technical Details

Property Value
User Agent EdgePingBot/1.0 (+https://edge-ping.com/bot)
Request Method HEAD (lightweight, no content downloaded)
Check Frequency Every 60 seconds (verified sites only)
Request Timeout 5 seconds
Follows Redirects Yes (follows 301/302 redirects)
IPv4/IPv6 Both supported

Why am I seeing this bot?

You're seeing EdgePingBot in your server logs because someone has added your website to Edge-Ping for monitoring. This means they want to track your website's uptime and receive alerts if it goes down.

Note: Only verified website owners can monitor their sites. Users must prove ownership via DNS TXT record verification before monitoring begins.

How to whitelist EdgePingBot

If you want to allow EdgePingBot while blocking other bots, you can whitelist it by user agent or IP addresses.

Cloudflare WAF Rule

(http.user_agent contains "EdgePingBot")

Nginx Configuration

# Allow EdgePingBot
if ($http_user_agent ~* "EdgePingBot") {
    set $bot_allowed 1;
}

Apache .htaccess

# Allow EdgePingBot
RewriteCond %{HTTP_USER_AGENT} EdgePingBot [NC]
RewriteRule .* - [L]

robots.txt

User-agent: EdgePingBot
Allow: /

Request Headers

EdgePingBot sends minimal, standard HTTP headers:

User-Agent: EdgePingBot/1.0 (+https://edge-ping.com/bot)
Accept: */*
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

Should I block this bot?

No, you should not block EdgePingBot if:

Consider blocking if:

Rate Limiting

EdgePingBot is respectful of server resources:

Privacy & Data Collection

EdgePingBot collects only the following data:

We do NOT collect:

Transparency & Ethical Use

We believe in complete transparency about how Edge-Ping operates:

This tool is designed for: This tool is NOT for:

What We Monitor (and Don't)

We DO monitor:

We DO NOT monitor:

Contact & Support

If you have questions or concerns about EdgePingBot:

For Website Owners

Want to monitor your own website? Visit edge-ping.com to set up free uptime monitoring with EdgePingBot.