summaryrefslogtreecommitdiffstats
path: root/src/libs/libopenlmi/openlmi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libopenlmi/openlmi.conf')
-rw-r--r--src/libs/libopenlmi/openlmi.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libs/libopenlmi/openlmi.conf b/src/libs/libopenlmi/openlmi.conf
new file mode 100644
index 0000000..b86e3d9
--- /dev/null
+++ b/src/libs/libopenlmi/openlmi.conf
@@ -0,0 +1,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