Check tftp (Visit this link)
from 0 votesChecks TFTP service by trying to retrieve specified file
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
}
Submitted by: willix
Hits: 695
Overall downloads: 95
Added: 2007-04-29 00:00:00
Last Modified: 2009-10-28 11:07:30
| Filename | Preview | Size | Description | DL |
|---|---|---|---|---|
| check_tftp.pl | ![]() |
4 kb | check_tftp.pl | 497 |
Comments
Be the first to comment this project.
Leave a reply
If you just want to rate the project leave the other field empty.
Even though it would be nice if you would drop a line.
-
check_http_content
1 from 1 votescheck_http_content is a web content monitor written in perl. Checks a URL for specific text. -
Squid Web Proxy
4 from 1 votesCheck correct operation of a Squid Web Proxy server -
check_apachestatus with performance data
4 from 1 votesEnhanced version of Lieven De Bodt's check_apachestatus.pl that produces correct performance data for PNP. Requests/sec, kB/sec and kB/Request were added to the output. Bugfix 20080930: When Apache reported "nnn B/sec" instead of "nnn kB/sec", plugin failed. -
check_apachestatus
1 from 1 votesA Nagios plugin that parses the status page of an apache server, the plugin returns the response time, the amount of idle, busy and open slots. The perfdata returns the status of all slots. Optionally you can specify how much slots should be available. -
check_https
from 0 votesSimply check https host
-
check_php_sess
from 0 votesNagios script to check the number of active PHP sessions -
check_http perl script with additional features (modified to work with groundwork)
from 0 votes -
check_iis
from 0 votesSimple dirty check_iis plugin for collecting statistics from IIS with snmp. -
Check folder content via FTP
from 0 votesPerl plugin that count the number of files in an FTP folder. -
Check Proxy with Authentication
from 0 votesThis BASH script uses wget and its parameters to accept a proxy server IP plus credentials to access the website passed to it. It uses spider functionality to access the website and confirm that the correct site is accessed. Block pages are recognized as




