Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Getting the most out of Flyway Code Analysis | The Tony and Tonie Show

Flyway will automatically check pending migration files for code smells using built-in and customizable rules. In this episode, Tony and Tonie discuss not one but two Phil Factor articles! One explains how to get started, and the other provides a starter pack of custom regex rules to help teams implement their own coding standards and describes how to maintain your rule library efficiently as it grows.

Observability and IT Monitoring for Federal, State, and Local Government | LogicMonitor

If you work in public sector IT—whether at the federal, state, or local level—you know how complex things have gotten. Keeping everything running smoothly is a daily challenge between aging infrastructure, hybrid cloud environments, and growing cybersecurity demands. LogicMonitor's hybrid observability platform powered by AI helps government IT teams simplify monitoring, reduce alert noise, and avoid issues with AI-powered insights. You’ll see how observability helps agencies.

Why clear success criteria are critical when evaluating incident management tools

Choosing the right incident management tool is more than feature matching. For site reliability engineers, it’s about providing your team with efficient workflows, clarity around roles during incidents, and integrations that match your operational realities, especially when things inevitably go wrong. We've helped hundreds of companies migrate from their existing tooling over to a modern incident management platform.

Cloudsmith introduces EPSS Scoring in Enterprise Policy Management (EPM)

Cloudsmith’s Enterprise Policy Management (EPM) now supports the Exploit Prediction Scoring System (EPSS), a data-driven metric designed to estimate the probability of a software vulnerability being exploited in the wild. Using EPM in Cloudsmith, you can now use a package’s EPSS score to inform your package workflows, including those around Package Promotion and Package Quarantine.

Why Do You Need a Redis Monitor in Place?

Redis Monitor is a simple yet powerful command-line tool that displays every command processed by a Redis server in real-time. It provides visibility into exactly what’s happening inside a Redis instance as it happens. Running a single command can uncover hidden performance issues: The output reveals thousands of unexpected HGETALL operations on a key that should be accessed infrequently. This exposes a Redis call inside a loop, causing unnecessary database strain.