Operations | Monitoring | ITSM | DevOps | Cloud

How to Handle the NumberFormatException in Java

The NumberFormatException is one of the most common runtime exceptions you'll encounter in Java. It's an unchecked exception that occurs when you try to convert a string to a numeric value, but the string format isn't compatible with the target number type. Simply put, if you attempt to parse "hello" as an integer or "12.5" as an integer, Java throws a NumberFormatException because these strings can't be converted to the expected numeric format.

Myth #5 of Kubernetes Resource Optimization: Spark Dynamic Allocation

In this blog series we’re examining the Five Myths of Kubernetes Resource Optimization. The fifth and final myth in this series relates to another common assumption of many Kubernetes users: Dynamic Allocation for Apache Spark applications automatically prevents Spark from overprovisioning resources while improving workload utilization levels.

From Detection to Resolution: How Selector + Itential Deliver AI-Driven Observability and Automated Recovery

Every second counts when it comes to detecting, diagnosing, and resolving network incidents, yet many teams still find themselves stuck in reactive mode, drowning in alerts, manually writing scripts, and managing tickets across disconnected systems. This is where Selector and Itential come in. Together, Selector and Itential deliver a powerful, enterprise-ready solution that closes the loop between detection and action.

Why Neglecting Asset Tracking Labels Can Harm Your Business

Asset Tracking Labels are small but powerful tools that help businesses monitor and manage their valuable assets efficiently. These labels and a reliable asset tracking system ensure real-time visibility, prevent loss, and streamline operations. Ignoring them can lead to misplaced equipment, unauthorized usage, and costly replacements. Businesses risk inefficiencies, compliance issues, and financial setbacks without proper labelling.

Integrating AI into Your Business Website

Let's start with the most obvious entry point: chatbots. These little text-box gremlins can handle customer queries, book appointments, suggest products, and provide support 24/7 without ever asking for a lunch break. They're not just helpful, they're expected. But make sure they don't sound like a malfunctioning toaster. The best chatbots are conversational, helpful, and a little bit charming. Think less "HAL 9000" and more "friendly guide who actually listens."

F5 Monitoring on Microsoft SCOM

As part of a recent customer project, we developed a custom F5 Management Pack for Microsoft System Center Operations Manager (SCOM). This bespoke solution enables IT operations teams to monitor the performance, availability, and health of F5 infrastructure directly within the SCOM environment. It provides deep visibility into key metrics, helping ensure application delivery remains stable, secure, and efficient.

Prometheus and CloudWatch Integration for AWS Metric Collection

The Prometheus CloudWatch exporter pulls AWS CloudWatch metrics into your Prometheus setup, giving you a unified view of your infrastructure alongside application metrics. If you're already running Prometheus and need visibility into AWS services like EC2, RDS, or Lambda, this exporter handles the integration without forcing you to switch monitoring stacks.

Common Drupal deployment pitfalls and how cloud automation fixes them

Deploying a Drupal 10 or Drupal 11 application can feel like walking through a minefield of potential problems. Even a well-built Drupal site can stumble during deployment due to a few common pitfalls. For IT managers and technical project leads, understanding these pitfalls—and how cloud automation can solve them—means fewer late-night emergencies and smoother launches.

How to detect vulnerable GitHub Actions at scale with Zizmor

As we previously reported on April 26, 2025, we had a security incident via an insecure GitHub Action and we have since published a post-incident review. We have confirmed that there has been no code modification, unauthorized access to production systems, exposure of customer data, or access to personal information.