DevObs

Monitoring tools to keep your website healthy

Visit Website
September 23, 2020 New Tool: SERP Simulator

The last few weeks I've opted for a slightly different direction. I parked the SSL dashboard stuff I was working on and worked with @alistairtweedie on a SERP simulator which he's been using to improve his SERP result for https://designremotely.co.

This has come along really well and I've now added it as a free tool onto https://devobs.co.

To make it even more useful I wanted to provide an integration so I created a bookmarklet that would allow you to open the SERP Simulator for any webpage as you are browsing the web. The link for the bookmarklet was just

javascript:(function() {
    window.open("https://devobs.co/tools/serp-simulator?url=" + encodeURI(window.location.href));
}());

Alistair got this to work well but had suggested a Chrome plugin would be better so I created a really simple Chrome plugin the had effectively the same code and it has been accepted into the Chrome Web Store. This was an early iteration (basic styling etc) as I wasn't 100% sure it would pass the review phase, so now I need to go and give it a bit of TLC.

And finally, I added a subtle CTA onto the SERP Simulator to let you know how many days until the SSL certificate expires for the domain being used in the simulation. I'm hoping this will help drive more users into the main product offering.

So, to round up this update, I've

Feel free to give it a try. You can see what Alistair has been using it with via https://devobs.co/tools/serp-simulator?url=https://designremotely.co/jobs/

2 Comments

  1. 1

    👋 Thanks again @chrisshennan Nice work! 👏

January 6, 2020 SSL Certificate Monitoring now available

I am pleased to announce that SSL certificate monitoring is now available from https://devobs.co/ssl-certificates.

Adding an SSL certificate monitor is a 3 step process

  • Perform a check against your website for a SSL certificate
  • Sign up for notifications (Add monitor button)
  • Click the confirmation link in the email.

You will receive a notification when your SSL certificate

  • is due to expire
  • has expired
  • is invalid
  • when the certificate is updated (i.e. has been renewed)

The next step is to take a step back from development and take a look at getting some users (other than myself) using it. My goal is for 100 SSL monitors to be activated by the end of the month.

Anyone who would like to try out the SSL certificate monitoring (and help me reach my 100 active monitor goal) would be most welcome 😊

https://devobs.co/ssl-certificates

Comment

November 29, 2019 DevObs Update

I've been chipping away at devobs.co most days since launch and adding lots of little tweaks here and there. Most of them are little updates that I can manage in a lunch hour or in a spare half hour before work i.e. providing better messaging for result statuses (invalid/expired), adding canonical tags, fixing a bug with mixed case input like DevObs (I found this because of auto-complete on my mobile), etc.

The results view has been reworked into more of a dashboard-style layout and can show the results from multiple checks. I intend to carry this layout through into a summary dashboard which I hope to build next year.

Work has also started on the MVP for SSL monitoring and notifications, which is going well, and I hope to have up and running towards the end of next week.

Throughout the week I've been doing random SSL checks of domains that pop into my head as I've been working and these random SSL checks have helped identify issues with 3 sites.

All-in-all a good couple of weeks.

1 Comment

  1. 2

    This comment was deleted 6 years ago

    1. 1

      Hi Alex,

      It's taken a wee bit longer than I anticipated to get the monitoring and notifications up and running but I've managed to get it launched now. If this is still of interest to you I would love for you to give it a whirl and let me know what you think.

      https://checkmysite.io/ssl-certificates

November 20, 2019 DevObs MVP Launched

DevObs is my latest side project and is intended to be a collection of tools to help with common day-to-day issues that crop up as you develop and maintain your application.

The first tool is an SSL Certificate Checker which checks to see if your SSL certificate is valid and when it expires.

This has arisen from a website migration job I've been working on where I am moving several sites to a new server, some with SSL configured using bought certificates, some using LetsEncrypt and some still not using SSL at all.

There are still a number of teething issues but I'm pleased to have got it out there in a relatively short space of time (working lunchtimes for the last 3-4 weeks).

Next steps - to enable monitoring and notifications of upcoming SSL certificate expirations

You can give it a whirl at https://devobs.co/ssl-certificates

2 Comments

  1. 1

    hey cool idea man.

    I think you could make the interface nicer by getting rid of everything non functional really simplify the userface.
    -toss the links and useless crap section at the bottom no1 every clicks/looks at /uses and is just ugly. toss the products button, home button - Literally just have the link section for ssl, and then an email section for when you release more features.

    Less is more in this way I think.

    1. 1

      Cool, thanks for the feedback. I'm not much of a designer so I bought a template and have attempted to work within it to get something up and running quickly, but it definitely needs refinement.

About

Providing solutions for common day-to-day website development and maintenance tasks