Operations | Monitoring | ITSM | DevOps | Cloud

Cookdown Alert Sync Wait Rules Explained

From Cookdown Alert Sync 1.5 onwards, the SCOM connector for ServiceNow allows you to hold alerts for a period of time before deciding whether to create an Incident in ServiceNow for them or not. This is great for preventing alerts from port flaps or CPU utilization spikes from being raised as Incidents. We call this functionality "Wait Rules" and this video explains how they work

Meetup ElasticFR Paris #44 : Monitoring the COVID-19 outbreak using the Elastic Stack

The outbreak of the COVID-19 has surprised a lot of different countries all over the world. In this virtual meetup we are going to see how easy it is to put data from the World Health Organization regarding COVID-19 in Elasticsearch and visualize them in Kibana.

DevOps Patterns and Antipatterns for Continuous Software Updates at Cloud Native Virtual Summit

So, you want to update the software for your user, be it the nodes in your K8s cluster, a browser on user’s desktop, an app in user’s smartphone or even a user’s car. What can possibly go wrong? In this talk, we’ll analyze real-world software update fails and how multiple DevOps patterns, that fit a variety of scenarios, could have saved the developers. Manually making sure that everything works before sending an update and expecting the user to do acceptance tests before they update is most definitely not on the list of such patterns.

The 5 Best Open Source Load Balancers

Consider for a moment which fundamental pieces of technology enable the modern web. Odds are, you’re thinking about things like Javascript and HTTP—and yes, they are fundamental parts of the modern web. But, the often-overlooked component of this ecosystem that has truly enabled the web to scale to billions of users and transactions is load balancers.

Beyond Monitoring: From Bits and Bytes to Business-Level KPIs

When discussing monitoring with IT and technical operations teams, it comes as no surprise that every team has its own parameters and requirements for their particular environment. Some teams just need an up-down of specific devices or interfaces, and others need more granular metrics like JVM or database performance. At the end of the day though, everyone is responsible for a service.

What is Load Testing? | Load Testing with LoadView

What is load testing and why is load testing important? Load testing is the practice of simulating real-world usage, or load, on any software, website, web application, API, or system. This video sets out to explain the reasons why companies should load test and we'll go through a short demo of our load testing platform LoadView.

Query string parsing in .NET: The old way vs. the new, which is better?

Query string parsing in ASP.NET has never been pleasant. The APIs were always a little weird and had some gotchas. Well, in .NET Core, Microsoft has taken another stab at a query string parsing API. Now, remember, they've had over a decade to come up with something better.... have they managed to improve things? Let's find out.

Go Big With Pseudo-Versions and GoCenter

Go modules have helped bring order to Go development, but there’s been some disorder lurking. Managing module pseudo-versions can be difficult, especially with some of the latest changes to Go. JFrog GoCenter, the free repository of versioned Go modules, now includes some important updates that can help you stay on course. Let’s take a look at how pseudo-versions work, and what you can expect from those changes.