mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 16:27:37 +00:00
Users with removable/unmounted datastores (e.g., external HDDs for offline backup) experienced excessive PBS log entries because Pulse was querying all datastores including unavailable ones. Added `excludeDatastores` field to PBS node configuration that accepts patterns to exclude specific datastores from monitoring: - Exact names: "exthdd1500gb" - Prefix patterns: "ext*" - Suffix patterns: "*hdd" - Contains patterns: "*removable*" Pattern matching is case-insensitive. Fixes #1105 |
||
|---|---|---|
| .. | ||
| auto_import_test.go | ||
| bootstrap.go | ||
| commands_test.go | ||
| config.go | ||
| config_test.go | ||
| import_payload_test.go | ||
| main.go | ||
| metrics_server.go | ||
| mock.go | ||