2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-26 17:51:28 +02:00

nping support

This commit is contained in:
Radovan Garabík 2017-02-06 19:11:43 +01:00
parent ddc789bfc0
commit 8c330426fe
2 changed files with 6 additions and 1 deletions

View File

@ -41,3 +41,8 @@ colours=default,bright_yellow,bright_blue,bright_red,bright_magenta
# last line values # last line values
regexp=\=\s([0-9\.]+)\/([0-9\.]+)\/([0-9\.]+)\/([0-9\.]+) regexp=\=\s([0-9\.]+)\/([0-9\.]+)\/([0-9\.]+)\/([0-9\.]+)
colours=default,bright_yellow,bright_blue,bright_red,bright_magenta colours=default,bright_yellow,bright_blue,bright_red,bright_magenta
-
# these are good for nping
regexp=SENT|RCVD
colours=red

View File

@ -11,7 +11,7 @@ conf.log
conf.configure conf.configure
# ping command # ping command
(^|[/\w\.]+/)(io|o)?ping6?\s (^|[/\w\.]+/)(io|o|n|h)?ping[236]?\s
conf.ping conf.ping
# traceroute command # traceroute command