Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

LogicMonitor and PagerDuty: Beyond the Basics

Out-of-the-box integrations are great, and they help organizations see an immediate return on investment when the technologies they have invested in work together seamlessly. However, a little customization to these integrations can dramatically increase productivity and reduce mean time to resolution. Here we will address a couple of best practices and customizations that can take your PagerDuty and LogicMonitor integration to the next level.

Lights, Camera, GitHub Actions!

Here at Honeybadger, we are big fans of GitHub Actions' workflow automation and CI/CD features. We like it so much that we decided to add two of our own contributions to the community! Now you can trace stacks at light speed by uploading your source maps to Honeybadger directly from GitHub using your original, un-minified Javascript code.

Maximize Observability of Your CI/CD Pipeline With Loggly

The DevOps engineer is an important role in an organization because he or she is responsible for the success of a software project and its lifecycle. This person typically wears many hats—from software developer to managing system operations. These individuals usually have an extensive background in either software development or system administration. The DevOps engineer uses many different tools to be successful in their role.

New research from Bloor shows Virtana AIOps leadership

In the brave new world of new Hybrid Datacentre, management, control and monitoring of the application estate and its underlying infrastructure is increasingly challenging. Implementing real-time monitoring, empowered by AI-based analytics, for all key applications and infrastructure is the only way to measure, control and ensure end to end performance and availability.

Assure Performance of Applications Using Scale-out Storage

The promise of a scale-out storage system (block or file) is that application performance (IOPs or bandwidth) scales “near” linearly. For instance, IOPs and throughout scale almost linearly as you add nodes in a Dell EMC Isilon cluster while latency remains around 1 msec. Isilon is the Dell EMC scale-out NAS storage platform and an ideal system for bandwidth intensive workloads requiring access to unstructured data. As your dataset grows the ability to scale linearly becomes critical.

Virtana to Showcase AI-Powered Hybrid Infrastructure Management Solutions at Gartner IT Infrastructure, Operations & Cloud Strategies Conferences in London and Las Vegas

Virtana, the leader in hybrid infrastructure management for mission-critical workloads, announced today its participation at both the UK edition of Gartner’s IT Infrastructure, Operations & Cloud Strategies Conference, taking place November 25-26, 2019 in London, and the US edition taking place December 9-12, 2019 in Las Vegas.

Here's How to Calculate Elapsed Time in Java

Many things in programming sound like they should be easy, but are quite hard. Calculating elapsed time in Java is one of those. How hard could that be? As it turns out, it can be tricky. For starters, we have the fact that time itself is a tricky concept. For a quick example, remember that many places around the world observe Daylight Savings Time. Failing to take DST into account when you should, can and often does result in incorrect calculations.