Top "Health-monitoring" questions

Health monitoring gives an easy way to monitor the overall health of an application and the underlying systems

Restarting an unhealthy docker container based on healthcheck

I am using Docker version 17.09.0-ce, and I see that containers are marked as unhealthy. Is there an option to …

docker health-monitoring
How do you log errors (Exceptions) in your ASP.NET apps?

I'm looking for the best way to log errors in an ASP.NET application. I want to be able to …

asp.net error-handling nlog health-monitoring
How to view docker-compose healthcheck logs?

Inside my docker-compose.yml, I have the following service healthcheck section. I want to know if MariaDB is actually ready …

logging docker docker-compose health-monitoring
How to monitor c3p0 connections

I am using Hibernate in my JBoss war, using c3p0 for connection pooling, both configured within a hibernate.cfg.…

java hibernate c3p0 health-monitoring
Official SDK/API for Mi and other smart Band

We want to develop an android application to support MiBand and Other Smart bands. We want to fetch information like …

android health-monitoring mi
Java web application health check good practices

I have a Java web app running (with Spring) and I wish to have a health check performed every few …

java web-applications monitoring health-monitoring
Spring Boot - Change the location of the /health endpoint to /ping/me

I set the endpoints.health.path property to /ping/me. But I cannot access the endpoint using http://localhost:9000/ping/…

spring spring-boot spring-boot-actuator health-monitoring
Simple Server Monitoring with Java

I'm trying to find a solution that allows me to monitor resource consumption of a server. Preferably, the metrics I'm …

java linux monitoring health-monitoring
HAProxy health check

My current setup has 2 HAProxies configured with keepalived for High Availability, the 2 proxies serve as a Reverse Proxy and Load …

frontend haproxy health-monitoring
Spring Boot HealthIndicator by Example

I am looking to build a robust and detailed health check endpoint (/health) on my Spring Boot REST service. I …

java spring spring-boot spring-boot-actuator health-monitoring