Adds grc configs
This commit is contained in:
parent
04006153cc
commit
33458c2600
24 changed files with 1013 additions and 0 deletions
19
grc/.config/grc/conf.ipneighbor
Normal file
19
grc/.config/grc/conf.ipneighbor
Normal file
|
@ -0,0 +1,19 @@
|
|||
# STATUS - STALE
|
||||
regexp=^(\S+)\s.*(STALE)$
|
||||
colours=default,bright_red,bold red
|
||||
-
|
||||
# STATUS - FAILED
|
||||
regexp=^(\S+)\s.*(FAILED)$
|
||||
colours=default,bright_magenta,bold magenta
|
||||
-
|
||||
# Status - REACHABLE
|
||||
regexp=^(\S+)\s.*(REACHABLE)$
|
||||
colours=default,bright_green,green
|
||||
-
|
||||
# Status - DELAY
|
||||
regexp=^(\S+)\s.*(DELAY)$
|
||||
colours=default,bright_yellow,yellow
|
||||
-
|
||||
# DEV
|
||||
regexp=dev\s(\S+)
|
||||
colours=default,cyan
|
Loading…
Add table
Add a link
Reference in a new issue