You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Invoke-IcingaCheckProcess detects more than one instance of a process and "cpu-usage" (-TotalCPUCritical or -TotalCPUWarning) is set, the output is the total (sum) of all matching processes, which is sometimes > 100%:
You can reproduce this with "CPUSTRES64.EXE" but you have to rename the binary to ".exe" before starting it. Otherwise the plugin won't find the process:
If Invoke-IcingaCheckProcess detects more than one instance of a process and "cpu-usage" (-TotalCPUCritical or -TotalCPUWarning) is set, the output is the total (sum) of all matching processes, which is sometimes > 100%:
Invoke-IcingaCheckProcess -TotalCPUWarning 50 -TotalCPUCritical 80 -Process powershell -Verbosity 2
You can reproduce this with "CPUSTRES64.EXE" but you have to rename the binary to ".exe" before starting it. Otherwise the plugin won't find the process:
Result with .EXE:
[UNKNOWN] Process Overview: No checks added to this package
The text was updated successfully, but these errors were encountered: