darpan 0.2.4

Linux developer service monitoring utility with auto-detection, real-time health checks, and interactive TUI for databases, APIs, Docker containers, and more
Documentation
1
2
3
4
5
6
7
8
9
10
mod service;
mod health;
mod log;

pub use service::{
    Service, ServiceType, DetectionSource, ServiceRole,
    DatabaseType, QueueType, CacheType, SearchType
};
pub use health::{HealthStatus, HealthResult, HealthCheckConfig, HealthCheckType};
pub use log::{LogEntry, LogLevel, LogSource};