Skip to content

Commit

Permalink
Fix arg for cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
elfranne committed Oct 12, 2023
1 parent b92030d commit b183f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ var (
Value: &plugin.CPUWarn,
},
&sensu.PluginConfigOption[float64]{
Path: "cpucrit",
Argument: "cpucrit",
Path: "cpu-crit",
Argument: "cpu-crit",
Default: float64(75),
Usage: "Critical if process is using more than cpu-crit (in percent)",
Value: &plugin.CPUCrit,
Expand Down

0 comments on commit b183f83

Please sign in to comment.