diff options
| author | Dan Engelbrecht <[email protected]> | 2026-04-08 17:42:57 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-04-08 17:42:57 +0200 |
| commit | 110aa738efe8f30afd16461fb6e6ee238624f714 (patch) | |
| tree | 2059294cec9792c2f5e3cc16ea7f1dbd6e25bfa8 /src/zenutil/include | |
| parent | use correct return code for unsupported multirange requests in objectstore (#... (diff) | |
| download | zen-110aa738efe8f30afd16461fb6e6ee238624f714.tar.xz zen-110aa738efe8f30afd16461fb6e6ee238624f714.zip | |
fully provisioned hub instances now sets initial check status to "passing" in consul (#930)
Diffstat (limited to 'src/zenutil/include')
| -rw-r--r-- | src/zenutil/include/zenutil/consul.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenutil/include/zenutil/consul.h b/src/zenutil/include/zenutil/consul.h index 7517ddd1e..c3d0e5f1d 100644 --- a/src/zenutil/include/zenutil/consul.h +++ b/src/zenutil/include/zenutil/consul.h @@ -23,6 +23,7 @@ struct ServiceRegistrationInfo std::vector<std::pair<std::string, std::string>> Tags; uint32_t HealthIntervalSeconds = 10; uint32_t DeregisterAfterSeconds = 30; + std::string InitialStatus; }; class ConsulClient |