Skip to content

Commit

Permalink
Merge pull request #7 from ethpandaops/refactor/yeet-peer-count-checks
Browse files Browse the repository at this point in the history
refactor: Remove CL and EL peer count checks
  • Loading branch information
mattevans authored Feb 10, 2025
2 parents 1973c51 + f0ac19d commit 217e801
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 434 deletions.
2 changes: 0 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ func runChecks(cmd *cobra.Command, cfg Config) error {
runner.RegisterCheck(checks.NewCLSyncCheck(grafanaClient))
runner.RegisterCheck(checks.NewHeadSlotCheck(grafanaClient))
runner.RegisterCheck(checks.NewCLFinalizedEpochCheck(grafanaClient))
runner.RegisterCheck(checks.NewCLPeerCountCheck(grafanaClient))
runner.RegisterCheck(checks.NewELSyncCheck(grafanaClient))
runner.RegisterCheck(checks.NewELPeerCountCheck(grafanaClient))
runner.RegisterCheck(checks.NewELBlockHeightCheck(grafanaClient))

// Determine if we're running checks for a specific client.
Expand Down
98 changes: 0 additions & 98 deletions pkg/checks/cl_peer_count.go

This file was deleted.

118 changes: 0 additions & 118 deletions pkg/checks/cl_peer_count_test.go

This file was deleted.

98 changes: 0 additions & 98 deletions pkg/checks/el_peer_count.go

This file was deleted.

Loading

0 comments on commit 217e801

Please sign in to comment.