Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Introducing CFEngine Custom Promise Types

In CFEngine 3.17, custom promise types were introduced. This allows you to extend policy language, managing resources which don’t have built in promise types. The implementation of custom promise types is open source, and available in both CFEngine Enterprise and CFEngine Community. To implement a new custom promise type, you need a promise module.

Why You Should Monitor Your GCP Infrastructure

Google Cloud Platform (GCP) is a crowd favorite of both developers and large enterprise consumers. While some smaller GCP services occasionally shut down with little warning, the main GCP services continue to grow in both adoption and functionality. Monitoring and understanding GCP usage across an organization becomes more complex as the organization grows and functionality increases.

Python Memory Management: The Essential Guide

Python is not known to be a "fast" programming language. However, according to the 2020 Stack Overflow Developer Survey results, Python is the 2nd most popular programming language behind JavaScript (as you may have guessed). This is largely due to its super friendly syntax and its applicability for just about any purpose.

Beginner's Guide to Jaeger + OpenTracing Instrumentation for Go

This post aims to provide a very simple beginner’s guide to Jaeger + OpenTracing instrumentation for Go applications (the terms “application” and “service” is used interchangeably in this document) via a working example. If you are new to instrumentation, I recommend that you first read this post for a practical introduction to instrumentation for Jaeger and OpenTracing. You can also get more info on using logs in Go.

Using Microsoft's New Network Connectivity Insights Tools

Microsoft’s new network insights tools – recently released as a preview – provides an overview of connectivity to your tenant and gathers information from the new Microsoft 365 network. These previews make it easier for administrators to better understand potential problems and whether users have good or bad connectivity to the service.

IT Service Management: The Supporting Bridge for Hybrid IT Infrastructure

For many organizations, the circumstances of 2020 led to a review of on-premises infrastructure and opportunities to take a leap to the cloud. These decisions are not one-size-fits-all, and there are slew of challenges to keep in mind. Tackling those migration challenges has led organizations to hybrid IT—an environment of technology infrastructure that lives partially on-premises and partially in the cloud.

A Strong Performer in End-User Experience Management in The Forrester New Wave, Q4 2020

Catchpoint has been recognized as a Strong Performer in the emerging field of end-user experience management (EUEM) by Forrester Research in The Forrester New Wave™: End-User Experience Management, Q4 2020. The Forrester New Wave report aims to help I&O professionals identify the right partner for their EUEM needs.

Designing Icinga's Brand Identity

„Thanks for coming! Thanks for supporting us as a company, as a product, as our people! Enjoy the wonderful night!“ A shower of confetti was pouring over the heads of celebrating people just as our CEO Bernd finished his sentence. „I Gotta Feeling“ by Black Eyed Peas played. The song was released on May 21, 2009. Just shortly after Icinga was seeing the light of the world on May 6, 2009. It was the early summer of 2019. We were celebrating the 10th anniversary of Icinga.

What Is AIOps and Why Should I Care?

Artificial intelligence for IT operations (AIOps) means a lot of different things to a lot of different people, so a definition of what it is and what it does is difficult to nail down. In an age where digital acceleration is priority zero, companies are evaluating cultural shifts towards new operating models like service ownership to unlock efficiency in a complex world of hybrid cloud environments, AIOps emerges as an attractive potential investment to solve central IT aches and pains.

Puppeteer vs Selenium vs Playwright, a speed comparison

When we decided to build Checkly's browser checks, we chose to do so with Puppeteer, an open-source headless browser automation tool, later adding Playwright, too. We wanted to support users with synthetic monitoring and testing to let them know whether their websites worked as expected at any given moment. Speed was a primary concern in our case. Yet, determining which automation tool is generally faster is far from simple.