Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

SCOM is the most popular tool for monitoring SBC/ VDI

Google “SCOM and Azure” and the top hits will tell you all about “Moving from SCOM to Azure Monitor”, “Changing of the guard…”, and “Microsoft explains why it replaced SCOM with Azure Monitor” etc. If you only read the marketing, you’d be forgiven for thinking SCOM is being replaced. Microsoft’s marketing push on Azure Monitor has no doubt caused some uncertainty about the position of SCOM.

12 Tools to Provide a Killing Content for Your eCommerce Blog

With so much competition in the world of e-commerce, managing to reach the level of exposure targeted and to maintain your site visitors engaged isn’t easy. You need to use effective strategies that allow you to boost the appeal of your platform, maintain rankings up and decrease bounce rates.

Deduping HA Prometheus Samples in Cortex

One of the best practices for running Prometheus in production environments is to use a highly available setup, in which multiple Prometheus instances all scrape the same targets. This means multiple instances have all your metrics data, so if one fails, the data is still available on another. Ideally, each instance would run on a separate machine.

LogicMonitor's Best Practice Approach to Security

A few months ago, LogicMonitor was certified to the ISO 27000 standards for Information Security management, so I thought I’d take the opportunity to write a bit about our efforts to build our information security certification program as well as our own best practices for secure use of the LogicMonitor platform.

What is RAID? What types of RAID are out there?

What is raid? Do you want to find out? The term RAID is related mostly to those components of our computers that allow us to store information and get our computer up and running properly.. What would we do without hard drives? Well… In this article we are going to learn what a RAID is and some of the types of RAID that exist. Let’s go!

How to Collect Kubernetes Data

Now that we understand what machine data is available to us, how do we get to this data? The good news is that Kubernetes makes most of this data readily available, you just need the right tool to gather and view it. The solution we will discuss here heavily utilizes open source tools for collection and data enrichment because of their deep integrations and overwhelming community support.

SDLC Models in 2019: How They've Aged and What's Current

The software development life cycle (SDLC) started to become a formalized process for software development in the 1960s. That’s pretty much when software systems started to exist. With its loosely defined development phases, the SDLC has become a software development term that gets a lot of people talking. The SDLC, however, is more of an acronym packed with meaning than a specification or framework for software development.

The 10 Most Common HTTP Status Codes

As a typical Internet user, nothing is more frustrating than waiting for a web page to display, only to receive a “Page Not Found” 404 error status code. Sure, we try reloading the page, and sometimes that gets the gremlins to start working, but most times, the issue is out of our hands. For all of us typical users, we either go onto the next thing or find a different site. There’s a lot going on in the background that most of us are completely unaware of.

Monitor Java memory management with runtime metrics, APM, and logs

The Java Virtual Machine (JVM) dynamically manages memory for your applications, ensuring that you don’t need to manually allocate and release memory in your code. But anyone who’s ever encountered a java.lang.OutOfMemoryError exception knows that this process can be imperfect—your application could require more memory than the JVM is able to allocate.