diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-19 12:37:17 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-19 12:37:17 -0700 |
commit | 6677afef234cfa0b68b88fd94c6ac4b158b6e4b2 (patch) | |
tree | 17eb3be384e667620449a23539d9f7faca8d9e9f /templates/system/syslog/host | |
parent | bf7375668f33050a9b642e54a0266982ef579137 (diff) | |
download | vyatta-cfg-system-6677afef234cfa0b68b88fd94c6ac4b158b6e4b2.tar.gz vyatta-cfg-system-6677afef234cfa0b68b88fd94c6ac4b158b6e4b2.zip |
Convert syslog commands to new CLI help style
Diffstat (limited to 'templates/system/syslog/host')
-rw-r--r-- | templates/system/syslog/host/node.tag/facility/node.def | 46 | ||||
-rw-r--r-- | templates/system/syslog/host/node.tag/facility/node.tag/level/node.def | 18 |
2 files changed, 32 insertions, 32 deletions
diff --git a/templates/system/syslog/host/node.tag/facility/node.def b/templates/system/syslog/host/node.tag/facility/node.def index 1c485f1f..883be27f 100644 --- a/templates/system/syslog/host/node.tag/facility/node.def +++ b/templates/system/syslog/host/node.tag/facility/node.def @@ -2,26 +2,26 @@ tag: type: txt help: Facility for host logging syntax:expression: $VAR(@) in "auth", "authpriv", "cron", "daemon", "kern", "lpr", "mail", "mark", "news", "protocols", "security", "syslog", "user", "uucp", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "all"; "\"$VAR(@)\" is not a valid logging facility" -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 - protocols Routing protocols (local7) - 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 + +val_help: all; All facilities excluding "mark" +val_help: auth; Authentication and authorization +val_help: authpriv; Non-system authorization +val_help: cron; Cron daemon +val_help: daemon; System daemons +val_help: kern; Kernel +val_help: lpr; Line printer spooler +val_help: mail; Mail subsystem +val_help: mark; Timestamp +val_help: news; USENET subsystem +val_help: protocols; Routing protocols (local7) +val_help: security; Authentication and authorization +val_help: syslog; Authentication and authorization +val_help: user; Application processes +val_help: uucp; UUCP subsystem +val_help: local0; Local facility 0 +val_help: local1; Local facility 1 +val_help: local2; Local facility 2 +val_help: local3; Local facility 3 +val_help: local4; Local facility 4 +val_help: local5; Local facility 5 +val_help: local6; Local facility 6 diff --git a/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def b/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def index e8a45ea1..bae531af 100644 --- a/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def +++ b/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def @@ -2,12 +2,12 @@ type: txt help: 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 + +val_help: emerg; Emergency messages +val_help: alert; Urgent messages +val_help: crit; Critical messages +val_help: err; Error messages +val_help: warning; Warning messages +val_help: notice; Messages for further investigation +val_help: info; Informational messages +val_help: debug; Debug messages |