GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / hpux_lunstats
blob4fe043b91db2f18b577fbce27ce67b0610395ce0
1 title: Throughput on HP-UX LUNs
2 agents: hpux
3 catalog: os/storage
4 license: GPL
5 distribution: check_mk
6 description:
8  This check measures the throughput LUNs on HP-UX. This check
9  is fully compatible with {diskstat} and uses the same
10  parameters and configuration variables.
12 item:
13  Either {"SUMMARY"} for a summarized check of alls LUNs or the
14  name of the disk device, e.g. {"sda"}. In order to support configurations
15  up to version 1.1.10 also the items {"read"} and {"write"} are supported.
17 inventory:
18   The inventory is configured via {diskstat_inventory_mode}. If this is set
19   to {"single"} (the default), then one check will be created for each
20   disk. If it is set to {"summary"} then only one service per host will be
21   created that has at least one hard disk. If set to {"legacy"} then a
22   separate check for read and write will be created (deprecated).