/usr/share/check_mk/checks-man/lsi.disk is in check-mk-server 1.2.6p12-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | title: Status of a disk in an LSI RAID array
agents: linux
catalog: os/storage
license: GPL
distribution: check_mk
description:
Monitors the status of a single disk of an LSI RAID controller. The Linux
agent sends information about its state, if the tool {cfggen} is
available. Each disk can be in one of several states, such as
{ONL} (online), {HSP} (hot spare), {FLT} (faulty) or {MIS} (missing).
The check is parameterized with a target state. The check gets
critical if the disk is not in that state or no information about
the disk is sent at all by the agent.
item:
The id of the disk (as string).
inventory:
The inventory creates checks for all existing disks - regardless of
their states. The current state of a disk is used as target state.
That way, you will be notified by Nagios, even if a disk changes
from state {HSP} to {ONL}.
[parameters]
targetstate (string): The should-have state of the disk, for example
{"ONL"}, {"HSP"}, {"FLT"} or {"MIS"}
|