Home Directory Plugins Network Protocols TFTP check_tftp.pl (Advanced Nagios Plugins Collection)

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_tftp.pl (Advanced Nagios Plugins Collection)

Rating
2 votes
Favoured:
0
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
Hits
31838
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Checks a TFTP Server by fetching a given file from the server
Part of the Advanced Nagios Plugins Collection, download it here:

https://github.com/harisekhon/nagios-plugins

./check_tftp.pl --help

Nagios Plugin to check a TFTP Server is working by fetching a given file from the server

usage: check_tftp.pl [ options ]

-H --host TFTP server
-p --port TFTP port (defaults to port 69)
-f --file File to retrieve over TFTP to check
-h --help Print description and usage options
-t --timeout Timeout in secs (default: 10)
-v --verbose Verbose mode
-V --version Print version and exit
Reviews (1)
bynarfight, September 20, 2017
cmd: /usr/bin/tftp -v 192.168.100.13 69 -c get DO_NOT_REMOVE_TEST_CENTREON.txt

sent request for file 'DO_NOT_REMOVE_TEST_CENTREON.txt'
tftp: Error code 1: File not found

OK: fetched empty file from tftp server '192.168.100.13:69', not a great test, recommend to use a file with content instead