Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added script for configuring syslog with Loggly #66

Merged
merged 11 commits into from Jun 24, 2014

Sync with latest Linux script

  • Loading branch information
psquickitjayant
psquickitjayant committed Jun 20, 2014
commit 5194649a713cf85ee34c4e9f63ea33c066f1133d
@@ -6,7 +6,7 @@
trap ctrl_c INT

function ctrl_c() {
logMsgToConfigSysLog "WARNING" "WARNING: Forcefully exiting the script."
logMsgToConfigSysLog "INFO" "INFO: Aborting the script."
exit 1
}

@@ -15,7 +15,7 @@ function ctrl_c() {
#name of the current script. This will get overwritten by the child script which calls this
SCRIPT_NAME=configure-linux.sh
#version of the current script. This will get overwritten by the child script which calls this
SCRIPT_VERSION=1.0
SCRIPT_VERSION=1.01

#application tag. This will get overwritten by the child script which calls this
APP_TAG=
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.