GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / check_ftp
blobce974bd4ddb0671bf64b5bffdf9a3402f53cd723
1 title: FTP Server
2 agents: active
3 catalog: agentless
4 license: GPL
5 distribution: check_mk
6 description:
7  This performs an active check of an FTP server. It does this by connecting
8  to the server using the FTP control socket, looking for the welcome message
9  and justing sending {QUIT}.
11  It can check response times against given thresholds. In fact internally it
12  uses the generic TCP connection check.