GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / emc_vplex_director_stats
blobb7dae528514e5b74a3d6effc74fe563ea751bd4e
1 title: EMC VPLEX Director Throughput
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 VPLEX Directors.
9  You can either have a single check for every single director
10  or a summary check (which is the default) summing up the throughput
11  of all directors.
13  The check also gives info on the IO latency and IOPS aquired.
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  Averaging is not applied to IO latency calculations.
24  Note: It seems that the relevant SNMP data of the EMC VPLEX System
25  is only updated every 90 seconds. You should set the monitoring interval
26  to 120 seconds, otherwise there will be errors in the calucation of the rates
27  for read/write throughput and ios.
29 item:
30  Either {"SUMMARY"} for a summarized check of all disks or the name of the
31  disk device, e.g. {"director-1-1-A"}.
33 inventory:
34   The inventory is configured via the {diskstat_inventory} rule. If this is set
35   to {["summary"]} (the default), then one check will be created for all directors.
36   If it is set to {["physical"]} then one check will be created per director.
37   You can also set {["summary", "physical"]} to create both variants.