mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-24 15:53:05 -04:00
10 lines
186 B
Text
10 lines
186 B
Text
|
|
check_ftp
|
||
|
|
|
||
|
|
[normal]
|
||
|
|
$hostname -wt 300 -ct 600
|
||
|
|
FTP ok - [0-9]+ second response time
|
||
|
|
|
||
|
|
[critical]
|
||
|
|
$noserver -wt 0 -ct 0
|
||
|
|
(Invalid FTP response received from host|Connection refused by host)
|