diff options
author | John Estabrook <jestabro@vyos.io> | 2023-09-13 11:29:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 11:29:01 -0500 |
commit | c7ba8da6b8cac22e6446b4e5a65ba117d1fe866e (patch) | |
tree | b79d00a5adab795178130901065e0444fe851c45 /scripts/vyatta-monitor | |
parent | 63c5b3b55c2e244148a2f7946c7e7cb0792c8a27 (diff) | |
parent | c219bd3f8877c74565567e343efe42a0c2cac5c2 (diff) | |
download | vyatta-op-c7ba8da6b8cac22e6446b4e5a65ba117d1fe866e.tar.gz vyatta-op-c7ba8da6b8cac22e6446b4e5a65ba117d1fe866e.zip |
Merge pull request #69 from dmbaturin/T671-monitor-and-openvpn
T671: remove scripts that are either unused or about to be replaced
Diffstat (limited to 'scripts/vyatta-monitor')
-rwxr-xr-x | scripts/vyatta-monitor | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/vyatta-monitor b/scripts/vyatta-monitor deleted file mode 100755 index 22867e8..0000000 --- a/scripts/vyatta-monitor +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -declare awkmatch="$2" -for i in "${@:3}"; do - awkmatch+="|$i" -done -tail -f /var/log/messages \ - | awk "/$awkmatch/{ \$5=\" $1:\"; for (f=5; f<=NF; ++f) {printf(\"%s \", \$f);}; printf(\"\n\") }" |