Tag Archives: uptime

Product update – All the new things

New quarter, major changes!

Content Checker goes live

Content checker (full website scan) is getting out of an experimental stage. It means we will start charging for those tests, starting this weekend.
If you don’t want to be charged, please remove your tests before Sunday.

Pricing for those tests is as mentioned on the home page: 0.0001€ per unique link (1€ for a website with 10000 links).

We keep the crawler links limit for now (10000 links is current max capacity). This will change in the future.

Uptime checker granularity (time intervals)

Thanks to an awesome feedback we received from one of our new customers (thanks again ❤️), we’d like to announce that it will be possible to set up an uptime test with new time intervals: 2, 3 and 5 minutes cycles.

We plan to release this change later this week.

Application monitoring

We will introduce another, third AgentSlug.com product – application monitoring. It’s something like a reverse uptime check. For this product, AgentSlug.com doesn’t call you to check if the site is live, but your application is calling us to notify that something meaningful happened.

It’s already being used for our internal health check processes. We will explain this feature further on inside.agentslug.com when it will be closed to launch.

We will support nodejs first. If you happen to have some nodejs processes that do something important to you, feel free to contact us for an invitation to closed beta tests.

Further depreciation of the old UI

The old UI is in the maintenance mode for a couple of months, now it’s the time to close it entirely. The only feature which is not moved to the new UI is the PDF reports generation. Please copy them, if you wish. We won’t support this feature anymore since the default browser PDF generation good enough for sharing the reports as prints.

Sincerely,
Simon Nowicki
Head of the AgentSlug.com

 

p.s. Awesome cover photo by NeONBRAND on Unsplash

Average response time per country and a couple of fixes

During the last weeks we have worked on a couple of minor changes you won’t see because most of them are under the hood or not released yet. However, two of the released ones are probably important to you.

Uptime chart - response timesAverage response time chart

This was something we were planning to do, but there was never enough time to make it done.

So we finally did it in the middle of our work for a major change of the whole downtime alert system (which is going to be released soon) to get a brake and freshen up our minds.

As you can see on the screenshot, we simply added additional data to the existing uptime chart. Those data represent the average response time for your website, grouped by country. You can find it on the test report page.

The blue line has not changed, it’s still an uptime percentage per day. The additional lines are yellow, red and orange. Those show the average response time per day for each country (US, FR and PL).

We also added a tooltip to each line to give you more detailed information about what you see on the screen.

This is the first version of this feature. We are going to enhance it in the nearest future.

No more e-mail flood

While working on the new e-mail notification system, we found out that sometimes something bad happens with our crawlers, and sometimes more than one robot grabs a tests to do an uptime check.

For some (thankfully) edge cases it caused more than one downtime alert.

The edge case was: the robots behave nastily and grab already reserved test to be checked and the website is actually down. Then, two or three robots detect this downtime, and all of them send the downtime notice.

This should not happen again, since we have finally found the real bug in our code.