# Config file for portmon nocol monitor
#
# Order is important... the first substring match will return and NOT
# test the remaining strings. Put the high severity tests first.
# To check just connectivity to a port, just put the HOST line.
#
# Format:
#	POLLINTERVAL  600
#	HOST <name> <addr>  <variable>  <port#> <failseverity> [send-string]
#	[maxseverity	response]
#	[maxseverity	response]
#	HOST ....
#
# 'send-string'  and the responses are optional.
##
POLLINTERVAL  600
#
# Just check connectivity to 'gopher' port.
HOST  gopher	128.121.50.2	GOPHERport	70	Critical
#
#
HOST  tigger 	128.121.50.145  NEWSport  119  Critical  
info	posting ok
#
HOST  nisc  	128.121.50.7    NEWSport  119  Error
info	posting ok

# for innd. Checking for 'no space'  'expire running' 'bad article file'
HOST  c3po	192.41.171.5	NEWSport  119	Critical
critical	space
info		expire
critical	Bad file number writing history file -- throttling
info		posting ok
info		no posting
#
HOST  nisc	128.121.50.7	SMTPport  25	Critical  helo
info	250
#
