mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 23:41:48 +01:00
Resolves conflicts: - monitor_agents.go: Use models.IOMetrics + clampToInt64 (consolidating types.IOMetrics from HEAD and bare IOMetrics from parallel-08) - hostagent/agent.go: Remove stale internal/buffer import (consolidated into internal/utils by parallel-08) - hostagent/ceph.go: Take parallel-08 consolidated Ceph types (prefixed with Ceph, plain strings instead of typed enums); fix NumOSD→NumOSDs typo in parallel branch; remove dead normalizeHealth* functions - hostagent/ceph_test.go: Update assertions to use plain strings Component moves: ceph→hostagent, smartctl→hostagent, mdadm→hostagent, types/metrics→models/metrics_types, errors→monitoring/errors, infradiscovery→ai/infradiscovery, agentbinaries→updates, cloudcp/health→cloudcp (flattened)