diff options
Diffstat (limited to 'templates/system/syslog/global/facility')
-rw-r--r-- | templates/system/syslog/global/facility/node.def | 60 | ||||
-rw-r--r-- | templates/system/syslog/global/facility/node.tag/level/node.def | 22 |
2 files changed, 41 insertions, 41 deletions
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 |