Skip to content

Commit

Permalink
If 'enable-health-check' is 'true' at startup, consistently track ini…
Browse files Browse the repository at this point in the history
…tial fabric connections.
  • Loading branch information
gooding470 committed Mar 28, 2024
1 parent 075087f commit c80acb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions as/src/base/health.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ as_health_start()

as_exchange_register_listener(cluster_state_changed_fn, NULL);

g_health_enabled = g_config.health_check_enabled;

cf_info(AS_HEALTH, "starting health monitor thread");

cf_thread_create_detached(run_health, NULL);
Expand Down

0 comments on commit c80acb8

Please sign in to comment.