Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Added script for configuring syslog with Loggly #66
Conversation
added 11 commits
Jun 16, 2014
Also added username in the logging params
| } | ||
|
|
||
| #checks if all the various endpoints used for configuring loggly are accessible | ||
| checkIfLogglyServersAccessible() |
mchaudhary
Jun 23, 2014
Contributor
All this is good to check but the one of the most important check here is that are we able to reach to 514 on logs-01 because thats where the log will be send. We should definitely check that one here.
All this is good to check but the one of the most important check here is that are we able to reach to 514 on logs-01 because thats where the log will be send. We should definitely check that one here.
| } | ||
|
|
||
| #check if mimimum version of rsyslog required to configure loggly is met | ||
| checkIfMinVersionOfRsyslog() |
mchaudhary
Jun 24, 2014
Contributor
Not sure why we need to check for the multiple rsyslogd
Not sure why we need to check for the multiple rsyslogd
| } | ||
|
|
||
| #logs message to config syslog | ||
| logMsgToConfigSysLog() |
mchaudhary
Jun 24, 2014
Contributor
Another thing I think it will be important to log the customer token or CID with each message so we know who is the customer which faced problems. This will help a lot.
Another thing I think it will be important to log the customer token or CID with each message so we know who is the customer which faced problems. This will help a lot.
mchaudhary
added a commit
that referenced
this pull request
Jun 24, 2014
Added script for configuring syslog with Loggly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No description provided.