Questions tagged [pingdom]

Relating to the use of Pingdom services and/or their associated ReSTful API and API bindings

73 questions
15
votes
1 answer

Remove the following redirect chain if possible from Google

We have recently started using Google Analytics and activated Google Re Marketting on Analytics panel Now we are seeing the following error messages when testing with Pingdom: Its says Remove the following redirect chain if…
Fahad
  • 1,943
  • 22
  • 27
8
votes
6 answers

How to Monitor Uptime of 20 Websites (Ping or HTTP) in Node.js/RoR

What's the best way to ping a list of 20 websites every 5 minutes (for example) in order to know if the site responds with HTTP 202 or not? The no brainer idea is to save the 20 URLS in a database and just run the database and ping each one.…
donald
  • 23,587
  • 42
  • 142
  • 223
8
votes
0 answers

Pingdom external service format

I am trying to send alert from Logentries to Pingdom. Logentries support webhooks and Pingdom can integrate with External Services. Based on http://royal.pingdom.com/2015/02/10/integrate-nagios-pingdom/ I have figured out that it is possible to…
Lukas
  • 13,606
  • 9
  • 31
  • 40
5
votes
1 answer

Are "data URLs" a good way to improve favicon loading speeds?

While working in my own website, I'm facing a delay loading time (based on waterflow) for my site's favicon. I tried lots of way to reduce to waterflow delay but failed to manage it. After spending over 3 hours, I've figure out this solution which…
5
votes
1 answer

Pausing a Pingdom check via the Pingdom API using curl (BASH)

Here is my curl command: curl -X PUT -u 'adminaccount:teampassword' -H 'Content-Type: application/json' -H 'App-Key: appkey' -d 'paused=true' https://api.pingdom.com/api/2.0/checks/checkID I get the following error when passing through the admin…
jto
  • 175
  • 6
  • 21
5
votes
2 answers

How to get Pingdom checks with JQuery .Ajax?

so far as I can tell my issue is that my GET request is not authorised. But my attempts to add authorisation in headers or as values in the URL (api key, username, password) are not being successful. eg. $.ajax({ type: 'get', async: false, …
Gavin
  • 2,214
  • 2
  • 18
  • 26
4
votes
4 answers

why could my website be 'loading' twice?

or at least that's what pingdom says, and i think it's a pretty reliable service, Notes: APACHE: php & mysql No iframes htaccess: #Gzip AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css…
Toni Michel Caubet
  • 19,333
  • 56
  • 202
  • 378
4
votes
1 answer

use pingdom to monitor soap service

I'm sending a SOAP request to my server via Pingdom -- just put the XML content in the POST data field. When clicking "Test Check", the button greys out for a few seconds and then comes back. I've tried with SoapUI and Postman respectively, it…
Alex
  • 475
  • 1
  • 5
  • 16
4
votes
1 answer

Pingdom restful API C#

I am having trouble using Pingdoms API I have generated a key for my application and added it to the header of my request. But i keep getting a 401 errorcode :( NetworkCredential nc = new NetworkCredential("my_email", "my_password",…
FlyingHippo
  • 177
  • 2
  • 12
3
votes
2 answers

Architecture to create an uptime monitor in Node.js

What's the best solution for using Node.js and Redis to create an uptime monitoring system? Can I use Redis as a queue but is not the best way to save information, maybe MongoDB is? It seems pretty simple but needing to have more than 1 server to…
donald
  • 23,587
  • 42
  • 142
  • 223
3
votes
5 answers

Where is the bottle neck on Magento load time

I am trying to improve the load speed of my Magento store http://www.jinkou.info the load time for the front page on pingdom tools is 13 seconds! It seems that the delay in the pingdom readout is the green section after "connect" What is likely to…
Matthew Dolman
  • 1,732
  • 7
  • 25
  • 49
3
votes
1 answer

Pingdom API create check via curl

I am creating a pingdom check via api, however there seems like the http attributes are not getting accepted, not sure if I am missing something in the syntax. Here's the curl i used, curl -X POST -u 'your@email:yourpassword' -H "app-key: app-key"…
user3668330
  • 39
  • 1
  • 5
3
votes
5 answers

Load time Issues related to admin-ajax.php (with PINGDOM results link)

I am trying to get the load times on my website down. It loads really slowly and iv tried a couple of solutions. Using gmetrix to solve issues such as optimizing images . Using pingdom to see what the issues are. As listed in the below link are…
user2189801
  • 83
  • 1
  • 1
  • 11
2
votes
2 answers

Stop Pingdom counting Social Media in website speed report

Here's a speed test report: http://tools.pingdom.com/fpt/#!/q25sGwB65/www.scirra.com As you can see about half that speed is lost to social buttons. I'm doing some reports on page loading time, and we wish to exclude these from the report but they…
Tom Gullen
  • 61,249
  • 84
  • 283
  • 456
2
votes
0 answers

Expiring Headers not detected by Speed Check Services

I've set this expiring headers rules ############################################ ## Add default Expires header ## http://developer.yahoo.com/performance/rules.html#expires # Enable expirations ExpiresActive On # Default…
BigBlack
  • 163
  • 2
  • 12
1
2 3 4 5