Enable bonding collector by default. (#872)

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
This commit is contained in:
Brian Brazil 2018-03-29 15:18:12 +01:00 committed by GitHub
commit c8c144587e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ type bondingCollector struct {
}
func init() {
registerCollector("bonding", defaultDisabled, NewBondingCollector)
registerCollector("bonding", defaultEnabled, NewBondingCollector)
}
// NewBondingCollector returns a newly allocated bondingCollector.