diff options
author | hagbard <vyosdev@derith.de> | 2018-07-23 12:36:10 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2018-07-23 12:36:10 -0700 |
commit | b626e021c802cd8c0b607b7d2bdd7b80aef75015 (patch) | |
tree | 1fa3ce1969ec5330106ec3c6cb2e5532f6a1eede /templates/system/syslog/global/facility | |
parent | 3cc1cf9d64465bc14c404a6edfd1d7f2754745cf (diff) | |
download | vyatta-cfg-system-b626e021c802cd8c0b607b7d2bdd7b80aef75015.tar.gz vyatta-cfg-system-b626e021c802cd8c0b607b7d2bdd7b80aef75015.zip |
T736: syslog templates removed
Diffstat (limited to 'templates/system/syslog/global/facility')
-rw-r--r-- | templates/system/syslog/global/facility/node.def | 30 | ||||
-rw-r--r-- | templates/system/syslog/global/facility/node.tag/level/node.def | 15 |
2 files changed, 0 insertions, 45 deletions
diff --git a/templates/system/syslog/global/facility/node.def b/templates/system/syslog/global/facility/node.def deleted file mode 100644 index 58198d9f..00000000 --- a/templates/system/syslog/global/facility/node.def +++ /dev/null @@ -1,30 +0,0 @@ -tag: -type: txt -help: Facility for system 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" -allowed: echo auth authpriv cron daemon kern lpr mail mark news protocols \ - security syslog user uucp \ - local0 local1 local2 local3 local4 local5 local6 local7 all - -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/global/facility/node.tag/level/node.def b/templates/system/syslog/global/facility/node.tag/level/node.def deleted file mode 100644 index e69b30d4..00000000 --- a/templates/system/syslog/global/facility/node.tag/level/node.def +++ /dev/null @@ -1,15 +0,0 @@ -type: txt -help: Logging level -syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug", "all"; "\"$VAR(@)\" is not a valid logging level" -default: "err" -allowed: echo emerg alert crit err warning notice info debug all - -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 -val_help: all; Log everything |