Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 16c5e5f8b5816c1b1037e59c9a2a8112 > files > 129

check-mk-docs-1.2.2-5.fc18.1.noarch.rpm

title: Monitor summarized status of all disks in Fujitsu ETERNUS DX storage systems
agents: SNMP
author: Lars Michelsen <lm@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This check monitors the reported summary status of all installed
 physical disks
 in storage systems from Fujitsu which support the
 FJDARY-E60.MIB like the ETERNUS DX60 and DX80.

item:
 {None}

inventory:
 If at least one disk is found, exactly one check will be created for
 the host.

examples:
 # Expect 5 available(=online) and one spare disk
 checks += [
   ( 'arc', 'fjdarye60_disks.summary', None, { "available": 5, "spare": 1 } )
 ]

[parameters]
expected_state (dictionary): A dictionary from the statenames to the number
 of disks expected in that state. Possible state names are:
 {"available"}, {"broken"}, {"notavailable"}, {"notsupported"},{"present"},
 {"readying"}, {"recovering"}, {"partbroken"}, {"spare"}, {"formating"},
 {"unformated"}, {"notexist"}, {"copying"}. The check will report {CRITICAL}
 if there are not enough disks in at least one state or otherwise {WARNING} if at
 least one state has an exceeding number of disks.