Operations | Monitoring | ITSM | DevOps | Cloud

Logging Practices: Know What to Log

Logging is an essential component of many applications. Every application has a different logging technique. You may prefer certain logging implementations, but you must also consider what to log, when to log, how much to log, and how to control logging. System administrators and developers, particularly the support team, benefit greatly from a well-designed logging system. For both the support team and the developers, logs save a lot of time.

5 tools to increase Kubernetes developer productivity

Over the years Kubernetes has become the de facto orchestration platform and it becomes important that developers have the right set of tools to increase their productivity for development and operations. In this talk, Saiyam and Kunal from Civo will discuss the following tools: These tools not only accelerate the development workflow but also help to debug issues faster. You can improve your productivity by 10x using these tools and speakers will be showcasing demos for each one of them. In the end, they will also talk about their recommendations for working and developing with Kubernetes.

Protecting your SAP systems from new vulnerabilities

New ICMAD bugs require immediate attention and patching for SAP systems. The dust has not yet settled on the CVSSv3 10.0 score Log4j security vulnerability, which has been keeping IT employees across all businesses very busy since December 2021. Read this article to learn more about the CVSSv3 10.0 score Log4j security vulnerability.

Announcing HAProxy Data Plane API 2.5

The focus of the 2.5 version was on expanding support for HAProxy configuration keywords, and that’s where most of the effort during this release cycle was spent. We will continue doing that during the next couple of versions to gain complete feature parity with both the HAProxy configuration and Runtime API so that you can use the Data Plane API as a full-featured way to configure HAProxy.

How to Detect Network Congestion

We’ve all been stuck in traffic congestion on the road at some point in our lives. Traffic congestion may happen when there’s too many cars on the road, when there’s an accident or a closed street. Network congestion isn’t too different from that - but instead of cars causing congestion, it’s a different type of traffic. That’s why, in this article, we’re running you through how to detect network congestion with Network Monitoring tools.

Track down high PVS device rates with release MetrixInsight for CVAD - v1.4.22004.x

Track down high Citrix Provisioning Services device retry rates with our new MetrixInsight for Citrix Virtual Apps and Desktops (CVAD) SCOM Management Pack release. MetrixInsight for CVAD is a CITRIX® Ready SCOM Management Pack for monitoring Citrix Virtual Apps and Desktops, Citrix License Server, Citrix Provisioning Services, Citrix StoreFront and Application Delivery Controller, formerly known as NetScaler.

How to Handle Java Lang OutOfMemoryError Exceptions

All the applications that you’re trying to execute require memory. It doesn’t matter if the application was developed using assembly language. Or if you used a low-level programming language like C or a language compiled to a bytecode like Java. Running the application requires memory for the code itself, the variables, and the data that the code processes. Depending on your usage, the memory requirements will vary.