- # Monitorix - configuration file
- #
- # See monitorix.conf(5) manpage for a detailed description of each option.
- #
- title = Monitoring gateway Anshluss
- hostname = anshluss
- theme_color = black
- image_width = 600
- image_height = 300
- <httpd_builtin>
- hosts_deny = all
- hosts_allow = 10.0.1.67, 10.0.1.140, 127.0.0.1
- </httpd_builtin>
- # Graphs (de)activation
- # -----------------------------------------------------------------------------
- <graph_enable>
- system = y
- kern = n # off
- proc = y
- hptemp = n
- lmsens = n
- gensens = n
- ipmi = n
- ambsens = n
- amdgpu = n
- nvidiagpu = n
- nvidia = n
- disk = n
- nvme = n
- fs = n # off
- zfs = n
- du = n
- net = y
- netstat = y
- tinyproxy = n
- tc = y # on
- libvirt = n
- process = n
- serv = n # off
- mail = n
- port = y
- user = n # off
- ftp = n
- apache = n
- nginx = n
- lighttpd = n
- mysql = n
- pgsql = n
- mongodb = n
- varnish = n
- pagespeed = n
- squid = n
- nfss = n
- nfsc = n
- bind = n
- unbound = n
- ntp = n
- chrony = n
- fail2ban = n
- icecast = n
- raspberrypi = n
- phpapc = n
- memcached = n
- redis = n
- phpfpm = n
- apcupsd = n
- nut = n
- wowza = n
- int = y
- verlihub = n
- </graph_enable>
- # PORT graph
- # -----------------------------------------------------------------------------
- <port>
- max = 12
- rule = 24000
- list = 22, 8080, 137t, 137u, 138t, 138u, 139t, 139u, 445t, 445u, 3389, 9996
- <desc>
- # 21 = FTP, tcp, in, 0, 1000, L
- 22 = SSH, tcp, in/out, 0, 1000, L
- # 25 = SMTP, tcp, in, 0, 1000, L
- 8080 = HTTP-ALT, tcp, in/out, 0, 1000, L
- # 8083 = HTTP, tcp, in, 0, 1000, L
- # 110 = POP3, tcp, in, 0, 1000, L
- 137t = NtBS-NS tcp, tcp, in/out, 0, 1000, L
- 137u = NtBS-NS udp, udp, in/out, 0, 1000, L
- 138t = NtBS-DGM tcp, tcp, in/out, 0, 1000, L
- 138u = NtBS-DGM udp, udp, in/out, 0, 1000, L
- 139t = NtBS-SSN tcp, tcp, in/out, 0, 1000, L
- 139u = NtBS-SSN udp, udp, in/out, 0, 1000, L
- 445t = MS-DS tcp, tcp, in/out, 0, 1000, L
- 445u = MS-DS udp, udp, in/out, 0, 1000, L
- 3389 = RDP 1C, tcp, in/out, 0, 1000, L
- 9996 = 9996, tcp, in/out, 0, 1000, L
- # 3306 = MYSQL, tcp, in, 0, 1000, L
- # 53 = DNS, udp, in, 0, 1000, L
- # 143 = IMAP, tcp, in, 0, 1000, L
- </desc>
- graphs_per_row = 4
- size = small # 200*66
- </port>