]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/multitail.sh
Ability to remove hosts from the states, refactoring
[tofuproxy.git] / fifos / multitail.sh
index 8a8ccee89ddd150a550a57dd1ae9d64c73a2b41a..ca458e1fd1eeb5b1a0566513fb02d6c25f21af24 100755 (executable)
@@ -2,11 +2,14 @@
 
 multitail \
     -wh 10 \
-    -t "Certificates" -ci magenta -l "while :; do tai64nlocal < cert ; done" \
-    -t "DANE" --label "DANE " -L "while :; do tai64nlocal < dane ; done" \
-    -t "Errors" -ci red -L "while :; do tai64nlocal < err ; done" \
-    -t "Responses" -ci green --label "< " -l "while :; do tai64nlocal < ok ; done" \
-    -t "Others" -ci white -L "while :; do tai64nlocal < other ; done" \
-    -t "Redirections" -ci cyan --label "R " -L "while :; do tai64nlocal < redir ; done" \
-    -t "Requests" -ci blue --label "> " -L "while :; do tai64nlocal < req ; done" \
-    -t "TLS connections" -ci yellow --label "S " -L "while :; do tai64nlocal < tls ; done"
+    -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 "Respone 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"