#### RULES ####
# Position on dock app: line one|two|three|four|five
#			(Each declaration deletes the default)
# Type of packet, hostname or number of processes: type tcp|udp|host|proc
# IP address : localaddress|remoteaddress 123.456.789.0
#			(One line per address, max two)
# IP port : localport|remoteport 123
#			(One line per address, max two)
# Refresh and update rate : refresh|update 1000
#			(In milliseconds)
# Command when clicked : command program
# Host : host name
#			(all subsequent configs for that host only)

# Example of change to default set-up.
# If this file not present or commented out then default settings apply.
# Ie, what I use :-)
# NB Case is ignored in all settings.

# Run gtop on right click in top left corner, and update only twice a second
command gtop -g +0+0
update 500

# Display hostname
line one
type HOST

# Monitor number of processes
line two
type PROC
name LOAD

# Monitor proxy
line three
type TCP
name HTTPD
localaddress 192.168.0.99
localaddress 123.123.123.123
localport 8080
localport 3128

# Monitor Q3 connections
line four
type UDP
name Q3A
localport 27960

# Monitor mail
line five
type TCP
name SMTP
localport 25

# If logged on "machineb" change line two to monitor ftp active ftp connections.
host MACHINEB
line two
type TCP
name FTP_A
remoteport 20
localport 21

# If logged on "machinec" change line two to monitor outgoing http connections.
host MACHINEC
line two
type TCP
name WEB_O
remoteport 80
