# Okay here's how it works...

#|---------|
#|users:  5| Pos 1
#|procs: 78| Pos 2
#|SMTP :  3| Pos 3
#|POP3 :  2| Pos 4
#|ftp  : 12| Pos 5
#|---------|
#
#
# the following settings set the position of the statistic according
# to the chart above.
# a setting of 0 disables the monitor.

monitor_proc=1
monitor_users=2
monitor_ftp=3
monitor_http=4
monitor_nfs=0
monitor_lpd=0

# -----------------
# Interval -- seconds between stat updates

interval=1

# -----------------------------------------------------
#
# Portwatchers.
#
# .pos = position.  see table above.
# .port = port to monitor
# .label label to display
#
# simple enough?

portwatch1.pos=5
portwatch1.port=25
portwatch1.label=smtp

portwatch2.pos=0
portwatch2.port=22
portwatch2.label=ssh

portwatch3.pos=0
portwatch3.port=110
portwatch3.label=pop3

portwatch4.pos=0
portwatch4.port=143
portwatch4.label=imap

portwatch5.pos=0
portwatch5.port=119
portwatch5.label=nntp


# -----------------------------------------------------

#path for wu.ftpd pids
ftp_pid_path=/var/run/

# Do we use proftpd? 0 = wu.ftpd , 1 = proftpd
use_proftpd=0

# Programs to run when clicked...
#
# These correspond to the 5 positions. See above.
#
action1=rxvt -bg black -fg white -e top
action2=rxvt -bg black -fg white -e sh -c "w; read"
action3=rxvt -bg black -fg white -e sh -c "ftpwho; read"
action4=rxvt -bg black -fg white -e tail -f /usr/local/apache/var/logs/access_log
action5=rxvt -bg black -fg white -e sh -c "showmount;read"
