Hello, i got a monitorix and i added more ports in section Network port traffic.
Code: /etc/monitorix/monitorix.conf
- # PORT graph
- # -----------------------------------------------------------------------------
- <port>
- max = 15
- rule = 24000
- list = 25, 21, 80, 22, 110, 139, 3306, 53, 143, 9987, 10011, 30033, 8080, 443, 3344
- <desc>
- 25 = SMTP, tcp, in, 0, 1000
- 21 = FTP, tcp, in, 0, 1000
- 80 = HTTP, tcp, in, 0, 1000
- 22 = ssh, tcp, in, 0, 1000
- 110 = POP3, tcp, in, 0, 1000
- 139 = NETBIOS, tcp, in, 0, 1000
- 3306 = MYSQL, tcp, in, 0, 1000
- 53 = DNS, udp, in, 0, 1000
- 143 = IMAP, tcp, in, 0, 1000
- 9987 = ts3udp, udp, in, 0, 1000
- 10011 = ts3query, tcp, in, 0, 1000
- 30033 = ts3file, tcp, in, 0, 1000
- 8080 = IMSCP, tcp, in, 0, 1000
- 443 = SSL, tcp, in, 0, 1000
- 3344 = smth, tcp, in, 0, 1000
- </desc>
- graphs_per_row = 3
- </port>
but site looks this:
How to display all ports what i have in config?