Skip to content

Instantly share code, notes, and snippets.

@kapb14
Forked from shawing/.multitailrc
Created April 26, 2017 11:29
Show Gist options
  • Save kapb14/add37e33b1c580b30b1a1e6371bd4d48 to your computer and use it in GitHub Desktop.
Save kapb14/add37e33b1c580b30b1a1e6371bd4d48 to your computer and use it in GitHub Desktop.
Multitail color-code each line based on it's http status code "family"
check_mail:0
# color-code each line based on it's http status code "family"
colorscheme:nginx
cs_re:green:^.* 20.? .*$
cs_re:cyan:^.* 30.? .*$
cs_re:yellow:^.* 40.? .*$
cs_re:red:^.* 50.? .*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment