Skip to content

Commit

Permalink
fix: function name
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeyjimbo committed Jan 14, 2025
1 parent 515f27f commit fd15123
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 @@ -83,7 +83,7 @@ func startMonitoring(
Metrics: metrics,
Rules: cfg.Rules,
}
monitor.MonitorGroup(mc)
monitor.WatchGroup(mc)
}(site.Name, group, checkConfig, combinedTags)
}
}
Expand Down

0 comments on commit fd15123

Please sign in to comment.