Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FIMManager ¶
type FIMManager struct {
// contains filtered or unexported fields
}
FIMManager manages the File Integrity Monitoring functionality
func NewFIMManager ¶
func NewFIMManager(cfg config.Config, clusterName string, exporter exporters.Exporter, cloudMetadata *apitypes.CloudMetadata) (*FIMManager, error)
NewFIMManager creates a new FIM manager
func (*FIMManager) GetStatus ¶
func (fm *FIMManager) GetStatus() map[string]interface{}
GetStatus returns the current status of the FIM manager
func (*FIMManager) IsRunning ¶
func (fm *FIMManager) IsRunning() bool
IsRunning returns whether the FIM manager is running
Click to show internal directories.
Click to hide internal directories.