]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/multitail
No redo, refactor project building, simplify it
[tofuproxy.git] / fifos / multitail
diff --git a/fifos/multitail b/fifos/multitail
new file mode 100755 (executable)
index 0000000..4813786
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+exec multitail \
+    -wh 10 \
+    -t "Trust" -ci magenta -l "while :; do tai64nlocal < log-cert ; done" \
+    -t "DANE" --label "DANE " -L "while :; do tai64nlocal < log-dane ; done" \
+    -t "Error" -ci red -L "while :; do tai64nlocal < log-err ; done" \
+    -t "HTTPAuth" -ci green --label "Auth " -L "while :; do tai64nlocal < log-http-auth ; done" \
+    -t "TLSAuth" -ci green --label "Auth " -l "while :; do tai64nlocal < log-tls-auth ; done" \
+    -t "Response non-OK" --label "< " -L "while :; do tai64nlocal < log-non-ok ; done" \
+    -t "Response OK" -ci green --label "< " -L "while :; do tai64nlocal < log-ok ; done" \
+    -t "Redirect " -ci cyan --label "R " -L "while :; do tai64nlocal < log-redir ; done" \
+    -t "Request" -ci blue --label "> " -L "while :; do tai64nlocal < log-req ; done" \
+    -t "TLS connection" -ci yellow --label "S " -L "while :; do tai64nlocal < log-tls ; done" \
+    -t "Various" -ci yellow -L "while :; do tai64nlocal < log-various ; done" \
+    -t "WARC" -ci green --label "W " -L "while :; do tai64nlocal < log-warc ; done"