GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / wmic_process
blob05d342269644f79e551bf3f0856f381a70c34506
1 title: Resource consumption of windows processes
2 agents: windows
3 catalog: os/ps
4 license: GPL
5 distribution: check_mk
6 description:
7  Note: This check is obsolete. Do not install {wmicchecks.bat} anymore. Use
8  {psperf.bat} in combination with the normal {ps.perf} check. The rest of
9  this man page is unchanged for legacy reasons:
11  This check uses the output of {wmic process} in order to monitor the resource
12  consumption of processes on Windows servers. On the target host this check
13  needs the command line utility {wmic} and the agent plugin {wmicchecks.bat}
14  (in the subdirectory {plugins} below the directory where {check_mk_agent.exe}
15  is located).
17  The monitored parameters are CPU usage ({KernelModeTime} + {UserModeTime}),
18  RAM usage ({WorkingSetSize}) and page file usage ({PageFileUsage}).
19  If more than one process matches the name, then all matching processes resources
20  are added.
22  If no matching process is found running, then the check is always OK (since
23  no resources are consumed).
25 item:
26  A user definable string that is used as part of the service description.
27  If you choose {"APACHE"} as item, for example, then the check will be
28  named {proc_APACHE}.