summaryrefslogtreecommitdiff
path: root/etc/ceilometer/rootwrap.conf
diff options
context:
space:
mode:
authorEdwin Zhai <edwin.zhai@intel.com>2014-09-06 00:01:45 +0800
committerEdwin Zhai <edwin.zhai@intel.com>2014-09-13 15:38:25 +0800
commit1081ac1b6e32fe62c23d8b899527a7cede04b526 (patch)
treee1aa28a3f16d928b865ffe1a24af7a81d3cdc173 /etc/ceilometer/rootwrap.conf
parenta31b1375396b203f35cc02670f87602140e5c6fa (diff)
downloadceilometer-1081ac1b6e32fe62c23d8b899527a7cede04b526.tar.gz
Add IPMI support
Adds IPMI engine to get sensor data or system power/thermal information on IPMI capable node, improves overall efficiency and maximizes overall usage for data center. Implements bp ipmi-support Change-Id: I77c881fdaf39c69cfa990468110dbbfa1f8df8dd Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'etc/ceilometer/rootwrap.conf')
-rw-r--r--etc/ceilometer/rootwrap.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/ceilometer/rootwrap.conf b/etc/ceilometer/rootwrap.conf
new file mode 100644
index 00000000..c79065c7
--- /dev/null
+++ b/etc/ceilometer/rootwrap.conf
@@ -0,0 +1,27 @@
+# Configuration for ceilometer-rootwrap
+# This file should be owned by (and only-writeable by) the root user
+
+[DEFAULT]
+# List of directories to load filter definitions from (separated by ',').
+# These directories MUST all be only writeable by root !
+filters_path=/etc/ceilometer/rootwrap.d,/usr/share/ceilometer/rootwrap
+
+# List of directories to search executables in, in case filters do not
+# explicitely specify a full path (separated by ',')
+# If not specified, defaults to system PATH environment variable.
+# These directories MUST all be only writeable by root !
+exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin
+
+# Enable logging to syslog
+# Default value is False
+use_syslog=False
+
+# Which syslog facility to use.
+# Valid values include auth, authpriv, syslog, user0, user1...
+# Default value is 'syslog'
+syslog_log_facility=syslog
+
+# Which messages to log.
+# INFO means log all usage
+# ERROR means only log unsuccessful attempts
+syslog_log_level=ERROR