Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Jun 26, 2024
1 parent 101a289 commit 12f13f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ func (h *Node) MonitorNodes(targets []Node, chainID string) error {
return err
}
if err := h.RunSSHCopyMonitoringDashboards(tmpdir); err != nil {
return err
}
avalancheGoPorts, machinePorts, ltPorts := getPrometheusTargets(targets)
h.Logger.Infof("avalancheGoPorts: %v, machinePorts: %v, ltPorts: %v", avalancheGoPorts, machinePorts, ltPorts)
Expand Down

0 comments on commit 12f13f8

Please sign in to comment.