readme.txt 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. If you have questions regarding the use of these plugins, try contacting the author(s)
  6. or post a message to the nagios-users mailing list (nagios-users@onelist.com)
  7. requesting assistance.
  8. Plugin Overview
  9. ---------------
  10. berger-ping.tar.gz - Perl script version of the check_ping plugin and a corresponding
  11. CGI (mtr.cgi) that uses mtr to traceroute a path to a host.
  12. (Gary Berger)
  13. bowen-langley_plugins.tar.gz
  14. - Several C plugins including check_inode, check_boot, etc.
  15. (Adam Bown & Thomas Langley)
  16. check_bgpstate.tar.gz - Perl script intended for monitoring BGP sessions on Cisco routers.
  17. Only useful if you are using BGP4 as a routing protocol. For
  18. critical alert the AS (autonomous system) number has to be in the
  19. uplinks hash (see the source code). Requires SNMP read community.
  20. (Christoph Kron)
  21. check_breeze.tar.gz - Perl script to test signal strength on Breezecom wireless
  22. equipment (Jeffrey Blank)
  23. check_dns_random.tar.gz - Perl script to see if dns resolves hosts randomly from a list
  24. using the check_dns plugin (Richard Mayhew)
  25. check_flexlm.tar.gz - Perl script to check a flexlm licensing manager using lmtest
  26. (Ernst-Dieter Martin)
  27. check_hltherm.tar.gz - C program to check the temperature on a Hot Little Therm temperature
  28. probe. The HLT device, along with temperature probes, can be obtained
  29. from Spiderplant at http://www.spiderplant.com
  30. (Ethan Galstad)
  31. check_ifoperstatus.tar.gz
  32. - Perl script that checks the operational interface status (up/down) for
  33. one interface on cisco/ascend routers. Especially useful for monitoring
  34. leased lines. Requires SNMP read community and SNMP interface key.
  35. (Christoph Kron)
  36. check_ifstatus.tar.gz - Perl script that checks operational interface status for every interface
  37. on cisco routers. Requires SNMP read community.
  38. (Christoph Kron)
  39. check_ipxping.tar.gz - C program that it similiar to the check_ping plugin, except that it
  40. send IPX ping packets to Novell servers or other IPX devices. This
  41. requires the ipxping binary for Linux systems. It does NOT by work
  42. without modification with the ipxping binary for SunOS/Solaris.
  43. (Ethan Galstad)
  44. check_maxchannels.tar.gz
  45. - Perl script that can only be used for monitoring Ascend/Lucent Max/TNT
  46. access server. Checks ISDN channels and modem cards. Also shows ISDN and
  47. modem usage. Requires SNMP read community.
  48. (Christoph Kron)
  49. check_maxwanstate.tar.gz
  50. - Perl script that can only be used for monitoring Ascend/Lucent Max/TNT
  51. access server. Checks if every enabled E1/T1 interface is operational
  52. (link active). Requires SNMP read community.
  53. (Christoph Kron)
  54. check_memory.tgz - C program to check available system memory - RAM, swap, buffers,
  55. and cache (Joshua Jackson)
  56. check_nfs.tar.gz - Perl script to test and NFS server using rpcinfo
  57. (Ernst-Dieter Martin)
  58. <NOW PART OF check_rpc IN CORE>
  59. check_ntp.tar.gz - Perl script to check an NTP time source (Bo Kernsey)
  60. <MOVED TO CORE>
  61. check_ora.tar.gz - Shell script that will check an Oracle database and the TNS listener.
  62. Unlike the check_oracle plugin, this plugin detects when a database is
  63. down and does not create temp files (Jason Hedden)
  64. <MOVED TO CORE>
  65. check_pop3.tar.gz - Perl script that checks to see if POP3 is running and whether or not
  66. authentication can take place (Richard Mayhew)
  67. check_radius.tar.gz - C program to check RADIUS authentication. This is a hacked version of
  68. the Cistron Radiusd program radtest that acts as a plugin for Nagios.
  69. The vast majority of the code was written by someone at Livingston
  70. Enterprises and Cistron. NOTE: Due to the copyright restrictions in
  71. this code, it cannot be distributed under the GPL license, and thus
  72. will not appear in the core plugin distribution!
  73. (Adam Jacob)
  74. check_real.tar.gz - C program to check the status of a REAL media server
  75. (Pedro Leite)
  76. <MOVED TO CORE>
  77. check_rpc.pl.gz - Perl script to check rpc services. Will check to see if the a specified
  78. program is running on the specified server (Chris Kolquist)
  79. check_sap.tar.gz - Shell script to check an SAP message or application server. Requires
  80. that you install the saprfc-devel-45A-1.i386.rpm (or higher) package
  81. on your system. The package can be obtained from the SAP FTP site in
  82. the /general/misc/unsupported/linux directory. (Kavel Salavec)
  83. check_uptime.tar.gz - C program to check system uptime. Must be compiled with the release
  84. 1.2.8 or later of the plugins. (Teresa Ramanan)
  85. check_wave.tar.gz - Perl script to test signal strength on Speedlan wireless
  86. equipment (Jeffrey Blank)
  87. hopcroft-plugins.tar.gz - Various example plugin scripts contributed by Stanley Hopcroft.
  88. Includes a plugin to check Internet connectivity by checking various
  89. popular search engines, a plugin to check the availability of login
  90. to a TN/3270 mainframe database using Expect to search for "usual"
  91. screens, and another plugin to test the availability of a database
  92. search via the web.
  93. (Stanley Hopcroft)
  94. maser-oracle.tar.gz - This is a modification to the check_oracle plugin script that returns
  95. the response time in milliseconds. Requires the Oracle tnsping utility.
  96. (Christoph Maser)
  97. radius.tar.gz - Code modifications necessary to make the radexample app
  98. supplied with the radiusclient code work as a RADIUS plugin
  99. for Nagios (Nick Shore)
  100. vincent-check_radius.tar.gz
  101. - C program to check RADIUS authentication. Requires the radiusclient
  102. library available from ftp://ftp.cityline.net/pub/radiusclient/
  103. (Robert August Vincent II)
  104. <MOVED TO CORE>
  105. weipert-mysql.tar.gz - C program to check a connection to a MySQL database server, with an
  106. optional username and password. Requires mysql.h and libmysqlclient
  107. to compile (Time Weipert)
  108. wright-mysql.tar.gz - Perl script to check MySQL database servers. Requires that mysqladmin(1)
  109. be installed on the system (included in the MySQL distribution). This
  110. plugin can accept warning and critical thresholds for the number of threads
  111. in use by the server (Mitch Wright)