summaryrefslogtreecommitdiffstats
path: root/src/common/openlmi.conf
blob: b86e3d9ff05fa2f7955975a60b8556de6ddee33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Sample configuration file for OpenLMI providers

[CIM]
# To override default CIM Namespace, uncomment the line below.
#Namespace = root/cimv2

# To change the CIM class of ComputerSystem, which is associated to many
# software classes, uncomment the line below.
#SystemClassName = PG_ComputerSystem

[Log]
# These options modify logging configuration of the main process spawned
# by CIMOM.

# Level can be set to following values:
#   DEBUG, INFO, WARNING, ERROR
#Level = ERROR

# If logging to stderr is desired, set this option to True.
#Stderr = False