|
PACS System 0.1.0
PACS DICOM system library
|
Health check service for PACS system components. More...
#include "health_status.h"#include <chrono>#include <functional>#include <memory>#include <mutex>#include <shared_mutex>#include <string>#include <string_view>#include <unordered_map>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::monitoring::health_checker_config |
| Configuration options for the health checker. More... | |
| class | kcenon::pacs::monitoring::health_checker |
| Performs comprehensive health checks on PACS system components. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
| namespace | kcenon::pacs::monitoring |
Health check service for PACS system components.
This file provides the health_checker class that performs diagnostic checks on all PACS system components and aggregates the results into a health_status structure suitable for monitoring and load balancer integration.
Definition in file health_checker.h.