GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / emc_vplex_volumes
blobcc05ccf974b132f77119bd45b37e81db9cc27381
1 title: EMC VPLEX Volume Diskstat
2 agents: snmp
3 catalog: hw/storagehw/emc
4 license: GPL
5 distribution: check_mk
6 description:
8  This check measures the throughput of the EMC VPLEX volumes.
9  You can either have a single check for every single volume
10  or a summary check (which is the default) summing up the throughput
11  of all volumes.
13  The check also gives info on the IO Operations per seconds.
15  You can apply separate warning and critical levels for the read
16  and write throughput. Optionally you can have the check compute
17  average values on a configurable time period and have the levels
18  applied on the average instead of the current values. This makes
19  it possible to ignore short "peaks" and only trigger and longer
20  phases of high disk activity.
22  Note: It seems that the relevant SNMP data of the EMC VPLEX System
23  is only updated every 90 seconds. You should set the monitoring interval
24  to 120 seconds, otherwise there will be errors in the calucation of the rates
25  for read/write throughput and IOs.
27 item:
28  Either {"SUMMARY"} for a summarized check of all disks or the name of the
29  disk device, e.g. {"VPZ-B-S-L323_vol"}.
31 inventory:
32   The inventory is configured via the {diskstat_inventory} rule. If this is set
33   to {["summary"]} (the default), then one check will be created for all volumes.
34   If it is set to {["physical"]} then one check will be created per volume.
35   You can also set {["summary", "physical"]} to create both variants.