aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Subhendu Ghosh <sghosh@users.sourceforge.net> 2003-02-09 14:18:08 +0000
committerGravatar Subhendu Ghosh <sghosh@users.sourceforge.net> 2003-02-09 14:18:08 +0000
commit38175080b2e7f576d73dbe472f35953c2e189f38 (patch)
treed925ce0b9a185e130f836c99e9dffae095bd68fe
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
-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 6438c99a..482bd0af 100644
--- a/contrib/readme.txt
+++ b/contrib/README.TXT
@@ -31,10 +31,8 @@ bowen-langley_plugins.tar.gz
check_bgp-1.0.tar.gz - Perl script intended for monitoring BGP sessions on Cisco routers.
- Only useful if you are using BGP4 as a routing protocol. For
- critical alert the AS (autonomous system) number has to be in the
- uplinks hash (see the source code). Requires SNMP read community.
- (Christoph Kron)
+ Uses Net::Telnet to telnet into a cisco router and
+ run "sh ip bgp"
check_memory.tgz - C plugin to check available system memory
@@ -58,3 +56,12 @@ radius.tar.gz - Code modifications necessary to make the radexample ap
supplied with the radiusclient code work as a RADIUS plugin
for Nagios (Nick Shore)
+fetchlog-0.94.tar.gz - C program: The fetchlog utility displays the last new messages of a
+ logfile. It is similar like tail(1) but offers some extra functionality
+ for output formatting. fetchlog can be used standalone or as a Nagios
+ plugin to monitor local logfiles or together with Net-SNMP to monitor
+ remote logfiles. The README shows how to setup fetchlog for Nagios.
+ (Alexander Haderer)
+
+check_cit.tgz -Perl plugins to monitor Citrix server
+