diff options
-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 | ||
33 | check_bgp-1.0.tar.gz - Perl script intended for monitoring BGP sessions on Cisco routers. | 33 | check_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 | ||
39 | check_memory.tgz - C plugin to check available system memory | 37 | check_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 | ||
59 | fetchlog-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 | |||
66 | check_cit.tgz -Perl plugins to monitor Citrix server | ||
67 | |||