Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_tftp.pl
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!
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
}
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
}
Reviews (0)
Be the first to review this listing!