PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
health_checker.h File Reference

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>
Include dependency graph for health_checker.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
Issue #211 - Implement health check endpoint
DICOM PS3.7 - Message Exchange (Association Status)
Author
kcenon
Since
1.0.0

Definition in file health_checker.h.