From 4eb08fa0dc2116a5b25f7cdc8c5f4463aba68f70 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 25 Aug 2013 15:25:48 -0700 Subject: [PATCH] Add call to Python interpreter and add explanatory header. --- configure-syslog.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) mode change 100644 => 100755 configure-syslog.py diff --git a/configure-syslog.py b/configure-syslog.py old mode 100644 new mode 100755 index 9bdb193..b7393e7 --- a/configure-syslog.py +++ b/configure-syslog.py @@ -1,3 +1,19 @@ +#!/usr/bin/env python + +###################################################################### +# Loggly Syslog configuration script. +# +# This script automatically configures a syslog-ng or rsyslog +# installation such that it sends all logs from this system to Loggly. +# +# For this to work you must have an account on the Loggly system. Sign +# up for one at http://www.loggly.com. +# +# For best results the script should be run with superuser privileges. +# +# (c) Copyright Loggly 2013. +###################################################################### + import os import platform import re