File: monitorix.nanorc

package info (click to toggle)
monitorix 3.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,032 kB
  • sloc: perl: 57,203; makefile: 220; sh: 183
file content (14 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The following is the syntax for nano(1) text editor, which should make the
# configuration process easier.

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:]]*--"