From 3f33e3d1ce4e4a8dbcbdabd96763c87dfa4e2cff Mon Sep 17 00:00:00 2001 From: hagbard Date: Tue, 6 Nov 2018 18:01:44 -0800 Subject: Fixes T963: no authorization logs --- templates/show/log/authorization/node.def | 4 +--- templates/show/log/node.def | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/show/log/authorization/node.def b/templates/show/log/authorization/node.def index 80686a0..637943f 100644 --- a/templates/show/log/authorization/node.def +++ b/templates/show/log/authorization/node.def @@ -1,4 +1,2 @@ help: Show listing of authorization attempts -run: less $_vyatta_less_options \ - --prompt=".log, page %dt of %D" \ - -- /var/log/auth.log +run: sudo /bin/journalctl -q SYSLOG_FACILITY=10 SYSLOG_FACILITY=4 diff --git a/templates/show/log/node.def b/templates/show/log/node.def index 3d37d84..a4f494f 100644 --- a/templates/show/log/node.def +++ b/templates/show/log/node.def @@ -1,4 +1,2 @@ help: Show contents of current master log file -run: less $_vyatta_less_options \ - --prompt=".log, page %dt of %D" \ - -- /var/log/messages +run: sudo /bin/journalctl -- cgit v1.2.3 From 679a3d16c57ad6627b8d0190c63939e64505a75c Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 12 Nov 2018 01:28:52 +0100 Subject: T994: fix the argument number in "monitor bandwidth-test initiate". --- templates/monitor/bandwidth-test/initiate/node.tag/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/monitor/bandwidth-test/initiate/node.tag/node.def b/templates/monitor/bandwidth-test/initiate/node.tag/node.def index 86dfaa1..3d047dd 100644 --- a/templates/monitor/bandwidth-test/initiate/node.tag/node.def +++ b/templates/monitor/bandwidth-test/initiate/node.tag/node.def @@ -1,3 +1,3 @@ help: Initiate a bandwidth test to specified host (port TCP/5001) allowed: echo ' ' -run: iperf -c $5 +run: iperf -c $4 -- cgit v1.2.3