mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-07-19 03:11:41 +02:00
Fix default gmond config file path for libgangliaSink
This commit is contained in:
@@ -78,7 +78,7 @@ import (
|
||||
lp "github.com/ClusterCockpit/cc-metric-collector/internal/ccMetric"
|
||||
)
|
||||
|
||||
const GMOND_CONFIG_FILE = `/var/ganglia/gmond.conf`
|
||||
const GMOND_CONFIG_FILE = `/etc/ganglia/gmond.conf`
|
||||
|
||||
type LibgangliaSinkConfig struct {
|
||||
defaultSinkConfig
|
||||
|
Reference in New Issue
Block a user