1REPL_HIGHLIGHT(7ctrlproxy) REPL_HIGHLIGHT(7ctrlproxy)
2
3
4
6 repl_highlight - Replicate lines matching certain patterns
7
9 Rather simple replication module that works similar to the repl_simple
10 module, but only replicates the lines matching certain patterns.
11
13 The following XML elements are supported:
14
15 match Log all lines that contain the string this element contains.
16
18
19 <ctrlproxy>
20 <plugins>
21 <plugin autoload="1" file="repl_highlight">
22 <match>jelmer</match>
23 <match>ctrlproxy</match>
24 </plugin>
25 </plugins>
26 </ctrlproxy>
27
28
29
31 This man page is valid for version 0.1 of the plugin.
32
34 ctrlproxyrc(5), ctrlproxy(1), [1]http://ctrlproxy.vernstok.nl/
35
37 [2]Jelmer Vernooij
38
40 1. http://ctrlproxy.vernstok.nl/
41 http://ctrlproxy.vernstok.nl/
42
43 2. Jelmer Vernooij
44 mailto:
45
46
47
48 08/27/2006 REPL_HIGHLIGHT(7ctrlproxy)