Refactoring: Changed all check parameters starting with an 'o' to the new rulespec...
[check_mk.git] / agents / sap / sap.cfg
blobfefa4c207eaaf288b3a832d50b8b3201524fe014
1 # +------------------------------------------------------------------+
2 # |             ____ _               _        __  __ _  __           |
3 # |            / ___| |__   ___  ___| | __   |  \/  | |/ /           |
4 # |           | |   | '_ \ / _ \/ __| |/ /   | |\/| | ' /            |
5 # |           | |___| | | |  __/ (__|   <    | |  | | . \            |
6 # |            \____|_| |_|\___|\___|_|\_\___|_|  |_|_|\_\           |
7 # |                                                                  |
8 # | Copyright Mathias Kettner 2014             mk@mathias-kettner.de |
9 # +------------------------------------------------------------------+
11 # This file is part of Check_MK.
12 # The official homepage is at http://mathias-kettner.de/check_mk.
14 # check_mk is free software;  you can redistribute it and/or modify it
15 # under the  terms of the  GNU General Public License  as published by
16 # the Free Software Foundation in version 2.  check_mk is  distributed
17 # in the hope that it will be useful, but WITHOUT ANY WARRANTY;  with-
18 # out even the implied warranty of  MERCHANTABILITY  or  FITNESS FOR A
19 # PARTICULAR PURPOSE. See the  GNU General Public License for more de-
20 # tails. You should have  received  a copy of the  GNU  General Public
21 # License along with GNU Make; see the file  COPYING.  If  not,  write
22 # to the Free Software Foundation, Inc., 51 Franklin St,  Fifth Floor,
23 # Boston, MA 02110-1301 USA.
25 # sap.cfg - This file configures the agent plugin mk_sap. You can use
26 # this to configure connection settings monitoring data
28 # Settings to be used to connect to one or multiple SAP R/3 host(s).
29 cfg = [
31     'ashost':   'localhost',
32     'sysnr':    '00',
33     'client':   '100',
34     'user':     'cmk-user',
35     'passwd':   'secret-of-cmk-user',
36     'trace':    '3',
37     'loglevel': 'warn',
38     'lang':     'EN',
41 #    'ashost':   'host2',
42 #    'sysnr':    '00',
43 #    'client':   '100',
44 #    'user':     'cmk-user',
45 #    'passwd':   'secret-of-cmk-user',
46 #    'trace':    '3',
47 #    'loglevel': 'warn',
48 #    'lang':     'EN',
53 # A list of strings, while the string must match the full path to one or
54 # several monitor objects. We use unix shell patterns during matching, so
55 # you can use several chars as placeholders:
57 # *      matches everything
58 # ?      matches any single character
59 # [seq]  matches any character in seq
60 # [!seq] matches any character not in seq
62 # The * matches the whole following string and does not end on next "/".
64 # Here some examples of monitor paths:
65 monitor_paths += [
66     #'SAP BI Monitors/BI Monitor',
67     #'SAP BI Monitors/BI Monitor/*/Oracle/Performance',
68     #'SAP CCMS Monitor Templates/Operating System/OperatingSystem/CPU/*',
69     #'SAP CCMS Monitor Templates/Operating System/OperatingSystem/CPU/CPU_Utilization',
70     #'*',