diff options
Diffstat (limited to 'templates/system/syslog/host')
-rw-r--r-- | templates/system/syslog/host/node.def | 3 | ||||
-rw-r--r-- | templates/system/syslog/host/node.tag/facility/node.def | 11 | ||||
-rw-r--r-- | templates/system/syslog/host/node.tag/facility/node.tag/level/node.def | 3 |
3 files changed, 0 insertions, 17 deletions
diff --git a/templates/system/syslog/host/node.def b/templates/system/syslog/host/node.def deleted file mode 100644 index a349582..0000000 --- a/templates/system/syslog/host/node.def +++ /dev/null @@ -1,3 +0,0 @@ -tag: -type: txt -help: "IP address or hostname of remote syslog server" diff --git a/templates/system/syslog/host/node.tag/facility/node.def b/templates/system/syslog/host/node.tag/facility/node.def deleted file mode 100644 index 2dc56e6..0000000 --- a/templates/system/syslog/host/node.tag/facility/node.def +++ /dev/null @@ -1,11 +0,0 @@ -tag: -type: txt -help: "Configure facility for host logging" -create: "sh -c \"LVL=`echo -n $(level/@) | tr '[a-z]' '[A-Z]'` && \ -/opt/vyatta/sbin/vyatta_update_syslog.pl '$(@)\\.' '@$(../@) ' \ -\\\"$(@).\\\\\$LVL\t@$(../@) \n\\\"\" " -update: "sh -c \"LVL=`echo -n $(level/@) | tr '[a-z]' '[A-Z]'` && \ -/opt/vyatta/sbin/vyatta_update_syslog.pl '$(@)\\.' '@$(../@) ' \ -\\\"$(@).\\\\\$LVL\t@$(../@) \n\\\"\" " -delete: "sh -c \"/opt/vyatta/sbin/vyatta_update_syslog.pl '$(@)\\.' \ -'@$(../@) ' ''\" " 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 deleted file mode 100644 index 9be459c..0000000 --- a/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def +++ /dev/null @@ -1,3 +0,0 @@ -type: txt -help: "Configure the logging level" -default: "err" |