search for: 6a32b7a

Displaying 1 result from an estimated 1 matches for "6a32b7a".

2010 Oct 26
0
[PATCH node] add logging.py
Adds rsyslog configaration module --- scripts/logging.py | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 89 insertions(+), 0 deletions(-) create mode 100755 scripts/logging.py diff --git a/scripts/logging.py b/scripts/logging.py new file mode 100755 index 0000000..6a32b7a --- /dev/null +++ b/scripts/logging.py @@ -0,0 +1,89 @@ +#!/usr/bin/python +# +# Configures the rsyslog daemon. + +import os +import sys +from ovirtfunctions import * + +RSYSLOG_FILE="/etc/rsyslog.conf" + +RSYSLOG_CONFIG_TEMPLATE = """ +#ovirt rsyslog config file + +#### MO...