It appears that somebody created a pingdom account to ping my site once a minute, and since my website isn't hosted on a very strong server anyway, those requests get heavy and slow down the server, will blocking pingdom's servers through .htaccess
help? will it use less resources then when pingdom just downloads my entire homepage?
and if it will, is there a way to block them based on user agent? their IP always changes, but the user agent stay the same Pingdom.com_bot_version_1.4_(http://www.pingdom.com/)
Asked
Active
Viewed 1,631 times
-4

Sven
- 98,649
- 14
- 180
- 226

Mister_Fix
- 13
- 2
-
2Why are you posting here? You should be contacting Pingdom. – Michael Hampton May 05 '15 at 05:14
-
i tried, no response. – Mister_Fix May 05 '15 at 05:14
-
Try contacting them via an @reply on public twitter. If they think their brand image is at risk they'll probably be more likely to respond. – Tom O'Connor May 05 '15 at 06:51
1 Answers
3
I'd do it via iptables.
Pingdom have a specific set of IP addresses they use, and, unsurprisingly, make the list public.
You could retrieve the list, and script the process of creating iptables drop rules for them.

Tom O'Connor
- 27,480
- 10
- 73
- 148