Operations | Monitoring | ITSM | DevOps | Cloud

Blog

LPWAN as a communication base for IoT

LPWAN (Low Power Wide Area Network), also known as LPWA or LPN, is a wireless data transport protocol that is now understood as one of the basic protocols for the implementation of IoT. In order to have a better idea of the relevance of LPWAN we can consider the prediction made by statisca.com of a steady increase in the number of LPWAN devices connected around the world, expecting this number to reach around 3.5 billion devices by 2021.

Alert fatigue, part 2: alert reduction with Sensu filters & token substitution

In my previous post, I talked about the real costs of alert fatigue — the toll it can take on your engineers as well as your business — and some suggestions for rethinking alerting. In part 2 of this series, I’ll share some best practices for fine-tuning Sensu to help reduce alert fatigue.

Python, JavaScript, .NET, and Rust: Sentry's Unified SDK Updates

Since you’re reading this blog, you’re likely aware of the most critical part of using Sentry: our client SDKs. We shared previously that we were updating Sentry’s SDKs, and now we’re on the verge of those updates becoming the default. This affects a few of our most popular platforms: Python and JavaScript, plus we also threw .NET and Rust into the mix for good measure.

Saving lives by ensuring uptime of mission-critical IT at Gift of Hope

Gift of Hope Organ & Tissue Donor Network is a non-profit organ procurement organization that coordinates organ and tissue donation and provides public education on donation in Illinois and northwest Indiana. As one of 58 OPOs that make up the nation’s donation system, Gift of Hope works with 180 hospitals and serves 12 million people in their donation service area.

Massachusetts Natural Gas Explosions - A Lesson in The Importance of Alert Automation

The pressure in the natural gas pipelines under three Massachusetts communities spiked to 12 times their normal level last week, just before the explosions and fires that destroyed dozens of homes and killed an 18-year-old man. Columbia Gas went under fire for their mismanagement of the incident. The NTSB says a Columbia Gas control room in Columbus, Ohio, registered pressures of 6 pounds per square inch last Thursday in pipelines that are intended to carry just 0.5 PSI.

Raygun Application Performance Monitoring is here

When you’re building software, there’s so much to think about — from bugs to how fast your application loads. We’ve got something new to help your development team build better, faster experiences for your users, in less time. Today, we’re releasing Raygun Application Performance Monitoring (APM) for .NET, a new way to visualize and understand your application’s performance on the server-side.

Monitoring Social Signals to Reduce Alert Fatigue With SignalFx and PagerDuty

“I need to be notified if there’s a significant event ongoing with SignalFx.” This is what I tell my team. However, despite being the CTO of a monitoring company, creating the right set of alerts for me to stay informed of incidents in progress or potential issues was harder than it seemed at first glance. Why?

Managing Python Processes with PM2

PM2 is a production-grade process manager that makes management of background process easy. In the Python world we could compare PM2 to Supervisord, but PM2 has some nifty features you might like. With PM2, rolling restarts, monitoring, checking logs and even deploying application has never been that simple. We really value CLI UX, so PM2 is really simple to use and master.