mirror of https://github.com/mikaku/Monitorix.git
3.0: updated to suport 'port' graph
This commit is contained in:
parent
c5aa5f4198
commit
9f3a01e4b6
|
@ -221,20 +221,22 @@ alert_rootfs_script = /path/to/script.sh
|
||||||
|
|
||||||
# PORT graph
|
# PORT graph
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
port_max = 9
|
<port>
|
||||||
port_rule = 24000
|
max = 9
|
||||||
port_list = 25, 21, 80, 22, 110, 139, 3306, 53, 143
|
rule = 24000
|
||||||
<port_desc>
|
list = 25, 21, 80, 22, 110, 139, 3306, 53, 143
|
||||||
25 = SMTP, tcp, 0, 1000
|
<desc>
|
||||||
21 = FTP, tcp, 0, 1000
|
25 = SMTP, tcp, 0, 1000
|
||||||
80 = HTTP, tcp, 0, 1000
|
21 = FTP, tcp, 0, 1000
|
||||||
22 = SSH, tcp, 0, 1000
|
80 = HTTP, tcp, 0, 1000
|
||||||
110 = POP3, tcp, 0, 1000
|
22 = SSH, tcp, 0, 1000
|
||||||
139 = NETBIOS, tcp, 0, 1000
|
110 = POP3, tcp, 0, 1000
|
||||||
3306 = MYSQL, tcp, 0, 1000
|
139 = NETBIOS, tcp, 0, 1000
|
||||||
53 = DNS, udp, 0, 1000
|
3306 = MYSQL, tcp, 0, 1000
|
||||||
143 = IMAP, tcp, 0, 1000
|
53 = DNS, udp, 0, 1000
|
||||||
</port_desc>
|
143 = IMAP, tcp, 0, 1000
|
||||||
|
</desc>
|
||||||
|
</port>
|
||||||
|
|
||||||
|
|
||||||
# USER graph
|
# USER graph
|
||||||
|
|
Loading…
Reference in New Issue