# Sample host-check configfile for Checkservice.
#
# Syntax:
# service=port,port2,...:short_servicename:checklevel:long_servicename:[action]
# url=http://something
#
# checklevel can be: n|s|x
# n -> Don't Check (None)
# s -> Check only if port is open (Simple)
# x -> Extended check using the plugins, if no plugin is available
#      revert to simple (eXtended)
# 
# action is optional and is executed in standard shell, stdout is
# diverted to /dev/null, stderr is left alone.

service=23:telnet:x:Telnet server
service=25:smtp:x:SMTP mailserver
