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

Rating
0 votes
Favoured:
0
Owner
Hits
96629
Files:
FileDescription
check_tftp.plcheck_tftp.pl
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 TFTP service by trying to retrieve specified file. By William Leibzon.
This is a very simple nagios plugin that checks if TFTP server is up
It is using Net::TFTP perl module for protocol support
There are two required parameters/arguments:
$1 - HOSTNAME to check
$2 - file to retrieve for this check
An example of how to use this is as follows:

define command{

command_name check_tftp
command_line $USER1$/check_tftp.pl $HOSTADDRESS$ X86PC/UNDI/linux-install
}


define service{

use generic-service
hostgroup_name dhcpserv
service_description TFTP
check_command check_tftp
}