File: localhost

package info (click to toggle)
checkservice 1.1.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 276 kB
  • ctags: 80
  • sloc: perl: 1,027; php: 301; makefile: 79
file content (17 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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