mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Fix default gmond config file path for libgangliaSink
This commit is contained in:
parent
7be6d2a338
commit
3f8a2cb9b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user