mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
24 lines
427 B
Plaintext
24 lines
427 B
Plaintext
# IMAGE
|
|
regexp=^(?!NAME|error)(\S+)\s+(\S+)\s+(\S+)
|
|
colours=default,bold yellow,bold black,cyan
|
|
======
|
|
# Running
|
|
regexp=\sRunning\s
|
|
colours=bold green
|
|
======
|
|
# Stopped
|
|
regexp=\sStopped\s
|
|
colours=bold red
|
|
======
|
|
# Error
|
|
regexp=\sError\s
|
|
colours=red
|
|
======
|
|
# PORTS
|
|
regexp=((?:\d{1,3}\.){3}\d{1,3}):(\d+)
|
|
colours=default,blue,bold blue
|
|
======
|
|
# Error Line
|
|
regexp=^error\s(?:\w+\s)+([a-z\-_0-9]+):(.*)$
|
|
colours=red,yellow,bold red
|