Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Reviewing Every New Feature in HAProxy 3.0

HAProxy 3.0 maintains the strong momentum of our open-source load balancer into 2024 with improvements to simplicity, security, reliability, flexibility, and more. In this blog post, we'll dive into what’s new in version 3.0, providing examples and context. It’s a long list, so get comfortable and maybe bring a snack! All these improvements (and more) will be incorporated into HAProxy Enterprise 3.0, releasing later this year.

Sitemap monitoring is now available at Oh Dear

Oh Dear can perform many checks: uptime, broken links, scheduled jobs, DNS, and much more. We proud to announce that we’ve added a new check: sitemap monitoring. This check will make sure that the structure of your sitemap is correct. We’ll also check if each and every link it links to a page that returns a correct response. Whenever we detect a problem, you’ll be notified via one of our many supported notification channels.

Document Library Reporting

In today’s data-driven world, efficient document management is crucial for organizational success. Document library reporting helps track and analyze the usage, storage, and compliance of documents within SharePoint Online. To streamline this process, tools like SharePoint Storage Explorer offer comprehensive solutions that enhance your reporting capabilities.

Cloud Migration Challenges: Solutions for a Successful Move to the Cloud

Cloud migration has become a crucial strategy for businesses aiming to capitalize on scalability, flexibility, and cost-saving opportunities. As organizations transition from traditional data centers to cloud infrastructure, these companies can access advanced cloud services, enhance operational efficiency, and ensure seamless data and application management. However, cloud migration challenges can be difficult to solve.

A Guide to CI/CD Pipeline Performance Monitoring

In the modern software development landscape, Continuous Integration and Continuous Deployment (CI/CD) pipelines have become essential. They automate the process of integrating code changes, running tests, and deploying applications. The efficiency and reliability of these pipelines are critical to the overall success of a software project, and CI/CD pipeline monitoring plays a vital role in maintaining and improving these attributes.

Optimizing observability costs with a DIY framework

Observability costs are exploding as businesses strive to deliver maximum customer satisfaction with high performance and 24/7 availability. Global annual spending on observability in 2024 is well over 2.4 billion USD and is expected to reach 4.1 billion USD by 2028. On an individual company basis, this is reflected by observability costs ranging from 10-30% of overall infrastructure spend. These costs will undoubtedly rise with digital environments expanding and becoming ever more complex.

Azure Virtual Machine out-of-box dashboard makes it easier to get started

I first started my career in IT support back in 2003 when VMs where something that was “coming” rather than mainstream, so I had the privilege of witnessing the birth of VMs first hand when my company made the switch from bare metal to VMware GSX running on top of Windows Server 2003.

Azure DevOps success with out-of-box dashboards & monitoring

In previous roles I have been both an Engineering Manager responsible for a team, and a Program Manager responsible for branching strategy and process around CICD pipelines. In both of those roles (but for very different reasons), my product's build quality has been critical to product success. The obvious "why" to this is no builds, no product, but the real why is much more nuanced.

Azure Storage Cost Optimization: 19 Ways To Cut Waste

Azure storage pricing can be complex, with multiple tiers, storage types, and payment options to consider. This complexity can lead to unexpected costs, ruining your Azure cloud budget. Additional fees for read/write transactions, metadata storage, snapshots, and early deletion fees can add up. The good thing is you can review and adjust your storage configurations to minimize unnecessary costs.

Install and uninstall packages based on conditions

For security reasons, you generally want to uninstall talk, samba, and apache2 in your infrastructure. However, on your webservers, which have the webserver CFEngine class defined, you might want Apache to be installed. With the conditional-installer module, you can put talk,samba,apache2 in the list of packages to uninstall. And in the list of packages to install, you can put apache2 with the condition webserver. Hence, the module will install apache2 on your webservers and uninstall it everywhere else.