Operations | Monitoring | ITSM | DevOps | Cloud

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

How Logicalis Makes the Complex Simple for Customers with LogicMonitor | Case Study 2019

Tadhg Cashman, Services Director at international IT services provider Logicalis Ireland, shares how Logicalis uses LogicMonitoring to simplify the digital transformation of their customers. It provides Logicalis a straightforward, simple view into their customers' systems and environments.

Birds of a Fiber: A look at Falcon, a modern asynchronous web server for Ruby

The GitHub Readme describes Falcon as, "... *a multi-process, multi-fiber rack-compatible HTTP server ... Each request is executed within a lightweight fiber and can block on up-stream requests without stalling the entire server process."* The gist: Falcon aims to increase throughput of web applications by using Ruby’s Fibers to be able to continue serving requests while other requests are waiting on IO (ActiveRecord queries, network requests, file read/write, etc).

Introducing LogicMonitor's New UI

After joining the product management team at LogicMonitor - I was instantly drawn toward pushing improvements to our user interface (UI). After years of growth and agile development LogicMonitor’s UI had taken a toll, a common challenge across rapidly growing software companies. But where do we start and how do we make improvements that streamline workflows and increase productivity for our users?

The Complete Guide to Understanding VMware vRealize Operations for Horizon

VMware vRealize® Operations (also referred to as the vROps) is a native solution from VMware that provides operations management across physical, virtual, and hybrid cloud environments spanning many VMware technologies and products. vROps is mainly used for performance monitoring and analytics, remediation and troubleshooting, capacity management and planning, workload balancing, log integration, security and compliance, and more.

How the OpsRamp Okta Integration Ensures Robust and Scalable Identity Management

OpsRamp offers different options to manage user identity, including built-in user management, SAML, and OAuth2 based authentication, and third-party authentication services. The OpsRamp Okta integration enables secure user authentication and seamless access without having to remember multiple passwords or re-enter login details.

Top 6 Link Building Tools and How to Use Them

Content marketing in the modern age has become more about link building and ranking on Google than just reaching audiences. Link building practices have been helping marketers improve the organic reach for their content while also building connections within the industry. You can read more about link building success stories with Pitchbox’s case study.

Fixing Native Apps with Sentry

Whether it’s a computer game, IoT device, or high-performance backend, chances are you’re using a native language to develop this application. Hands down, by far the most popular choices today for native application development are C and C++. Okay, maybe not the most popular, but definitely the most prevalent. Some might even say “inevitable.”