Operations | Monitoring | ITSM | DevOps | Cloud

Monitoring

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

Laravel Monolog Handler for Logflare

For our API, we’ve been happily using NewRelic’s monolog enricher for a while, which sends our application logs to NewRelic at the end of each request, making it light and fast for our system not to be bothered by it. Until it stopped working with the upgrade to Composer 2, and they knew about it for several months and still didn’t do a single thing to fix it. So I decided to move to Logflare. Logflare is a fast, light, scalable, and powerful logging aggregator.

Best practices for monitoring Microsoft Azure platform logs

Microsoft Azure provides a suite of cloud computing services that allow organizations across every industry to deploy, manage, and monitor full-scale web applications. As you expand your Azure-based applications, securing the full scope of your cloud resources becomes an increasingly complex task. Azure platform logs record the who, what, when, and where of all user-performed and service account activity within your Azure environment.

Document. Don't create.

Reading through the Traffic Secrets book by Russell Brunson I found out about a very interesting tip of Gary Vaynerchuk: Document. Don’t create. For years, the fact that we cannot provide transparency from what we learn as we’re moving along and growing was a constant thorn in my back. Even when we decided to do a marketing (a.k.a. content) push with our blog, it did not bring that much value since I, as the founder of Monitive, didn’t find the time to write.

The Digital Workspace Monitoring Journey

One of the best parts of our job is enabling you to become the best #ITPerformanceHero that you can be. But behind the scenes, eG Innovations is filled with talented team members who wear their own IT Hero capes. We want to take some time to introduce you to a few of them, who make eG Innovations the leading performance monitoring company in the market. We’re pleased to introduce Babu Sundaram, Head of Product Engineering at eG Innovations.

How To - Monitor Multi-Cloud with Catchpoint

Many companies have adopted a multi-cloud environment for their services and many more plan to expand cloud usage in the future. As more VMs and workloads transition to public and private clouds, it is becoming clear that multi-cloud is becoming a standard or benchmark rather than something optional that businesses want to ‘try out’.

Using Thola for monitoring your network devices

Once upon a time there was a small company in the south west of Germany that used an old check plugin for monitoring its network devices. But as their network got bigger and bigger over time, the plugin (written in Perl) became more greedy than ever before and swallowed all of the available resources. The CPUs were melting and the RAM was about to collapse. So a small team of creative software developers decided to take the fate of their company into their own hands.

What Is NullReferenceException? Object reference not set to an instance of an object

“Object Reference Not Set to an instance of an object.” Cast the first stone those who never struggled with this error message when they were a beginner C#/.NET programmer. This infamous and dreaded error message happens when you get a NullReferenceException. This exception is thrown when you try to access a member—for instance, a method or a property—on a variable that currently holds a null reference. But what is a null reference?

JSON to InfluxDB with Telegraf and Starlark

Data platforms — or databases with sets of APIs for flexibly working with data — are quintessential backbones for those who rely heavily on being able to change how they obtain data and work with their data over time. A good data platform will provide you the necessary tools to glean the insights you need to solve tangible problems. That platform should also hopefully make it so you don’t have a bad time doing it!