Pulse/internal/monitoring
courtmanr@gmail.com a402d23503 fix(backups): synthesize per-guest task status from vzdump job logs
Scheduled multi-guest vzdump jobs run under a single UPID whose VMID slot
is empty, so pollBackupTasks stored them with VMID 0 and the guest-centric
backups coverage view dropped them entirely: only individually backed-up
guests ever showed task status. (Regressed with the v6.0.0 guest-centric
redesign, which removed the flat task table that used to render job runs.)

pollBackupTasks now fetches the job task's log and parses the per-guest
markers ("Starting Backup of VM", "Finished Backup of VM (duration)",
"Backup of VM failed - reason") into synthetic per-guest BackupTask
entries. Their IDs embed the parent UPID, keeping them stable across polls
and distinct from individually-run backups; per-guest times are
reconstructed from the job start plus the printed durations. Finished
jobs' logs are immutable, so results are cached per instance|UPID and each
finished run is fetched at most once, with a per-cycle fetch cap so a
historical backlog trickles in without stalling the backup poll budget.

The task listing now uses source=all + typefilter=vzdump, so running jobs
are visible too: guests covered by an in-progress job get a "running"
synthetic task, which also feeds resolveBackupIntentContext and
suppresses offline/backup alerts for guests the job is actively backing
up. The frontend needs no changes - synthetic tasks carry real VMIDs and
flow through the existing coverage model, recovery mapper, and alert
intent paths.

Contract: monitoring.md completion obligation 13 records the per-guest
synthesis boundary; proofs land in monitor_backup_job_tasks_test.go,
monitor_alert_intent_test.go, and cluster_client_api_test.go.

Reported by Johannes Strasser (support thread "PBS Bug").

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-26 20:03:46 +01:00
..
errors feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
agent_fleet_doctor.go Fix agent update triage and durable action recovery 2026-07-23 11:19:50 +01:00
agent_fleet_doctor_hostpeer_branchcov0720pm_test.go Add focused branch coverage and repair infrastructure source contract 2026-07-20 22:41:19 +01:00
agent_fleet_doctor_test.go Fix agent update triage and durable action recovery 2026-07-23 11:19:50 +01:00
availability_fixed_interval_test.go test(monitoring): pin the recovery-point reconcile wiring and availability fixed-interval provider 2026-07-17 16:09:06 +01:00
availability_poller.go Explain the missing CAP_NET_RAW grant when ICMP probes are blocked 2026-07-22 09:09:25 +01:00
availability_poller_purehelpers_branchcov0722am_test.go Fix ping timeout ceiling expectation 2026-07-22 16:15:31 +01:00
availability_poller_test.go Fix availability check identity projection 2026-07-23 23:46:34 +01:00
availability_udp_test.go Add alert intent policies and delivery receipts 2026-07-20 20:27:39 +01:00
backoff.go
backoff_test.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00
backup_guard.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
backup_guard_test.go fix: ship alerting hotfixes and prepare 5.1.4 2026-02-07 22:05:55 +00:00
canonical_guardrails_test.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
ceph.go fix(ceph): parse Quincy+/Squid status schema for MON and MGR counts 2026-07-26 19:31:15 +01:00
ceph_multisource_test.go Verify v6 Ceph multi-source pool alerts are deduplicated (#1341) 2026-06-02 14:52:47 +01:00
ceph_test.go feat: add evidence-based pool health alerts 2026-07-24 12:40:05 +01:00
circuit_breaker.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
circuit_breaker_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
connected_infrastructure.go Addresses #1555 2026-07-11 18:25:17 +01:00
connected_infrastructure_groupkey_branchcov0722am_test.go Cover the connection and monitoring pure helpers left untested by the fresh drop 2026-07-22 06:42:33 +01:00
connected_infrastructure_test.go Addresses #1555 2026-07-11 18:25:17 +01:00
container_disk_usage.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
container_disk_usage_test.go test: Add tests for monitoring and notifications functions 2025-12-01 17:33:36 +00:00
container_parsing.go fix: treat absent onboot as no-autostart (Proxmox default) for alert suppression 2026-06-26 11:35:12 +01:00
container_parsing_test.go fix: treat absent onboot as no-autostart (Proxmox default) for alert suppression 2026-06-26 11:35:12 +01:00
diagnostic_snapshots.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
diagnostic_snapshots_test.go Stabilize low-trust Proxmox VM memory readings 2026-04-01 19:14:12 +01:00
docker_commands.go Verify AI Kubernetes scale and Docker update actions after execution 2026-07-10 00:05:22 +01:00
docker_commands_test.go Verify AI Kubernetes scale and Docker update actions after execution 2026-07-10 00:05:22 +01:00
docker_detection.go Harden hypervisor guest CPU authority 2026-07-23 22:19:35 +01:00
docker_detection_test.go Recheck guest Docker inventory after checker setup 2026-06-25 20:30:38 +01:00
docker_host_identity.go Reject Docker host match on conflicting physical identity (#1366) 2026-06-04 10:35:35 +01:00
docker_host_identity_test.go Reject Docker host match on conflicting physical identity (#1366) 2026-06-04 10:35:35 +01:00
docker_host_supersede_test.go Supersede stale Docker host records after agent re-enrollment 2026-07-19 09:13:14 +01:00
docker_identity_conflict.go Warn when two machines share one Docker agent identity 2026-07-16 20:55:09 +01:00
docker_identity_conflict_test.go Warn when two machines share one Docker agent identity 2026-07-16 20:55:09 +01:00
docker_metadata_migration.go Preserve resource URLs across runtime identity changes 2026-07-23 22:33:07 +01:00
enrich_container_metadata_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
error_classification_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
fake_executor_integration.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
fs_filters.go Filter read-only filesystems from host agent disk metrics (related to #690) 2025-11-12 09:47:02 +00:00
fs_filters_test.go
guest_agent_evidence.go Alert on expected QEMU guest agent outages 2026-07-02 23:52:02 +01:00
guest_agent_evidence_test.go Alert on expected QEMU guest agent outages 2026-07-02 23:52:02 +01:00
guest_agent_work.go Fail closed on unknown remediation lock state for autonomous dispatches 2026-07-10 00:14:01 +01:00
guest_config.go Update core infrastructure components 2026-01-28 16:52:35 +00:00
guest_config_conversion_coverage_test.go monitoring: surface CrashLoopBackOff pods as degraded on the frontend 2026-05-19 22:37:55 +01:00
guest_disk_stability.go Fix Proxmox guest memory fallbacks 2026-05-05 14:59:29 +01:00
guest_disk_stability_test.go Use unavailable sentinel when VM guest agent disk query fails 2026-07-13 09:41:11 +01:00
guest_host_agent_fallback.go Restore linked host-agent disk inventory for guest VMs 2026-04-22 09:22:46 +01:00
guest_memory_agent.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
guest_memory_agent_test.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
guest_memory_sources.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
guest_memory_sources_test.go fix(monitoring): use MemAvailable instead of MemTotal-MemFree for Linux guest/node memory 2026-06-27 17:41:00 +01:00
guest_memory_stability.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
guest_memory_stability_test.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
guest_metadata.go Prepare v6.0.0 release candidate 2026-06-04 14:07:14 +01:00
guest_metadata_test.go Preserve guest-agent continuity across transient PVE status failures 2026-04-01 18:38:42 +01:00
harness_integration.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
helpers_test.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
host_agent_temps.go Fix physical disk SMART/Proxmox merge identity 2026-07-07 09:46:51 +01:00
host_agent_temps_test.go Prefer agent temperatures over SSH fallback 2026-07-03 10:43:28 +01:00
integration_integration_test.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00
issue1485_unraid_lifecycle_test.go fix(monitoring): make Unraid task state freshness-safe 2026-07-23 22:17:25 +01:00
issue1595_collection_trust_test.go Integrate trust-gate reliability fixes 2026-07-20 16:03:29 +01:00
issue1595_pve_health_normalization_test.go Normalize Proxmox-reported disk health to the canonical vocabulary 2026-07-21 20:30:54 +01:00
issue1597_metric_authority_test.go Harden hypervisor guest CPU authority 2026-07-23 22:19:35 +01:00
issue1613_contract_test.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
issue1626_ceph_squid_status_test.go fix(ceph): parse Quincy+/Squid status schema for MON and MGR counts 2026-07-26 19:31:15 +01:00
knownhosts.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
knownhosts_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
kubernetes_agents.go Let deleted hosts re-enroll with a freshly generated token 2026-07-16 09:50:04 +01:00
kubernetes_agents_test.go Refresh canonical resources after headless agent reports 2026-07-14 17:03:14 +01:00
kubernetes_metadata_migration.go Preserve resource URLs across runtime identity changes 2026-07-23 22:33:07 +01:00
log_capture_test.go Stabilize backend race tests for v6 RC publish 2026-04-11 22:46:34 +01:00
lttb.go fix: reduce metrics memory 86x by reverting buffer and adding LTTB downsampling 2026-02-04 19:49:52 +00:00
lttb_test.go fix: reduce metrics memory 86x by reverting buffer and adding LTTB downsampling 2026-02-04 19:49:52 +00:00
main_test.go Tighten monitoring RC test budgets 2026-04-12 09:41:29 +01:00
memory_reclaimable.go memory: restore the v5 reclaimable-cache split end-to-end 2026-06-11 19:42:40 +01:00
memory_reclaimable_test.go memory: restore the v5 reclaimable-cache split end-to-end 2026-06-11 19:42:40 +01:00
memory_source_catalog.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
memory_source_catalog_test.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
memory_trust_characterization_test.go Stop recording metrics for grace-period guests 2026-07-24 22:37:29 +01:00
merge_temps_test.go Fix Proxmox physical disk inventory continuity 2026-07-23 22:05:09 +01:00
metadata_stores.go Preserve resource URLs across runtime identity changes 2026-07-23 22:33:07 +01:00
metrics.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
metrics_helpers_test.go test: Add tests for monitor helper and metrics functions 2025-12-01 21:18:33 +00:00
metrics_history.go Reuse mock history seeds across tenants 2026-07-20 06:30:55 +01:00
metrics_history_concurrency_test.go chore: fix staticcheck SA warnings 2025-11-27 09:16:53 +00:00
metrics_history_memory_regression_test.go Add metrics history memory regression test 2026-02-04 19:35:19 +00:00
metrics_history_test.go Accelerate mock history readiness 2026-07-20 04:21:26 +01:00
metrics_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
mock_chart_history.go Remove 198 unreachable Go functions 2026-06-03 12:29:37 +01:00
mock_metrics_history.go Fix backend release gate failures 2026-07-23 14:03:44 +01:00
mock_metrics_history_test.go Fix backend release gate failures 2026-07-23 14:03:44 +01:00
mock_metrics_seed_cache_test.go Reuse mock history seeds across tenants 2026-07-20 06:30:55 +01:00
mock_mode_config_test.go Clear all errcheck and gofmt violations so make lint gates on real findings 2026-06-09 21:42:21 +01:00
mock_mode_testhelpers_test.go Clear all errcheck and gofmt violations so make lint gates on real findings 2026-06-09 21:42:21 +01:00
monitor.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_accessors.go feat: add multi-tenancy foundation (directory-per-tenant) 2026-01-22 13:39:06 +00:00
monitor_additional_test.go Stop recording metrics for grace-period guests 2026-07-24 22:37:29 +01:00
monitor_agents.go Complete canonical web interface links 2026-07-24 12:42:16 +01:00
monitor_alert_handling_test.go Add alert intent policies and delivery receipts 2026-07-20 20:27:39 +01:00
monitor_alert_intent.go Add alert intent policies and delivery receipts 2026-07-20 20:27:39 +01:00
monitor_alert_intent_test.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_alert_override_migration_test.go Prove TrueNAS alert threshold identity persistence 2026-07-23 21:54:57 +01:00
monitor_alert_sync.go Integrate trust-gate reliability fixes 2026-07-20 16:03:29 +01:00
monitor_alerts.go fix(mock): evaluate docker host alerts in mock mode 2026-07-17 16:09:06 +01:00
monitor_backup_job_tasks_test.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_backup_poll_test.go Harden Proxmox setup token ACLs 2026-05-05 14:19:50 +01:00
monitor_backups.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_backups_dir_storage_test.go Keep vzdump backups from dir storages whose name starts with pbs- 2026-07-18 19:39:56 +01:00
monitor_backups_readstate_test.go Fix Proxmox backup posture identity 2026-07-23 14:55:44 +01:00
monitor_broadcast_tenant_test.go Fix tenant monitor broadcast nil hub panic 2026-05-05 16:25:00 +01:00
monitor_client_init.go Fix PBS connection health authority 2026-07-24 09:45:05 +01:00
monitor_client_reconnect.go Fix PBS connection health authority 2026-07-24 09:45:05 +01:00
monitor_cluster_dedupe.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
monitor_cluster_helpers.go Scope cluster TLS fingerprints to their own endpoints (#1199) 2026-06-04 09:11:07 +01:00
monitor_container_test.go feat: surface LXC mountpoints in UI (related to #715) 2025-11-18 22:57:20 +00:00
monitor_conversion_helpers_additional_test.go fix(unifiedresources): stop fabricating sightings and online stamps for never-seen resources 2026-06-11 10:23:49 +01:00
monitor_discovery_helpers.go Stop discovery suppression failing open on configured hosts 2026-07-24 22:34:54 +01:00
monitor_docker_test.go Complete canonical web interface links 2026-07-24 12:42:16 +01:00
monitor_extra_coverage_test.go Add legacy issue regression coverage 2026-07-24 11:59:50 +01:00
monitor_full_coverage_test.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_health_test.go feat: enhance scheduler health API with rich instance metadata 2025-10-20 15:13:38 +00:00
monitor_helpers.go feat: add evidence-based pool health alerts 2026-07-24 12:40:05 +01:00
monitor_helpers_test.go Add macOS thermal state reporting 2026-06-14 11:07:47 +01:00
monitor_host_agent_removal_lifecycle_test.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
monitor_host_agents_test.go Stop discovery suppression failing open on configured hosts 2026-07-24 22:34:54 +01:00
monitor_integration_test.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
monitor_memory_test.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_metadata_test.go Fix backup orphan inventory readiness 2026-05-01 20:28:12 +01:00
monitor_metrics.go Speed up workload charts with TTL cache and remove redundant clones 2026-05-25 20:35:58 +01:00
monitor_metrics_chart_batch_bench_test.go Stabilize RC release proof contracts 2026-04-11 14:51:10 +01:00
monitor_metrics_chart_fallback_test.go Clear all errcheck and gofmt violations so make lint gates on real findings 2026-06-09 21:42:21 +01:00
monitor_metrics_slo_test.go test(go): skip perf-budget overruns on contended local hosts, enforce in CI 2026-06-11 13:12:59 +01:00
monitor_package_updates_test.go Add safe APT workflow foundations 2026-07-12 02:53:01 +01:00
monitor_pbs_coverage_test.go Fix PBS connection health authority 2026-07-24 09:45:05 +01:00
monitor_pbs_fallback_test.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
monitor_pbs_health_authority_test.go Fix PBS connection health authority 2026-07-24 09:45:05 +01:00
monitor_pbs_pmg.go Push polling cadence settings into live monitors on save 2026-07-26 12:42:22 +01:00
monitor_pmg_test.go Mark failed PBS poll as failure and lock down with regression tests 2026-05-08 19:53:03 +01:00
monitor_polling_containers.go Stop recording metrics for grace-period guests 2026-07-24 22:37:29 +01:00
monitor_polling_node.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
monitor_polling_node_helpers.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
monitor_polling_schedule.go Honor configured availability poll interval in the scheduler 2026-07-16 09:26:53 +01:00
monitor_polling_storage.go Fix Proxmox cluster membership reconciliation 2026-07-24 11:21:27 +01:00
monitor_polling_storage_env_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
monitor_polling_test.go fix(monitoring): clear poll lastError on success so healthy connections drop stale error banners 2026-06-10 16:19:24 +01:00
monitor_polling_vm.go Stop recording metrics for grace-period guests 2026-07-24 22:37:29 +01:00
monitor_previous_state.go Fix Proxmox workload refresh coherence 2026-07-24 10:11:56 +01:00
monitor_profiles_test.go Restore remote config signature compatibility 2026-05-13 19:00:02 +01:00
monitor_proxmox_pool_test.go Stabilize low-trust Proxmox VM memory readings 2026-04-01 19:14:12 +01:00
monitor_pve.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
monitor_pve_client_endpoints.go Fix Proxmox cluster connection authority 2026-07-23 22:43:34 +01:00
monitor_pve_cluster.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
monitor_pve_cluster_refresh_test.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
monitor_pve_disk_fallback_test.go Fix Proxmox physical disk inventory continuity 2026-07-23 22:05:09 +01:00
monitor_pve_guest_builders.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
monitor_pve_guest_cpu_authority_test.go Stop recording metrics for grace-period guests 2026-07-24 22:37:29 +01:00
monitor_pve_guest_helpers.go Stop recording metrics for grace-period guests 2026-07-24 22:37:29 +01:00
monitor_pve_guest_lxc.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
monitor_pve_guest_lxc_test.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
monitor_pve_guest_poll.go Stop recording metrics for grace-period guests 2026-07-24 22:37:29 +01:00
monitor_pve_node_vm_builder.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
monitor_pve_replication.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
monitor_pve_storage.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
monitor_pve_unreachable_test.go Fix Proxmox cluster membership reconciliation 2026-07-24 11:21:27 +01:00
monitor_reconnect_test.go test(monitoring): fix failing snapshot tests and improve coverage 2026-01-04 10:29:40 +00:00
monitor_runtime_settings.go Restore Monitor struct alignment broken by the cadence overrides 2026-07-26 12:42:23 +01:00
monitor_runtime_settings_test.go Cover pbsPollingInterval in the live polling-cadence setters 2026-07-26 12:42:22 +01:00
monitor_shutdown_additional_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
monitor_snapshot_test.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_snapshots_test.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_storage_coverage_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
monitor_storage_test.go fix(backups): synthesize per-guest task status from vzdump job logs 2026-07-26 20:03:46 +01:00
monitor_test.go Normalize inactive Docker Swarm evidence 2026-05-17 18:45:24 +01:00
monitor_timeout_test.go fix: Add configurable poll timeout and handle external Ceph storage 2026-01-05 23:34:33 +00:00
monitor_tracking_cleanup_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
monitor_unified_state_test.go Harden hypervisor guest CPU authority 2026-07-23 22:19:35 +01:00
monitor_web_interface_metadata_test.go Complete canonical web interface links 2026-07-24 12:42:16 +01:00
monitor_websocket_resilience_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
monitored_system_usage.go Remove monitored-system volume caps 2026-05-05 12:59:59 +01:00
monitoring_cluster_trend_temp_branchcov0716_test.go Add Go branch-coverage tests for monitoring cluster helpers and ai-tools formatting 2026-07-16 16:25:10 +01:00
monitoring_fleet_doctor_helpers_branchcov0716_test.go Keep integration-monitored machines out of Agent Doctor and surface workload-only agents 2026-07-21 21:24:15 +01:00
monitoring_infra_keys_branchcov0716_test.go Add Go branch-coverage tests for alerts monitoring model-resolution ai and licensing helpers 2026-07-16 15:17:45 +01:00
multi_tenant_monitor.go Preserve resource URLs across runtime identity changes 2026-07-23 22:33:07 +01:00
multi_tenant_monitor_additional_test.go Stabilize RC runtime ownership 2026-07-20 07:50:22 +01:00
node_disk_sources.go Fix Proxmox node disk fallback selection 2026-04-01 10:04:30 +01:00
node_memory_sources.go Fix cache-aware Linux memory fallbacks 2026-07-24 00:19:40 +01:00
node_memory_sources_test.go Add durable Proxmox node display names 2026-07-24 15:46:56 +01:00
norace_test.go Stabilize backend race tests for v6 RC publish 2026-04-11 22:46:34 +01:00
pbs_backup_cache_terminal_test.go fix: ship alerting hotfixes and prepare 5.1.4 2026-02-07 22:05:55 +00:00
pbs_convert_test.go feat(pbs): add datastore exclusion to reduce PBS log noise 2026-01-14 12:26:18 +00:00
pbs_protection_observation.go Build canonical protection posture 2026-07-19 15:10:38 +01:00
pbs_protection_observation_test.go Build canonical protection posture 2026-07-19 15:10:38 +01:00
physical_disk_pool_membership.go Strip nvme namespace suffixes in the server disk-to-pool matcher 2026-07-18 11:54:09 +01:00
physical_disk_pool_membership_test.go Strip nvme namespace suffixes in the server disk-to-pool matcher 2026-07-18 11:54:09 +01:00
platform_poller_shared.go Dedupe monitoring pollers behind shared provider, lifecycle, and seeding helpers 2026-06-10 09:19:51 +01:00
poll_providers.go Cover pbsPollingInterval in the live polling-cadence setters 2026-07-26 12:42:22 +01:00
poller.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
proxmox_action_observer.go Wire production Proxmox action verification 2026-07-13 11:04:09 +01:00
proxmox_action_observer_test.go Wire production Proxmox action verification 2026-07-13 11:04:09 +01:00
proxmox_guest_snapshot_coherence_test.go Fix Proxmox workload refresh coherence 2026-07-24 10:11:56 +01:00
purehelpers_branchcov0722am_test.go Cover the connection and monitoring pure helpers left untested by the fresh drop 2026-07-22 06:42:33 +01:00
race_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
ratetracker.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
ratetracker_concurrency_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
ratetracker_test.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
recovery_ingest.go Bound state refresh and recovery ingest ownership 2026-07-23 22:24:52 +01:00
recovery_ingest_test.go Bound state refresh and recovery ingest ownership 2026-07-23 22:24:52 +01:00
recovery_rollups.go Make fixture graph the only mock runtime API 2026-03-31 15:42:16 +01:00
recovery_rollups_resilience_test.go test(recovery): cover downstream malformed metadata consumers 2026-03-26 22:58:27 +00:00
reload.go Add privacy-safe telemetry lifecycle and outcome signals 2026-07-23 01:10:38 +01:00
reload_outcome_counts_branchcov0723am_test.go Cover telemetry classifiers, lifecycle records and install snapshot counts 2026-07-23 07:15:13 +01:00
reload_test.go Add privacy-safe telemetry lifecycle and outcome signals 2026-07-23 01:10:38 +01:00
resource_stale_thresholds.go fix: correct Proxmox guest rate sampling 2026-07-24 10:26:50 +01:00
scheduler.go Honor configured availability poll interval in the scheduler 2026-07-16 09:26:53 +01:00
scheduler_test.go Honor configured availability poll interval in the scheduler 2026-07-16 09:26:53 +01:00
staleness_tracker.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
staleness_tracker_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
storage_backup_preserve_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
storage_filters.go fix: Deduplicate shared storages (NFS, RBD, PBS, etc) in cluster view 2026-01-06 17:44:52 +00:00
storage_filters_test.go fix: Deduplicate shared storages (NFS, RBD, PBS, etc) in cluster view 2026-01-06 17:44:52 +00:00
task_queue.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
task_queue_memory_regression_test.go Add memory regression tests for agent and scheduler 2026-02-04 19:33:29 +00:00
task_queue_test.go test: Add WaitNext and key() tests for TaskQueue 2025-12-02 12:02:13 +00:00
temperature.go Flag pre-rc.6 SSH sensor setups and surface a re-run-setup notice 2026-06-11 16:00:25 +01:00
temperature_buffer_branchcov0723am_test.go Cover control plane status helpers, patrol assertions and setup classifiers 2026-07-23 06:34:03 +01:00
temperature_test.go Flag pre-rc.6 SSH sensor setups and surface a re-run-setup notice 2026-06-11 16:00:25 +01:00
truenas_poller.go Migrate TrueNAS to supported JSON-RPC transport 2026-07-24 00:10:17 +01:00
truenas_poller_test.go feat: add evidence-based pool health alerts 2026-07-24 12:40:05 +01:00
truenas_usage_branchcov0724pm_test.go Cover pure helpers and persistence round-trips across the backend 2026-07-25 00:21:35 +01:00
vmware_poller.go Fix VMware connection test degradation handling 2026-07-23 22:06:57 +01:00
vmware_poller_test.go Add vSphere network inventory 2026-05-22 20:26:56 +01:00