Update config wording and metadata
This commit is contained in:
@@ -16,12 +16,12 @@ func registerConfiguration() error {
|
||||
err := config.Register(&config.Option{
|
||||
Name: "Process Detection",
|
||||
Key: CfgOptionEnableProcessDetectionKey,
|
||||
Description: "This option enables the attribution of network traffic to processes. This should be always enabled, and effectively disables app profiles if disabled.",
|
||||
Description: "This option enables the attribution of network traffic to processes. This should always be enabled, and effectively disables app profiles if disabled.",
|
||||
OptType: config.OptTypeBool,
|
||||
ExpertiseLevel: config.ExpertiseLevelDeveloper,
|
||||
DefaultValue: true,
|
||||
Annotations: config.Annotations{
|
||||
config.DisplayOrderAnnotation: 144,
|
||||
config.DisplayOrderAnnotation: 528,
|
||||
config.CategoryAnnotation: "Development",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user