mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
39 lines
522 B
Plaintext
39 lines
522 B
Plaintext
# ip number
|
|
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
|
|
colours=magenta
|
|
=======
|
|
# ipv6 number
|
|
regexp=(([0-9a-fA-F]{1,4})?\:\:?[0-9a-fA-F]{1,4})+
|
|
colours=magenta
|
|
=======
|
|
# time
|
|
regexp=\d+\.\d+\sms
|
|
colours=green
|
|
=======
|
|
# time
|
|
regexp=\d+\sms
|
|
colours=green
|
|
======
|
|
# time
|
|
regexp=time=
|
|
colours=yellow
|
|
=======
|
|
# DUP
|
|
regexp=DUP\!
|
|
colours=red
|
|
=======
|
|
# (,)
|
|
regexp=\(|\)
|
|
colours=yellow
|
|
=======
|
|
# unknown host
|
|
regexp=.+unknown\shost\s(.+)
|
|
colours=red,bold red
|
|
=======
|
|
regexp=.*icmp_seq=(\d+) timeout
|
|
replace=TIMEOUT \1
|
|
colours=red
|
|
|
|
|
|
|