summaryrefslogtreecommitdiff
path: root/templates/system/syslog/global
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system/syslog/global')
-rw-r--r--templates/system/syslog/global/archive/files/node.def2
-rw-r--r--templates/system/syslog/global/archive/node.def10
-rw-r--r--templates/system/syslog/global/archive/size/node.def2
-rw-r--r--templates/system/syslog/global/facility/node.def60
-rw-r--r--templates/system/syslog/global/facility/node.tag/level/node.def22
-rw-r--r--templates/system/syslog/global/node.def2
6 files changed, 49 insertions, 49 deletions
diff --git a/templates/system/syslog/global/archive/files/node.def b/templates/system/syslog/global/archive/files/node.def
index ca2bf175..86fc3808 100644
--- a/templates/system/syslog/global/archive/files/node.def
+++ b/templates/system/syslog/global/archive/files/node.def
@@ -1,3 +1,3 @@
type: u32
-help: "Number of saved files"
+help: Number of saved files
default: 5
diff --git a/templates/system/syslog/global/archive/node.def b/templates/system/syslog/global/archive/node.def
index aefdb2d4..3691bbe0 100644
--- a/templates/system/syslog/global/archive/node.def
+++ b/templates/system/syslog/global/archive/node.def
@@ -1,6 +1,6 @@
-help: "Configure log file size and rotation characteristics"
+help: Configure log file size and rotation characteristics
# need mandatory files & size
-update: "sudo sh -c \"/opt/vyatta/sbin/vyatta_update_logrotate.pl \
-'$(files/@)' '$(size/@)' 1\" "
-delete: "sudo sh -c \"/opt/vyatta/sbin/vyatta_update_logrotate.pl \
-'$(files/@)' '$(size/@)' 0\" "
+update:expression: "sudo sh -c \"/opt/vyatta/sbin/vyatta_update_logrotate.pl \
+'$VAR(files/@)' '$VAR(size/@)' 1\" "
+delete:expression: "sudo sh -c \"/opt/vyatta/sbin/vyatta_update_logrotate.pl \
+'$VAR(files/@)' '$VAR(size/@)' 0\" "
diff --git a/templates/system/syslog/global/archive/size/node.def b/templates/system/syslog/global/archive/size/node.def
index 3c8da6e8..c02fd0f1 100644
--- a/templates/system/syslog/global/archive/size/node.def
+++ b/templates/system/syslog/global/archive/size/node.def
@@ -1,3 +1,3 @@
type: u32
-help: "Size of log files (kbytes)"
+help: Size of log files (kbytes)
default: 250
diff --git a/templates/system/syslog/global/facility/node.def b/templates/system/syslog/global/facility/node.def
index d98c2657..1fdaad00 100644
--- a/templates/system/syslog/global/facility/node.def
+++ b/templates/system/syslog/global/facility/node.def
@@ -1,35 +1,35 @@
tag:
type: txt
-help: "Configure facility for system logging"
-syntax: $(@) in "auth", "authpriv", "cron", "daemon", "kern", "lpr", "mail", "mark", "news", "security", "syslog", "user", "uucp", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "all"; "\"$(@)\" is not a valid logging facility"
-update: "sudo sh -c \"LVL=`echo -n $(level/@) | tr '[a-z]' '[A-Z]'` && \
-FAC='$(@)' ; if [ x\\\\\$FAC == xall ]; then FAC='*'; fi && \
+help: Configure facility for system logging
+syntax:expression: $VAR(@) in "auth", "authpriv", "cron", "daemon", "kern", "lpr", "mail", "mark", "news", "security", "syslog", "user", "uucp", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "all"; "\"$VAR(@)\" is not a valid logging facility"
+update:expression: "sudo sh -c \"LVL=`echo -n $VAR(level/@) | tr '[a-z]' '[A-Z]'` && \
+FAC='$VAR(@)' ; if [ x\\$FAC == xall ]; then FAC='*'; fi && \
/opt/vyatta/sbin/vyatta_update_syslog.pl '' '\\/var\\/log\\/messages' \
- \\\"\\\\\$FAC.\\\\\$LVL\t/var/log/messages \n\\\"\" "
-delete: "sudo sh -c \"FAC='$(@)' ; \
-if [ x\\\\\$FAC == xall ]; then FAC='*'; fi && \
+ \\\"\\$FAC.\\$LVL\t/var/log/messages \n\\\"\" "
+delete:expression: "sudo sh -c \"FAC='$VAR(@)' ; \
+if [ x\\$FAC == xall ]; then FAC='*'; fi && \
/opt/vyatta/sbin/vyatta_update_syslog.pl \
'' '\\/var\\/log\\/messages' '*.warning\t/var/log/messages \n'\" "
-#comp_help:Available logging facilities:
-# all All facilities excluding "mark"
-# auth Authentication and authorization
-# authpriv Non-system authorization
-# cron Cron daemon
-# daemon System daemons
-# kern Kernel
-# lpr Line printer spooler
-# mail Mail subsystem
-# mark Timestamp
-# news USENET subsystem
-# security Authentication and authorization
-# syslog Authentication and authorization
-# user Application processes
-# uucp UUCP subsystem
-# local0 Local facility 0
-# local1 Local facility 1
-# local2 Local facility 2
-# local3 Local facility 3
-# local4 Local facility 4
-# local5 Local facility 5
-# local6 Local facility 6
-# local7 Local facility 7
+comp_help:Available logging facilities:
+ all All facilities excluding "mark"
+ auth Authentication and authorization
+ authpriv Non-system authorization
+ cron Cron daemon
+ daemon System daemons
+ kern Kernel
+ lpr Line printer spooler
+ mail Mail subsystem
+ mark Timestamp
+ news USENET subsystem
+ security Authentication and authorization
+ syslog Authentication and authorization
+ user Application processes
+ uucp UUCP subsystem
+ local0 Local facility 0
+ local1 Local facility 1
+ local2 Local facility 2
+ local3 Local facility 3
+ local4 Local facility 4
+ local5 Local facility 5
+ local6 Local facility 6
+ local7 Local facility 7
diff --git a/templates/system/syslog/global/facility/node.tag/level/node.def b/templates/system/syslog/global/facility/node.tag/level/node.def
index ea75775a..d690ecd2 100644
--- a/templates/system/syslog/global/facility/node.tag/level/node.def
+++ b/templates/system/syslog/global/facility/node.tag/level/node.def
@@ -1,13 +1,13 @@
type: txt
-help: "Configure the logging level"
-syntax: $(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug"; "\"$(@)\" is not a valid logging level"
+help: Configure the logging level
+syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug"; "\"$VAR(@)\" is not a valid logging level"
default: "err"
-#comp_help:Logging levels in descending order of severity:
-# emerg Emergency messages
-# alert Urgent messages
-# crit Critical messages
-# err Error messages
-# warning Warning messages
-# notice Messages for further investigation
-# info Informational messages
-# debug Debug messages
+comp_help:Logging levels in descending order of severity:
+ emerg Emergency messages
+ alert Urgent messages
+ crit Critical messages
+ err Error messages
+ warning Warning messages
+ notice Messages for further investigation
+ info Informational messages
+ debug Debug messages
diff --git a/templates/system/syslog/global/node.def b/templates/system/syslog/global/node.def
index b5166459..5fcf45b8 100644
--- a/templates/system/syslog/global/node.def
+++ b/templates/system/syslog/global/node.def
@@ -1 +1 @@
-help: "Configure system logging"
+help: Configure system logging