Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / sap.value
blob21fee2573d5d9958ce7c589c99be3b5bbb898b68
1 title: SAP Single Value Monitoring
2 agents: linux
3 catalog: app/sap
4 license: GPL
5 distribution: check_mk
6 description:
7  This check uses the data provided by the {mk_sap} agent plugin, which uses
8  RFC calls to retrieve monitoring information from SAP R/3 systems. To make
9  this check work, you have to deploy the {mk_sap} agent plugin on a host.
11  This check looks into the list of nodes which the agent is sending data
12  for. You can adapt the agent plugin configuration to modify this list.
13  The check simply uses the states, performance values and outputs generated
14  by SAP, there are no special thresholds or similar to configure here.
16 item:
17  A combination of the SAP system ID and, space separated, the path of the
18  node to process the information of.
20 inventory:
21  The check does not inventory all available values by default. By default
22  it does not inventorize any value. You can use the inventory option
23  {inventory_sap_values}. This is a hostlist which contains dictionaries
24  as paramters.
26  At the moment, the only parameter is the {match} paramter. It is used
27  during inventory to filter the list of all available nodes by their paths
28  and add the matching ones to the list of inventorized services.
30  During inventory Check_MK tries to match all entries on each
31  node found on the target host. If an entry matches, a new check will
32  be created according to the entry (if it's not already existing).