There was an error while loading. Please reload this page.
Pingdom exposes data on downtime events and response times.
measure
responsetime
uptime
headers
proxy
true
target
/results/12345?
status
Information on constructing /results urls can be found in the Pingdom API docs.
/results
Dash.stats() .config({ type: 'pingdom', source: 'https://api.pingdom.com/api/2.0', proxy: true, headers: { 'App-Key': 'abcde1fghij2klmnop3qrstuv4w5xyz6', 'Authorization': 'Basic ' + btoa('admin@foobar.com:mysecret') } }) .add( { title: 'Landing page uptime', measure: 'uptime', target: '/results/123456?', display: 'sum' }, { title: 'Landing page response time', measure: 'responsetime', target: '/results/123456?status=up,down,unconfirmed,unknown', display: 'last', format: Dash.Format.Microseconds } );