Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotEnabled = errors.New("system-probe not enabled")
ErrNotEnabled represents the case in which system-probe is not enabled
View Source
var ( // SysprobeCmd is the root command SysprobeCmd = &cobra.Command{ Use: fmt.Sprintf("%s [command]", os.Args[0]), Short: "Datadog Agent System Probe", Long: ` The Datadog Agent System Probe runs as superuser in order to instrument your machine at a deeper level. It is required for features such as Network Performance Monitoring, Runtime Security Monitoring, and others.`, SilenceUsage: true, } )
Functions ¶
func StartSystemProbe ¶
func StartSystemProbe() error
StartSystemProbe Initializes the system-probe process
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.