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
96272
Files:
FileDescription
check_tftp.plcheck_tftp.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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
}