summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2003-02-09 14:18:08 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2003-02-09 14:18:08 (GMT)
commit38175080b2e7f576d73dbe472f35953c2e189f38 (patch)
treed925ce0b9a185e130f836c99e9dffae095bd68fe /contrib
parent07fe1d77c03173f0291da02360a806260542b559 (diff)
downloadmonitoring-plugins-38175080b2e7f576d73dbe472f35953c2e189f38.tar.gz
file rename
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@301 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README.TXT (renamed from contrib/readme.txt)15
1 files changed, 11 insertions, 4 deletions
diff --git a/contrib/readme.txt b/contrib/README.TXT
index 6438c99..482bd0a 100644
--- a/contrib/readme.txt
+++ b/contrib/README.TXT
@@ -31,10 +31,8 @@ bowen-langley_plugins.tar.gz
31 31
32 32
33check_bgp-1.0.tar.gz - Perl script intended for monitoring BGP sessions on Cisco routers. 33check_bgp-1.0.tar.gz - Perl script intended for monitoring BGP sessions on Cisco routers.
34 Only useful if you are using BGP4 as a routing protocol. For 34 Uses Net::Telnet to telnet into a cisco router and
35 critical alert the AS (autonomous system) number has to be in the 35 run "sh ip bgp"
36 uplinks hash (see the source code). Requires SNMP read community.
37 (Christoph Kron)
38 36
39check_memory.tgz - C plugin to check available system memory 37check_memory.tgz - C plugin to check available system memory
40 38
@@ -58,3 +56,12 @@ radius.tar.gz - Code modifications necessary to make the radexample ap
58 supplied with the radiusclient code work as a RADIUS plugin 56 supplied with the radiusclient code work as a RADIUS plugin
59 for Nagios (Nick Shore) 57 for Nagios (Nick Shore)
60 58
59fetchlog-0.94.tar.gz - C program: The fetchlog utility displays the last new messages of a
60 logfile. It is similar like tail(1) but offers some extra functionality
61 for output formatting. fetchlog can be used standalone or as a Nagios
62 plugin to monitor local logfiles or together with Net-SNMP to monitor
63 remote logfiles. The README shows how to setup fetchlog for Nagios.
64 (Alexander Haderer)
65
66check_cit.tgz -Perl plugins to monitor Citrix server
67