summaryrefslogtreecommitdiffstats
path: root/src/common/openlmi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/openlmi.conf')
-rw-r--r--src/common/openlmi.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/common/openlmi.conf b/src/common/openlmi.conf
new file mode 100644
index 0000000..64684a8
--- /dev/null
+++ b/src/common/openlmi.conf
@@ -0,0 +1,22 @@
+# 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:
+# TRACE_VERBOSE, TRACE_INFO, TRACE_WARNING, DEBUG, INFO, WARNING, ERROR, CRITICAL
+# It does not have any effect, if file_config option is set.
+#Level = ERROR
+
+# If logging to stderr is desired, set this option to True. This option won't
+# apply if file_config option is set.
+#Stderr = False