Last modified 22 months ago
Last modified on 08/06/2010 09:51:22 AM
check_tftp
This plugin check if a file can be downloaded from tftp.
Usage
check_tftp -H host -F file [-t timeout] [-w warn] [-c crit]
Options
- -h, --help
- Print detailed help screen.
- -V, --version
- Print version information.
- -v, --verbose
- Show details for command-line debugging.
- -H, --hostname=ADDRESS
- Host name or IP Address.
- -P, --port=PORT
- Port number to use. Default to UNDEF
- -F, --file=FILENAME
- The name of the file to download.
- -w, --warning=time[d|h|m|s]
- Return warning if elapsed time exceeds value. Default to 5 sec
- -c, --critical=time[d|h|m|s]
- Return critical if elapsed time exceeds value. Default to 9 sec
- -t, --timeout=INTEGER
- Seconds before check timesout.
