forked from sous-chefs/rsyslog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added multi-az (public/private IP) support & microsecond support
- Loading branch information
Simon McCartney
committed
Apr 25, 2013
1 parent
99115ec
commit aea07d8
Showing
12 changed files
with
122 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source :rubygems | ||
|
||
gem 'test-kitchen', '< 1.0' | ||
gem 'test-kitchen' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Generated by Chef | ||
# | ||
# Use v3 native mode, rather than compatibility mode by specifying -c3 | ||
# here. Compatibility mode for older versions is not recommended as | ||
# custom configuration may get messy. | ||
# | ||
# See rsyslogd(8) for more details | ||
|
||
RSYSLOGD_OPTIONS="-c3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Options for rsyslogd | ||
# Syslogd options are deprecated since rsyslog v3. | ||
# If you want to use them, switch to compatibility mode 2 by "-c 2" | ||
# See rsyslogd(8) for more details | ||
SYSLOGD_OPTIONS="-c 5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Generated by Chef | ||
# | ||
# Options for rsyslogd | ||
# -m 0 disables 'MARK' messages (deprecated, only used in compat mode < 3) | ||
# -r enables logging from remote machines (deprecated, only used in compat mode < 3) | ||
# -x disables DNS lookups on messages received with -r | ||
# -c compatibility mode | ||
# See rsyslogd(8) for more details | ||
RSYSLOGD_OPTIONS="-c4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Generated by Chef | ||
# | ||
# Options for rsyslogd | ||
# -m 0 disables 'MARK' messages (deprecated, only used in compat mode < 3) | ||
# -r enables logging from remote machines (deprecated, only used in compat mode < 3) | ||
# -x disables DNS lookups on messages received with -r | ||
# -c compatibility mode | ||
# See rsyslogd(8) for more details | ||
RSYSLOGD_OPTIONS="-c4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters