readme.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Contrib Plugins README
  2. ----------------------
  3. This directory contains plugins which have been contributed by various people, but that
  4. have not yet been incorporated into the core plugins distribution.
  5. Most Perl plugins should work without modification. Some of the C plugins may require
  6. a few tweaks to compile.
  7. If you have questions regarding the use of these plugins, try contacting the author(s)
  8. or post a message to the nagiosplug-help mailing list (nagiosplug-help@lists.sourceforge.net)
  9. requesting assistance.
  10. Contrib Tarballs
  11. ----------------
  12. In addition to the plugins located in this directory, there are some additional tarballs
  13. containing plugins in the tarballs/ subdirectory. They have not yet been organized.
  14. A brief description of their contents follows.
  15. berger-ping.tar.gz - Perl script version of the check_ping plugin and a corresponding
  16. CGI (mtr.cgi) that uses mtr to traceroute a path to a host.
  17. (Gary Berger)
  18. bowen-langley_plugins.tar.gz
  19. - Several C plugins including check_inode, check_boot, etc.
  20. (Adam Bown & Thomas Langley)
  21. check_bgp-1.0.tar.gz - Perl script intended for monitoring BGP sessions on Cisco routers.
  22. Only useful if you are using BGP4 as a routing protocol. For
  23. critical alert the AS (autonomous system) number has to be in the
  24. uplinks hash (see the source code). Requires SNMP read community.
  25. (Christoph Kron)
  26. check_memory.tgz - C plugin to check available system memory
  27. check_radius.tar.gz - C program to check RADIUS authentication. This is a hacked version of
  28. the Cistron Radiusd program radtest that acts as a plugin for Nagios.
  29. The vast majority of the code was written by someone at Livingston
  30. Enterprises and Cistron. NOTE: Due to the copyright restrictions in
  31. this code, it cannot be distributed under the GPL license, and thus
  32. will not appear in the core plugin distribution!
  33. (Adam Jacob)
  34. hopcroft-plugins.tar.gz - Various example plugin scripts contributed by Stanley Hopcroft.
  35. Includes a plugin to check Internet connectivity by checking various
  36. popular search engines, a plugin to check the availability of login
  37. to a TN/3270 mainframe database using Expect to search for "usual"
  38. screens, and another plugin to test the availability of a database
  39. search via the web.
  40. (Stanley Hopcroft)
  41. radius.tar.gz - Code modifications necessary to make the radexample app
  42. supplied with the radiusclient code work as a RADIUS plugin
  43. for Nagios (Nick Shore)