Documentation ¶
Overview ¶
Package checks provides security checks functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is responsible for interactions with Percona Check service.
func New ¶
func New(agentsRegistry agentsRegistry, alertmanagerService alertmanagerService, db *reform.DB) (*Service, error)
New returns Service with given PMM version.
func (*Service) GetSecurityCheckResults ¶
GetSecurityCheckResults returns the results of the STT checks that were run. It returns services.ErrSTTDisabled if STT is disabled.
Click to show internal directories.
Click to hide internal directories.