# $Id: tsmon-confg,v 1.1 1992/06/11 05:22:17 aggarwal Exp $
#
# Config file for monitoring modem lines on a terminal server (tsmon)
# Parses the 'wtmp' format files specified and if the number of lines in
# use reaches the values specified, then the event is displayed on the
# 'nocol' screen at WARNING/ERROR level.
#
# The first number is the warning-threshold and the second number is the
# error-threshold. These should relate to the number of dialin lines on
# a terminal server.
#
# The format of each line should be:
# <server name> <wtmp filename> <warning threshold> <error threshold> # comment
#
# comments are optional, blank lines & lines containing only comments are
# allowed, <server name> and <wtmp filename> must have no spaces (or #'s)
# in them, <warning threshold> must be less than <error threshold>, and
# there are probably some other restrictions that I've forgotten about so
# see the latest version of tsmon.c for more information.
#
# ServerName	wtmpFilename	Warning-Threshold	Error-Threshold

All_TS_Servers	wtmp		2	4
Exit14		wtmp.exit14 	2	4
Franklin	wtmp.franklin	2	4
Ringo 		wtmp.ringo	2	4
SLIP		wtmp.slip	2	4
Twain		wtmp.twain	2	4
Vanderbilt	wtmp.vanderbilt	2	4

