3.0: updated to suport 'port' graph

This commit is contained in:
Jordi Sanfeliu 2012-12-14 12:07:12 +01:00
parent c5aa5f4198
commit 9f3a01e4b6
1 changed files with 16 additions and 14 deletions

View File

@ -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