Operations | Monitoring | ITSM | DevOps | Cloud

Tips from the field: Managing costs in Azure

If you’re reading this article, chances are you’re about to start moving into Azure and want to get your cost control right from the start, or you’re already on your journey and are running into problems getting a clear view of where you’re spending your money. Moving into Azure, or any other cloud, brings with it a new set of challenges that you just don’t face on-prem, and the big one is that pretty much everything incurs its own running cost.

Improving the Prometheus exporter for Amazon CloudWatch

A Prometheus CloudWatch exporter is a key element for anyone wanting to monitor AWS CloudWatch. Exporting CloudWatch metrics to a Prometheus server allows leveraging of the power of PromQL queries, integrating AWS metrics with those from other applications or cloud providers, and creating advanced dashboards for digging down into problems. But, who watches the watcher? Despite those advantages, using the wrong exporter or an incorrect configuration can have bad consequences in production environments.

Speeding up Rails with Memoization

Whoever first said that "the fastest code is no code" must have really liked memoization. After all, memoization speeds up your application by running less code. In this article, Jonathan Miles introduces us to memoization. We'll learn when to use it, how to implement it in Ruby, and how to avoid common pitfalls. Buckle up!

Speed up ticket resolution in your ServiceDesk Plus help desk with automation

Helping businesses deliver a seamless customer experience and ensure zero downtime has always been a key aspect of ManageEngine ServiceDesk Plus. One of this service desk solution’s powerful integrations is with Site24x7, wherein tickets are logged for specific Site24x7 alerts like Trouble, Critical, and Down. Once the incidents are resolved in Site24x7, their associated tickets are automatically closed in ServiceDesk Plus.

Kafka monitoring: Metrics that matter

Kafka is a distributed streaming platform that acts as a publish-subscribe messaging queue by receiving data from various source systems and making it available to various systems and applications in real time. Key advantages for utilizing Kafka are that it provides durable storage, meaning the data stored within it cannot be easily tampered with, and it is highly scalable, so it can handle a large increase in users, workloads, and transactions when necessary.

Service and process monitoring: At a glance

With Site24x7 Server Monitoring, you can track the availability and system-level metrics of your servers, including CPU, memory, disk usage, and more. But did you know that you can also monitor the performance of each and every service and process running on your servers? Don't fall behind Almost all applications rely on a large number of services (for Windows) and processes (for Linux) to run smoothly and effectively.

When Incidents are not investigated, Problems await

Incident and Problem Management are two very different issues in IT service management that are unfortunately often used interchangeably. On the surface, it might just seem like a matter of terminology. But, what if you get to know that one is a small hiccup and the other could dent your entire quarterly or annual results?

Pre-Cache CDN Edge Servers with Synthetic Monitoring

A Content Delivery Network (CDN) is a collection of distributed nodes, called edge servers, connected to the same origin servers and placed local to the users’ location. If you are using a CDN, your website content is delivered to the user from the nearest edge server to their location. Without a CDN, you are putting stress on the origin server every time a user requests something.