diff --git a/main.go b/main.go index 5603277..91f5a0a 100644 --- a/main.go +++ b/main.go @@ -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,