Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckPortConnectivity ¶
type CheckPortConnectivity struct {
// contains filtered or unexported fields
}
Check port connectivity task
func NewCheckPortConnectivity ¶
func NewCheckPortConnectivity(c *cli.Context, config *cfg.RocketPoolConfig, logger log.ColorLogger) (*CheckPortConnectivity, error)
Create check port connectivity task
func (*CheckPortConnectivity) Run ¶
func (t *CheckPortConnectivity) Run() error
Check whether the configured execution/consensus client P2P ports are reachable from the internet. Sends an alert the first time either port is detected as closed.
Click to show internal directories.
Click to hide internal directories.