diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-10-10 11:03:51 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-10 11:03:51 -0500 |
commit | ee0662c27b696d734424bd3d657a57059f3db548 (patch) | |
tree | 50135027d5c3802f6dd7c5744e702ba87cd454d3 | |
parent | d920d3d2607f473c9e0d31cc77794580adb71e08 (diff) | |
download | vyatta-op-ee0662c27b696d734424bd3d657a57059f3db548.tar.gz vyatta-op-ee0662c27b696d734424bd3d657a57059f3db548.zip |
'show log tail <NUMBER>' should still be a show command, not a monitor command.
-rw-r--r-- | templates/show/log/tail/node.def | 2 | ||||
-rw-r--r-- | templates/show/log/tail/node.tag/node.def (renamed from templates/monitor/log/node.tag/node.def) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/show/log/tail/node.def b/templates/show/log/tail/node.def new file mode 100644 index 0000000..510f598 --- /dev/null +++ b/templates/show/log/tail/node.def @@ -0,0 +1,2 @@ +help: Monitor last lines of messages file +run: tail /var/log/messages diff --git a/templates/monitor/log/node.tag/node.def b/templates/show/log/tail/node.tag/node.def index 9f84f5a..9f84f5a 100644 --- a/templates/monitor/log/node.tag/node.def +++ b/templates/show/log/tail/node.tag/node.def |