Does anyone know of a place where I can find a list of Pingdom.com IP addresses? I need to whitelist them in Incapsula so that my website monitoring stations don’t get blocked.
Know the answer? Comment below! Got your own question? Ask it here.
Does anyone know of a place where I can find a list of Pingdom.com IP addresses? I need to whitelist them in Incapsula so that my website monitoring stations don’t get blocked.
Know the answer? Comment below! Got your own question? Ask it here.
Send this to a friend
Leave a Reply
1 Comment on "List of Pingdom IP Addresses"
wget --quiet -O- //www.pingdom.com/rss/probe_servers.xml | perl -nle 'print $1 if /IP: (([01]?dd?|2[0-4]d|25[0-5]).([01]?dd?|2[0-4]d|25[0-5]).([01]?dd?|2[0-4]d|25[0-5]).([01]?dd?|2[0-4]d|25[0-5]));/'
(Apache/Linux server)