Operations | Monitoring | ITSM | DevOps | Cloud

Goodbye Email-to-Text: Why Modern Mobile Alerting with SIGNL4 Is the Smarter Choice

Over the past year, major U.S. mobile carriers have shut down their free email-to-SMS and email-to-text services – once common ways to send a text message directly from an email account. AT&T terminated its SMS gateway service in mid-2025, Verizon discontinued its SMS gateway domain in late 2024, and T-Mobile retired its gateway domain in December 2024.

Cortex is now available in the Devin Marketplace, keeping your AI within the guardrails of your org wide best practices

We are thrilled to announce that the Cortex Model Context Protocol (MCP) is now available in the Devin marketplace. This integration connects the world’s first AI software engineer with the real-time context of your entire engineering ecosystem, as managed and measured by Cortex. The rise of AI software engineers like Devin fundamentally changes how organizations tackle their biggest technical challenges.

Building Real-Time Data Pipelines with Kafka, Telegraf, and InfluxDB 3

When milliseconds matter and data never stops flowing, you need a pipeline that can handle high-velocity streaming data with reliability and scale. The modern streaming stack of Kafka, Telegraf, and InfluxDB 3 Core delivers exactly that. To give you a concrete example, this blog works with a fictitious use case: “Papa Giuseppe’s Pizzeria.” Every oven, prep station, and order in this pizza restaurant generates data. Our workflow looks like this.

Understanding Linux Vulnerabilities and Their Impact

Understanding Linux Vulnerabilities and Their Impact Linux vulnerabilities pose significant risks, particularly CVE 20258067, which has active exploits in rebased distributions. CVE 202332256 enables remote attackers to access sensitive information without authentication. Additionally, CVE 202558367 presents a denial of service and remote code execution risk in the Delta class. Applications handling untrusted user input to Delta need careful scrutiny, and it is crucial to keep systems updated to mitigate these threats.

Seamlessly Migrating 15k Redis servers to Valkey

For many years Redis has been the default for caching, message queues, and fast data storage. However recent changes to its licensing mean that companies who want truly open-source tools need to make a switch. This is why Valkey was created. We are leading the way in offering a smooth path to move your current Redis setups to a fully open-source managed Valkey service.

Meet Rovo Chat in Bitbucket: your AI-powered teammate

We’re excited to announce that we are starting a phased rollout of Rovo Chat in Bitbucket Cloud today! It will be available to 100% of users by September 30th, 2025. To check if it’s available on your account, look for the Rovo Chat button in your top navigation. Rovo is Atlassian’s AI-powered teammate that helps you find what matters, learn faster, and take action right in your workflow.

Beyond Automation: The Rise of Agentic Networks

Agentic AI is the next evolution in network management, moving beyond simple automation to intelligent systems that can reason, plan, and act autonomously. Justin Ryburn, Kentik Field CTO, highlights how this shift automates expertise, enables proactive problem-solving, and empowers human engineers for strategic innovation.

10 Best Practices for Proactive Database Performance Monitoring to Prevent Downtime

Databases are the core of modern applications, whether it is an e-commerce platform, a banking system, or a social media app. Slow database performance or unexpected downtime can cause serious problems, from lost revenue to poor customer experience. Proactive database performance monitoring helps teams identify issues before they escalate. Unlike reactive monitoring, which only addresses problems after they occur, proactive monitoring ensures your database remains fast, stable, and reliable.

Node.js Event Loop: Why Monitoring Matters

Node.js has become a cornerstone for modern application development because of its non-blocking and asynchronous architecture. According to Stack Overflow Developer Survey, Node.js remains among the most widely used technologies for web applications, powering millions of services globally. While this event-driven model provides scalability and efficiency, it also introduces challenges.