Skip to content

Commit b183f83

Browse files
committed
Fix arg for cpu
1 parent b92030d commit b183f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ var (
4545
Value: &plugin.CPUWarn,
4646
},
4747
&sensu.PluginConfigOption[float64]{
48-
Path: "cpucrit",
49-
Argument: "cpucrit",
48+
Path: "cpu-crit",
49+
Argument: "cpu-crit",
5050
Default: float64(75),
5151
Usage: "Critical if process is using more than cpu-crit (in percent)",
5252
Value: &plugin.CPUCrit,

0 commit comments

Comments
 (0)