Operations | Monitoring | ITSM | DevOps | Cloud

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

Monitors now support the HTTP QUERY method.

If your API answers on QUERY, you can now point a monitor straight at it. QUERY joins HEAD, GET, POST, PUT, PATCH, DELETE, and OPTIONS in the HTTP method list for HTTP, keyword, and API monitors. You can find it under the “Advanced settings” when editing or adding your monitor. QUERY became a standard in June 2026 as RFC 10008. It’s safe, idempotent, and it carries a request body.

Icinga Director: Targeted Health Checks and Sync Rule/Import Source Deletes from CLI

Icinga Director’s CLI commands have supported import sources and sync rules for a long time, which includes listing, checking and running them. Before Icinga Director v1.11.6 two things you couldn’t do from the CLI, though, were narrowing a health check down to a single object, or deleting an import source or sync rule without opening the web UI. I’ll walk through both, using examples.

Platform engineering is not just a developer trend, but a practice ITOps should be paying attention to

Riya has managed IT operations at a mid-sized FinTech company for six years. She knows the infrastructure inside out: Every server, monitoring alert, and compliance requirement is owned by her team. So when Riya heard the engineering lead mention their new internal developer platform in a quarterly review, she assumed her team would be looped in eventually. This did not happen. Three months later, Riya's team was called in to investigate an outage.

How to build a resilient incident management workflow using ilert

Your payment API suddenly returns 503 errors. Within seconds, your infrastructure monitors, application checks, and dependency monitors begin generating their own alerts. And while the dashboards keep flashing, the clock is still running. Your customers are waiting, internal teams are asking for updates, and engineers are trying to separate the real problem from the noise before the situation gets worse.

Monitor outages with StatusGator MCP and Claude

When a service your organization depends on stops working, you need to know whether the problem is internal or caused by a third-party provider. Connecting StatusGator to Claude gives you a faster way to find out. You can ask Claude what is down, investigate provider incidents, review affected components, and analyze historical uptime using data from your StatusGator account.

Open Source vs. Commercial Apache ActiveMQ Support

The finance team sees the "Apache License 2.0" on the ActiveMQ download page and concludes the software is free. The engineering team knows the broker requires configuration, monitoring, tuning, CVE patching, and incident response. All of those things cost engineering time, whether or not a license fee appears on the invoice.

The Great Telemetry Debate: Why AI-Ready Operations Require a True Data Fabric

If you are leading technology strategy today, you face consequential choices about how to manage your enterprise telemetry. Your decisions determine not only where logs, metrics, traces, and events are stored, but also who controls how operational data is collected, shaped, governed, and put to work in an optimal way for the security, observability, analytics, and AI systems that power your business.

AI SRE Agent Debugs a Lambda Timeout with the AWS MCP Server: AURA

A scheduled Lambda quietly stops completing and nothing pages you. AURA finds the function, reads its logs, and comes back with a three-second timeout. The usual path is opening the console, tracking down the right log group, and reading CloudWatch by hand. Here AURA connects to AWS through the MCP proxy AWS publishes, run locally with uvx against an AWS CLI that is already configured, so there are no new credentials to issue.

Solving bugs with elmah.io and Claude Code - a real-life example

I spend most of my day in Claude Code these days. Most of my development processes changed after having access to my own personal assistant. In this post, I'll show you a real-life example of how bug fixes are often done on elmah.io now. I hope it will inspire someone to optimize their workflow and get even more out of their elmah.io subscription.