Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / checkman / winperf_phydisk
blob3fd04a2333e960e83157f519998a8b28515f5c07
1 title: Disk throughput on Windows
2 agents: windows
3 catalog: os/storage
4 license: GPL
5 distribution: check_mk
6 description:
7  This check measures the throughput of physical disk on Windows
8  hosts by using the performance counter object {234}. The Check_MK
9  agent for Windows sends this object in the section {<<<winperf_phydisk>>>}
10  starting from version {1.1.11i1}. If you have defined the {counters}
11  in {check_mk.ini}, please make sure, that the entry {234:phydisk}
12  is present.
14  Please add {"winperf.diskstat"} to you {ignored_checktypes} in {main.mk},
15  if all of your agents support {winperf_phydisk}.
17  This check share the same code and features as the check {diskstat},
18  so the rest of this manual page is identical with that of diskstat.
20  You can either have a single check for every single disk
21  (which is the default) or a summary check summing up the throughput
22  of all disks.
24  You can apply separate warning and critical levels for the read
25  and write throughput. Optionally you can have the check compute
26  average values on a configurable time period and have the levels
27  applied on the average instead of the current values. This makes
28  it possible to ignore short "peaks" and only trigger and longer
29  phases of high disk activity.
31  The check also gives info on the IOPS.
33 item:
34  Either {"SUMMARY"} for a summarized check of alls disks or the
35  name of the disk device, e.g. {"C:"}.
37 inventory:
38   The inventory is configured via {diskstat_inventory_mode}. If this is set
39   to {"single"} (the default), then one check will be created for each
40   disk. If it is set to {"summary"} then only one service per host will be
41   created that has at least one hard disk. If set to {"legacy"} then a
42   separate check for read and write will be created (deprecated).