{"id":73769,"library":"vertx-health-check","title":"Vert.x Health Check","description":"Provides health check functionality for Vert.x applications to monitor service availability and dependencies.","status":"active","version":"5.0.12","language":"java","source_language":null,"source_url":"https://github.com/eclipse-vertx/vertx-health-check","tags":["vertx","health","monitoring","reactive"],"install":[{"cmd":"<dependency>\n  <groupId>io.vertx</groupId>\n  <artifactId>vertx-health-check</artifactId>\n  <version>5.0.12</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.vertx:vertx-health-check:5.0.12'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HealthCheckHandler","correct":"io.vertx.ext.healthchecks.HealthCheckHandler"}],"quickstart":{"code":"import io.vertx.ext.healthchecks.HealthCheckHandler;\nimport io.vertx.core.Vertx;\n\npublic class Example {\n    public static void main(String[] args) {\n        Vertx vertx = Vertx.vertx();\n        HealthCheckHandler handler = HealthCheckHandler.create(vertx);\n        // Register health checks and expose via HTTP\n    }\n}","lang":"java","description":"Creates a health check handler for a Vert.x application."},"warnings":[{"fix":"Use the appropriate API version; for Vert.x 5, use io.vertx.ext.healthchecks package.","message":"Vert.x Health Check API changed significantly between versions 4.x and 5.x.","severity":"breaking","affected_versions":">=5.0.0"}],"env_vars":null,"search_vec":"'applic':10 'avail':14 'check':3,6 'depend':16 'function':7 'health':2,5,18 'monitor':12,19 'provid':4 'reactiv':20 'servic':13 'vert.x':1,9 'vertx':17","created_at":"2026-06-17T18:54:58.584787+00:00","updated_at":"2026-06-17T18:54:58.584787+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/eclipse-vertx/vertx5-parent","github":"https://github.com/eclipse-vertx/vertx-health-check","docs":"https://appdoc.app/artifact/io.vertx/vertx-health-check/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}