Operations | Monitoring | ITSM | DevOps | Cloud

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

CompareCamp awards ManageEngine's endpoint protection software for its great user experience

Vulnerability Manager Plus is ManageEngine’s enterprise security program that empowers system administrators with an essential set of tools for managing and mitigating threats and vulnerabilities across systems in IT infrastructure. This security solution features specialized tools that help enterprises improve their overall security posture. Some of its unique tools include its integrated patch management module, security configuration management, and prioritization of vulnerabilities.

How Cortex uses the Prometheus Write-Ahead Log (WAL) to prevent data loss

Since the beginning of the Cortex project, there was a flaw with the ingester service responsible for storing the incoming series data in memory for a while before writing it to a long-term storage backend. If any ingester happened to crash, it would lose all the data that it was holding.

Remote Workforce Monitoring Dashboards 101

It's more important than ever to ensure your applications, tools and services are available for your remote workforce. Having visibility into the health and performance of these business-critical applications and infrastructures is critical for IT to maintain business continuity. With visibility into cloud applications like Zoom and Office 365, as well as the performance of critical services like VPNs and other tools, your team can quickly respond to issues and prevent outages.

Virtual Time Series Meetup - March 2020

Talk 1: Prophet for forecasts with InfluxDB Anais Dotis-Georgiou | Developer Advocate, InfluxData Abstract Data collection is only half of the battle. The other half is being able to easily perform data analysis. FB Prophet aims to make time series forecasting simple and fast. We’ll learn how to make a univariate time series prediction with Prophet and InfluxDB.

Mattermost recipe: Using Google Lighthouse and ChatOps for website auditing and performance tracking

Every web developer wants to build a website that adheres to the almost mythical “best practices” so that it is light and performant. But how exactly are developers supposed to measure performance? And what is considered to be a best practice when it comes to developing for the web?

Leveraging Lambda Cache for Serverless Cost-Efficiency

Cost-efficiency is one of the main pillars of the Serverless Well-Architected framework. Read-intensive applications can save money and improve efficiency by using cache systems. AWS Lambda’s internal memory could be used as a caching mechanism. A Lambda container remains alive after an invocation is served, even if it stays idle for some time. Whatever was loaded in the container’s memory will remain there for the next invocations.

Using API Gateway to run Database Queries

The most common integration type for AWS API Gateway is with Lambda functions. The API service can integrate with virtually any other service that accepts HTTP requests, though. This opens up possibilities to use the API Gateway as a proxy to database queries, without any compute layer such as a Lambda function. The direct integration between API and database is perfect when Lambda serves only as an intermediator.