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 /templates/monitor | |
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.
Diffstat (limited to 'templates/monitor')
-rw-r--r-- | templates/monitor/log/node.tag/node.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/monitor/log/node.tag/node.def b/templates/monitor/log/node.tag/node.def deleted file mode 100644 index 9f84f5a..0000000 --- a/templates/monitor/log/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: monitor last changes to messages -allowed: echo -n '<NUMBER>' -run: tail -n "$4" /var/log/messages | ${VYATTA_PAGER:-cat} |