Exporting Data from WebSitePulse's API to Google Drive

Posted on June 7th, 2012 by Victoria Pal in Monitoring, Tools, Tech, Guides

Google Drive APIWhat’s the fun in having a fully functioning API if you can’t play around with it, right? Sometimes data is needed in different forms to serve a specific purpose. APIs are great when the existing interface and available functions are not enough. Getting data straight to spreadsheets is great for custom reports and graphics. So, let’s learn how to do this.

Today we are going to focus on XML and export data with the HTTP API. Before we start, let me remind you that if you want to replicate and build upon any of what I’m writing below, you will need to register for any of our services – paid, trial or free. They will all give you access to our API and what you have in your account.

Read more...

DNS Tools

Posted on February 28th, 2012 by Victoria Pal in Tools

Web ToolsSometimes the little things can get your online business in trouble. Each time someone comes to your website they go through a Domain Name Server, part of the Domain Name System. The Domain Name System makes it possible to assign domain names to groups of Internet resources and users in a meaningful way, independent of each entity's physical location. Internet domain names are easier to remember than raw IPv4 and especially IPv6 addresses.

We provide several free DNS Tools to help out with some important questions:

Read more...

How Email Round-Trip Test Works

Posted on August 20th, 2010 by Victoria Pal in Tools, Tech, Guides

In our previous post, we discussed the email round-trip monitoring level as the best solution for preventing email outages. Today we will dig a little deeper and see the possible scenarios which the email round-trip test can follow. Let me clarify what the email round-trip test actually does.

First, our monitoring agent connects to the SMTP server that you have specified or retrieved automatically through the MX records and sends a test message. By doing this, our system verifies that your SMTP server is working properly. Next, the agent will try to log into the POP3/IMAP server and retrieve the message. If the message is received, the test will be considered successful, and the message will be deleted. If, on the other hand, the message is not found in the mailbox after a certain period, which is configurable and usually between 5 and 15 minutes, the check will be considered a failure, and you will be alerted.

Read more...