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, 17 insertions, 0 deletions
diff --git a/templates/system/syslog/host/node.def b/templates/system/syslog/host/node.def new file mode 100644 index 00000000..a349582c --- /dev/null +++ b/templates/system/syslog/host/node.def @@ -0,0 +1,3 @@ +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 new file mode 100644 index 00000000..2dc56e66 --- /dev/null +++ b/templates/system/syslog/host/node.tag/facility/node.def @@ -0,0 +1,11 @@ +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 new file mode 100644 index 00000000..9be459c6 --- /dev/null +++ b/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def @@ -0,0 +1,3 @@ +type: txt +help: "Configure the logging level" +default: "err" |