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-27 17:11:30 -0500 |
commit | 2630606ad9e0eadd350fd0692aeb5bd4503b7b4f (patch) | |
tree | fa923fed7c751d0de1468f3eaa710900c06b3ee4 /templates/monitor | |
parent | 1f9215b3a965e7b0b73fdbdd71b8e00e3c8b0481 (diff) | |
download | vyatta-op-2630606ad9e0eadd350fd0692aeb5bd4503b7b4f.tar.gz vyatta-op-2630606ad9e0eadd350fd0692aeb5bd4503b7b4f.zip |
'show log tail <NUMBER>' should still be a show command, not a monitor command.
(cherry picked from commit ee0662c27b696d734424bd3d657a57059f3db548)
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} |