pkg/nri, docs: enable NRI by default.

Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
This commit is contained in:
Krisztian Litkey
2024-02-03 13:08:07 +02:00
parent 96bf529cbf
commit fe24b918f6
3 changed files with 14 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ type Config struct {
// DefaultConfig returns the default configuration.
func DefaultConfig() *Config {
return &Config{
Disable: true,
Disable: false,
SocketPath: nri.DefaultSocketPath,
PluginPath: nri.DefaultPluginPath,
PluginConfigPath: nri.DefaultPluginConfigPath,