Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Releasing Icinga Ansible collection v0.3.0

This release of the collection will feature a whole set of possibilities to deploy a complete Icinga 2 environment. Before diving deep into the collection, a quick recap of all roles which were available and which are included in the current release v0.3.0. New Roles in v0.3.0 To further enhance the Icinga 2 installation process via Ansible those roles are vital for a successful deployment. The Icinga DB is the future backend of Icinga 2, this can be handled with our icingadb and icingadb_redis roles.

Logic App Best Practices, Tips, and Tricks: #37 How to handle special characters inside Logic Apps actions?

Today, I will speak about another useful Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps): How to handle special chars inside Logic Apps actions.

HAProxy's Growth Continues with Rave Reviews and Powerful Capabilities

The G2 Fall 2023 Reports are in! And while leaves are on the verge of tumbling downward, HAProxy's acclaim across multiple categories, market levels, and global segments has only risen. For companies looking for—or migrating from—a load-balancing solution, HAProxy delivers simple adoption, scalable performance, strong security, and observable operation. Altogether, across six product categories HAProxy featured in 58 reports and won 30 badges, including “Momentum Leader”.

Everything you need to know about data sovereignty

In today’s digital age, the most effective organizations are using data to fuel innovation and accelerate business strategies. Data continues to be at the heart of business growth. Organizations increasingly rely on technology to manage and store their data. Questions about ownership, control, and security have emerged — leading to the rise of a concept known as data sovereignty. In this post we’ll explore.

The Path to a Dark NOC: Actionable Initiatives to Achieve Full Autonomy

A Dark Network Operations Center (NOC) is one that runs with no IT staff … at least that’s how it’s been defined up until now. But there’s more to interpret. Large, complex networks rely on the NOC — the core of network infrastructure — to keep them healthy and resilient. The NOC’s function allows employees, customers, partners, and other network users to rest a bit easier, and its integrity and accuracy gives them peace of mind.

Do these 5 things to get started with DORA

Do these 5 things to get started with DORA. If you're sold on the philosophy of DORA but don't know how to get started, follow our five tips: Give Sleuth a try and see how we give teams actionable insights on how to improve, no-code automations to instantly ship improvements, and metrics to measure their impact — all in a way that both managers and developers love.

Continuous integration for Yii2 APIs with Codeception

Continuous integration (CI) is the process of integrating changes from multiple contributors to create a single software project. A key component for a smooth CI pipeline is testing. Tests prove that the code does exactly what it says on the tin and that it’s safe to merge the code into the central repository. Tests also anticipate edge cases and ensure that the code handles such cases in a deterministic manner.

How California's New Emissions Disclosure Law Will Affect Data Centers

The new law, SB 253, aims to bring more transparency and accountability to the public about how big businesses contribute to climate change. It also hopes to encourage companies to reduce their emissions and align with the state’s ambitious climate goals. By 2030, California plans to lower its greenhouse gas emissions by 40% below what they were in 1990.

Ensuring consistent Kubernetes container versions

One of Kubernetes' killer features is its ability to seamlessly update applications no matter how large your deployment is. Did a developer make a code change, and now you need to update a thousand running containers? Just run kubectl apply -f manifest.yaml and watch as Kubernetes replaces each outdated pod with the new version.