mirror of
https://github.com/garabik/grc.git
synced 2024-11-10 21:26:52 +01:00
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
#ip address
|
|
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
|
|
colours=green
|
|
=======
|
|
# %
|
|
regexp=[0-9]{1,2}\.\d{1}%
|
|
colours=yellow
|
|
=======
|
|
# unknow host
|
|
regexp=\?\?\?
|
|
colours=red
|
|
=======
|
|
# Packets/Pings
|
|
regexp=(Packets|Pings)
|
|
colours=bold green
|