We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92030d commit b183f83Copy full SHA for b183f83
main.go
@@ -45,8 +45,8 @@ var (
45
Value: &plugin.CPUWarn,
46
},
47
&sensu.PluginConfigOption[float64]{
48
- Path: "cpucrit",
49
- Argument: "cpucrit",
+ Path: "cpu-crit",
+ Argument: "cpu-crit",
50
Default: float64(75),
51
Usage: "Critical if process is using more than cpu-crit (in percent)",
52
Value: &plugin.CPUCrit,
0 commit comments