summaryrefslogtreecommitdiffstats
path: root/contrib/README.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/README.TXT')
-rw-r--r--contrib/README.TXT56
1 files changed, 0 insertions, 56 deletions
diff --git a/contrib/README.TXT b/contrib/README.TXT
deleted file mode 100644
index bd9df3c..0000000
--- a/contrib/README.TXT
+++ /dev/null
@@ -1,56 +0,0 @@
1Contrib Plugins README
2----------------------
3
4This directory contains plugins which have been contributed by various people, but that
5have not yet been incorporated into the core plugins distribution.
6
7Most Perl plugins should work without modification. Some of the C plugins may require
8a few tweaks to compile.
9
10If you have questions regarding the use of these plugins, try contacting the author(s)
11or post a message to the nagiosplug-help mailing list (nagiosplug-help@lists.sourceforge.net)
12requesting assistance.
13
14
15
16Contrib Tarballs
17----------------
18
19In addition to the plugins located in this directory, there are some additional tarballs
20containing plugins in the tarballs/ subdirectory. They have not yet been organized.
21A brief description of their contents follows.
22
23
24berger-ping.tar.gz - Perl script version of the check_ping plugin and a corresponding
25 CGI (mtr.cgi) that uses mtr to traceroute a path to a host.
26 (Gary Berger)
27
28bowen-langley_plugins.tar.gz
29 - Several C plugins including check_inode, check_boot, etc.
30 (Adam Bown & Thomas Langley)
31
32
33check_bgp-1.0.tar.gz - Perl script intended for monitoring BGP sessions on Cisco routers.
34 Uses Net::Telnet to telnet into a cisco router and
35 run "sh ip bgp"
36
37check_memory.tgz - C plugin to check available system memory
38
39check_radius.tar.gz - C program to check RADIUS authentication. This is a hacked version of
40 the Cistron Radiusd program radtest that acts as a plugin for Nagios.
41 The vast majority of the code was written by someone at Livingston
42 Enterprises and Cistron. NOTE: Due to the copyright restrictions in
43 this code, it cannot be distributed under the GPL license, and thus
44 will not appear in the core plugin distribution!
45 (Adam Jacob)
46
47radius.tar.gz - Code modifications necessary to make the radexample app
48 supplied with the radiusclient code work as a RADIUS plugin
49 for Nagios (Nick Shore)
50
51fetchlog-0.94.tar.gz - C program: The fetchlog utility displays the last new messages of a
52 logfile. It is similar like tail(1) but offers some extra functionality
53 for output formatting. fetchlog can be used standalone or as a Nagios
54 plugin to monitor local logfiles or together with Net-SNMP to monitor
55 remote logfiles. The README shows how to setup fetchlog for Nagios.
56 (Alexander Haderer)