summaryrefslogtreecommitdiffstats
path: root/src/openlmi.conf
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-09-18 08:01:38 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-09-18 08:01:38 +0200
commitd48cd26973b946183fbd8ead3e86f7dc50303d67 (patch)
treed2b989dcf4f6ec2a2ff4caf056d00476cef65c89 /src/openlmi.conf
parente4d72c3b72f2f363ec556c5f0ec6d94bd4f038ed (diff)
downloadopenlmi-providers-d48cd26973b946183fbd8ead3e86f7dc50303d67.tar.gz
openlmi-providers-d48cd26973b946183fbd8ead3e86f7dc50303d67.tar.xz
openlmi-providers-d48cd26973b946183fbd8ead3e86f7dc50303d67.zip
Forgot to add openlmi.conf file
Diffstat (limited to 'src/openlmi.conf')
-rw-r--r--src/openlmi.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/openlmi.conf b/src/openlmi.conf
new file mode 100644
index 0000000..8028b20
--- /dev/null
+++ b/src/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 = Linux_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