diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-10-10 17:46:51 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-10 17:46:51 -0500 |
commit | 41dc415a0531e758bf4bb98399c963732a22a859 (patch) | |
tree | 374524458be8ca90b43881495bdc98893555ed61 /templates/show/log/content-inspection | |
parent | 38e73b9507775e03dc625af39dc6cfe4f5c5934b (diff) | |
download | vyatta-op-41dc415a0531e758bf4bb98399c963732a22a859.tar.gz vyatta-op-41dc415a0531e758bf4bb98399c963732a22a859.zip |
Allow log filtering similar to the way the monitor commands work
Diffstat (limited to 'templates/show/log/content-inspection')
-rw-r--r-- | templates/show/log/content-inspection/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show/log/content-inspection/node.def b/templates/show/log/content-inspection/node.def new file mode 100644 index 0000000..582de84 --- /dev/null +++ b/templates/show/log/content-inspection/node.def @@ -0,0 +1,2 @@ +help: Show log for Content-inspection +run: cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e snort |