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

Fixes #5796: Make syslog transport configurable from web interface #871

Conversation

VinceMacBuche
Copy link
Member

@@ -101,6 +101,7 @@ class SystemVariableServiceImpl(
, getCfengineOutputsTtl : () => Box[Int]
, getStoreAllCentralizedLogsInFile: () => Box[Boolean]
, getSendMetrics : () => Box[Option[Boolean]]
, getReportProtocol : () => Box[String]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bad indent here

@VinceMacBuche
Copy link
Member Author

PR updated

@VinceMacBuche VinceMacBuche force-pushed the ust_5796/make_syslog_transport_configurable_from_web_interface branch from 8e1b14c to ec365e3 Compare June 10, 2015 14:00
@VinceMacBuche
Copy link
Member Author

PR updated

@VinceMacBuche VinceMacBuche force-pushed the ust_5796/make_syslog_transport_configurable_from_web_interface branch from ec365e3 to 7de769e Compare June 10, 2015 15:22
@VinceMacBuche
Copy link
Member Author

PR updated

@VinceMacBuche VinceMacBuche force-pushed the ust_5796/make_syslog_transport_configurable_from_web_interface branch from 7de769e to 57021de Compare June 11, 2015 09:59
</span>
<div class="tooltipContent" id="reportProtocolTooltip">
Rudder uses syslog to transfer report messages from nodes to relay and
servers.By default, Rudder configure syslog to use UDP so that the syslog never
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

servers._By <- missing space

@fanf
Copy link
Member

fanf commented Jun 11, 2015

Beside the very little typo, I think it's OK with me : merge it when needed.

@VinceMacBuche
Copy link
Member Author

PR updated

@Kegeruneku
Copy link

Please merge Normation/rudder-packages#682 right after this one

VinceMacBuche added a commit that referenced this pull request Jun 11, 2015
…port_configurable_from_web_interface

Fixes #5796: Make syslog transport configurable from web interface
@VinceMacBuche VinceMacBuche merged commit b547eff into Normation:branches/rudder/3.1 Jun 11, 2015
@@ -136,6 +138,7 @@ class SystemVariableServiceImpl(
val skipIdentify = getProp("SKIPIDENTIFY", getSkipIdentify)
val modifiedFilesTtl = getProp("MODIFIED_FILES_TTL", getModifiedFilesTtl)
val cfengineOutputsTtl = getProp("CFENGINE_OUTPUTS_TTL", getCfengineOutputsTtl)
val reportProtocol = getProp("RUDDER_SYSLOG_PROTOCOL", getSyslogProtocol)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a toString missing there :((((

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants