This commit is contained in:
Your Name
2025-04-25 10:48:38 +12:00
parent 5dd4a9dce6
commit 5e8ec90064
25 changed files with 566 additions and 64 deletions

View File

@ -51,7 +51,8 @@ class service_runner {
HEALTHY,
UNHEALTHY,
NOTINSTALLED,
ERROR
ERROR,
UNKNOWN
};
HealthStatus is_healthy();
@ -61,7 +62,7 @@ class service_runner {
std::vector<int> get_ports();
std::string healthtick();
std::string healthmark();
private:
std::string m_server_name;
ServiceInfo m_service_info;