Operations | Monitoring | ITSM | DevOps | Cloud

LAS Migration Aftermath: What Happened to Your License Usage Metrics?

When Citrix introduced License Activation Service (LAS), customers transitioned from the traditional file-based licensing model to a new cloud-connected licensing architecture. For most administrators, the migration itself was straightforward. The biggest surprise came afterwards, when familiar licensing metrics such as licenses in use, licenses available, and peak license usage disappeared from the Citrix License Server. The answer is no.

Choose a group when adding monitors

We’re making it easier to organize your monitors from the moment you add them. Previously, clicking Add would immediately add a monitor to your board. If your board already contained one or more groups, new monitors were automatically placed in the Ungrouped section, requiring an extra step to move them into the correct group. Now, clicking Add opens a list of your monitor groups, allowing you to choose exactly where the monitor should be added.

Who Owns Deployment Governance? Structuring Accountability in the AI Era

In this series, we have talked about how generative AI is shifting the landscape of software creation. In The New Software Creator, we explored how AI expands who can write code. In When Anyone Can Build Software, Deployment Governance Is What Keeps It Safe, we looked at why the deployment pipeline is the ultimate control point. Finally, in Security at Scale: What Changes When Everyone Can Deploy, we dug into the technical realities of patching, container hygiene, and identity management.

AI-Powered Spacecraft Operations with InfluxDB 3

Summary The InfluxDB satellite telemetry demo is a live mission-control application that monitors a simulated fleet of 12 satellites in real-time. It shows how the InfluxDB 3 Processing Engine can detect anomalies as data is written, enrich time series data with third-party data, and power a grounded AI agent using the InfluxDB 3 MCP server to investigate and explain fleet health.

Shipped: Catch a broken regex before it breaks your rules

Let’s say you want a Matches condition that picks up “prod”, “PROD”, and “Prod”, so you write ‘Matches: (?i)prod’ and check it in an online regex tester before publishing. It looks fine. Python accepts it, and so does JavaScript. Dimension Studio used to accept it too, and the rule is published. Then your data stops updating. The new pattern is what’s keeping it from materializing, but nothing tells you that.

Our 3-month AI roadmap - the future of smart dashboards

AI is set to transform our technology landscape. For many of us working in software, it already has — developers are now writing more code, building more features, and deploying more applications, faster. For the teams supporting IT and software services that means more applications to support, across a greater breadth of technologies, and with more complexity (that is probably less well understood by the developers who created it). Your operational tooling needs to keep pace.

A practical guide to React error monitoring

When designing effective error handling for React apps, the troubleshooting information you collect and display is critical. React errors can stem from a variety of causes, including user misconfiguration, backend and network issues, and mismatches in browser environments. Instrumenting your code to log critical context, including feature names, user data, and session activity, enables you to quickly identify where these errors originate.

Reproducing split brain on CloudNativePG

We run Postgres under an operator for automatic failover. That is a promise about what happens during a failure, so the only way to know you have it is to cause the failure and watch. The docs tell you what should happen. A config review tells you which knobs are set. Neither tells you how long an isolated primary keeps accepting writes after its replacement has been promoted, and that number decides whether a failover is clean or leaves you with two versions of your data.

Your AI Agents Can Take Action Now. Can You Prove They Should Have?

Enterprise AI agents clear every demo and pilot, then hit a compliance wall. The gap isn't technology—it's architecture. Discover why governance must sit inside the execution flow across six control points, not bolt on afterward as an afterthought at input and output only.