diff options
Diffstat (limited to 'interface-definitions/system_syslog.xml.in')
-rw-r--r-- | interface-definitions/system_syslog.xml.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/interface-definitions/system_syslog.xml.in b/interface-definitions/system_syslog.xml.in index 91fb680e0..116cbde73 100644 --- a/interface-definitions/system_syslog.xml.in +++ b/interface-definitions/system_syslog.xml.in @@ -46,13 +46,13 @@ <children> <leafNode name="octet-counted"> <properties> - <help>Allows for the transmission of all characters inside a syslog message</help> + <help>Allows for the transmission of multi-line messages (TCP only)</help> <valueless/> </properties> </leafNode> <leafNode name="include-timezone"> <properties> - <help>Include system timezone in syslog message</help> + <help>Use RFC 5424 format (with RFC 3339 timestamp and timezone)</help> <valueless/> </properties> </leafNode> @@ -80,6 +80,7 @@ <help>Mark messages sent to syslog</help> </properties> <children> + #include <include/generic-disable-node.xml.i> <leafNode name="interval"> <properties> <help>Mark message interval</help> @@ -88,9 +89,9 @@ <description>Time in seconds</description> </valueHelp> <constraint> - <validator name="numeric" argument="--range 1-86400"/> + <validator name="numeric" argument="--range 1-65535"/> </constraint> - <constraintErrorMessage>Port number must be in range 1 to 86400</constraintErrorMessage> + <constraintErrorMessage>Port number must be in range 1 to 65535</constraintErrorMessage> </properties> <defaultValue>1200</defaultValue> </leafNode> |