check_http and SNI Hostnames

You may find you need to perform a check where the FQDN you are monitoring doesn’t correspond to the IP address and some form of virtual server (or host headers) are in use. Now normally using a command like: Should just work however in certain instances depending on the configuration of the web server you’ll … Read more

Simple Disk Performance Testing Tool (for Microsoft Windows)

Running a disk test need not be complicated. Microsoft provide a cheeky little hard disk test program that can be used, you can download it from https://github.com/microsoft/diskspd. A simple run can be completed with the following command to test the hard drive performance based on the parameters entered. If you wish you can add “> … Read more

Unable to Remove Host from vSphere Distributed Switch (The resource ‘105’ is in use)

We were performing the migration to new Distributed Switches (running a later version) ready for our vCenter 7.x and ESXi 7.x upgrade and when attempting to remove a host from a distributed switch we got this error: VMware has an article KB76959 that describes this issue, however in our case rather than the VM (or … Read more

Requirements Collection Thoughts

The collection of user requirements can be a difficult and time-consuming process, working towards Agile principles the collection of requirements should be a collaborative process helping the requestor (customer/colleague) to discover what they want through requirements collection sessions to build a document that contains the necessary information for the design teams to build a solution … Read more

URLs, URIs, URNs and their Structure

So in performing an emergency workaround for a zero-day on a Microsoft Exchange server, I came across a term: URI. It’s something I’ve met before, but then realised, what actually is a URI? So I set out to find out and like many things went down a rabbit hole! In this article I’ll try to … Read more