II.
LibraryProcess overview
Reference · livelib-process:network-programming--health-check-system
specializations/network-programming/health-check-system overview
Health Check System - Build a comprehensive health checking framework with multiple probe types, configurable intervals, alerting integration, and dashboard visualization.
Attributes
displayName
specializations/network-programming/health-check-system
description
Health Check System - Build a comprehensive health checking framework with multiple probe types,
configurable intervals, alerting integration, and dashboard visualization.
libraryPath
library/specializations/network-programming/health-check-system.js
specialization
network-programming
references
- - Consul Health Checks: https://developer.hashicorp.com/consul/docs/services/usage/checks
- - Kubernetes Probes: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
example
const result = await orchestrate('specializations/network-programming/health-check-system', {
projectName: 'Infrastructure Health Monitor',
language: 'Go',
probeTypes: ['tcp', 'http', 'grpc', 'dns'],
features: { alerting: true, dashboard: true, distributed: true }
});
usesAgents
- load-balancer
- network-testing
Outgoing edges
lib_applies_to_domain1
- domain:networking·DomainNetworking
lib_belongs_to_specialization1
- specialization:network-programming·Specialization
lib_covers_topic1
- topic:circuit-breakers·TopicCircuit Breakers
lib_implements_workflow1
- workflow:protocol-implementation-review·WorkflowProtocol Implementation Review
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area2
- skill-area:protocol-design·SkillAreaNetwork Protocol Design
- skill-area:socket-programming·SkillAreaSocket Programming
Incoming edges
None.