2018-02-05 14:15:20 +00:00
|
|
|
# The following is the syntax for nano(1) text editor, which should make the
|
|
|
|
# configuration process easier.
|
|
|
|
|
2018-02-05 09:20:40 +00:00
|
|
|
syntax "monitorix" "monitorix.conf$"
|
|
|
|
color red "=*[[:space:]]n$"
|
|
|
|
color brightgreen "=*[[:space:]]y$"
|
|
|
|
color yellow "[A-Za-z0-9\.]*@[A-Za-z0-9\.]*"
|
|
|
|
color brightyellow "="
|
|
|
|
color brightwhite "[0-9]"
|
|
|
|
icolor magenta "^[[:space:]]*[.A-Z_0-9]*"
|
|
|
|
color cyan start="<" end=">"
|
|
|
|
color green "^#.*"
|
|
|
|
icolor brightgreen "^#.**[[:space:]]*--"
|
2018-02-05 14:15:20 +00:00
|
|
|
|