Documentation ¶
Overview ¶
Package host observer that monitors the current host for active network listeners and reports them as service endpoints Use of this observer requires the CAP_SYS_PTRACE and CAP_DAC_READ_SEARCH capability in Linux.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.ObserverConfig PollIntervalSeconds int `default:"10" yaml:"pollIntervalSeconds"` }
Config specific to the host observer
Click to show internal directories.
Click to hide internal directories.