Operations | Monitoring | ITSM | DevOps | Cloud

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

Monthly Snap September: Icinga Meetup Salzburg, OSMC & Release Updates

Our first Icinga meetup in Salzburg, Austria is happening this week. Join fellow community members :) OSMC is near, just one month to go …. meet Jan-Piet on MQTT, Claudio as a first-time speaker on container monitoring, Nicolai with infrastructure visualization and Carsten with his “Einhornmagie” :-)

The Value of Loyalty in Word Of Mouth Marketing

People aren’t loyal to companies. They’re loyal to values, relationships, and experiences. While someone may say they’re 100% loyal to a certain brand of coffee, for instance, it is more likely that they absolutely prefer the taste of that brand compared to other brands at the store. However, if they are truly loyal to the brand and the company, then there is probably something more to that story.

OpsRamp Webinar - OpsRamp + #ITSM: Incident Management For Superior Digital Performance

Manage your incident lifecycle with actionable insights so that you can prevent IT outages and reduce downtime. Proactive Monitoring. Drive system health, availability, and performance with policy-based monitoring for IT services hosted on data centers and public clouds.

How to install a High Availability Database Cluster with Pandora FMS

Pandora FMS relies on a MySQL database for configuration and data storage. A database failure can temporarily bring your monitoring solution to a halt. The Pandora FMS high availability database cluster allows you to easily deploy a fault-tolerant, robust architecture.

Sentry's New Java Agent: Adding Context to Your Stack Traces

We’re enhancing the existing Sentry Java SDK with our new Java agent. The thing is — it’s still in beta, and we need your feedback. Once downloaded, the agent will enhance your application stack traces on Sentry by adding the names and values of local variables to each frame. Specifically, the agent provides much more detail about the current state of the application at the time of the error than you would usually have.

Key metrics for Elasticsearch performance monitoring

Elasticsearch is a highly scalable, distributed, open-source RESTful search and analytics engine that offers log analytics, real-time application monitoring, click stream analytics, and more. Elasticsearch stores and retrieves data structures in real time. It has multi-tenant capabilities with an HTTP web interface, presents data in the form of structured JSON documents, makes full-text search accessible via RESTful API, and maintains web clients for languages like PHP, Ruby, .Net, and Java.

Monitoring Java using JMX and custom metrics

JMX (Java Management Extensions) is a set of specifications conceived to monitor and manage Java applications. To implement the JMX technology, you need to create and register MBeans (Managed Beans) as part of your Java code. Using JMX technology and tools, Java application developers can get the dynamic state of the application and use it for performance tuning, troubleshooting and debugging.