Pulse/cmd/pulse-agent
rcourtman c1422882bd feat: Add disk exclusion filter for host agent. Closes #896
Users can now exclude specific mount points from disk monitoring:
- Via CLI: --disk-exclude /mnt/backup --disk-exclude '/media/*'
- Via env: PULSE_DISK_EXCLUDE=/mnt/backup,*pbs*

Patterns support:
- Exact paths: /mnt/backup
- Prefix patterns: /mnt/ext*
- Contains patterns: *pbs*

This addresses the common case where external disks or
PBS datastores are being monitored but shouldn't be.
2025-12-25 12:04:40 +00:00
..
health_test.go test: expand cmd and agent update coverage 2025-12-17 13:28:17 +00:00
main.go feat: Add disk exclusion filter for host agent. Closes #896 2025-12-25 12:04:40 +00:00
main_test.go test: expand cmd and agent update coverage 2025-12-17 13:28:17 +00:00
service_stub.go Add Windows service support to unified agent 2025-11-27 17:00:03 +00:00
service_windows.go Add Windows service support to unified agent 2025-11-27 17:00:03 +00:00