Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
David-VTUK committed Jul 19, 2023
1 parent 8146666 commit a045377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func main() {
if rancherInstalled {
log.Printf("Collecting Rancher Metrics")
http.Handle("/metrics", promhttp.Handler())
go collector.Collect(RancherClient, Timer_GetLatestRancherVersion, Timer_ticker, rancherBackupsInstalled)
go collector.Collect(RancherClient, Timer_GetLatestRancherVersion, Timer_ticker)
}

if rancherBackupsInstalled {
Expand Down

0 comments on commit a045377

Please sign in to comment.