ClusterLabs / ha_cluster_exporter

Prometheus exporter for Pacemaker based Linux HA clusters
Apache License 2.0
79 stars 35 forks source link

get trouble with start exporter #232

Closed mcl116cn closed 1 year ago

mcl116cn commented 1 year ago

i've built up a 3-node-cluster with coroysnc and pacemaker but when i startup the ha_cluster_exporter the log shows error:

could not initialize 'drbd' collector : '/sbin/drbdsetup' does not exist

which means must i have to built a drbd cluster?

stefanotorresi commented 1 year ago

The exporter needs to be able to initialize at least one collector. As long as one of the others works, you can safely ignore that message. The process will only fail hard if it can't initialize any collector.