1 title: EMC VPLEX Director Throughput
3 catalog: hw/storagehw/emc
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
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.
30 Either {"SUMMARY"} for a summarized check of all disks or the name of the
31 disk device, e.g. {"director-1-1-A"}.
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.