nagios4/contrib
Mario Fetka 25c8be1dce Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
..
eventhandlers Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
exfoliation Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
.gitignore Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
Makefile.in Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
README Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
convertcfg.c Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
daemonchk.c Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
epn_nagios.h Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
mini_epn.c Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
new_mini_epn.c Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
p1.pl Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
traceroute.cgi Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00

README

#####################
Nagios Contrib README
#####################

This directory contains various programs, scripts, etc. that
have been contribed by various people.  Read the source code
if you want to find who did what.

Here is a description of what you'll find...


Conversion Programs:
--------------------

- convertcfg.c is a program to quickly convert old "host" config
  files to the new template-based object config files.  It can also
  convert extended host information definitions. Type 'make convertcfg'
  to compile the utility.


Additional CGIs:
----------------

- traceroute.cgi is (surprise) a CGI that allows you to do a traceroute
  to a specific IP address.  Simply do a 'chmod +x' to make it executeable
  and place it in the CGI directory (i.e. /usr/local/nagios/sbin).
  Requires Perl.

- daemonchk.c is a CGI contributed by Karl DeBisschop that can test to
  see whether or not the Nagios process is running.


Miscellaneous Goodies:
----------------------

- htaccess.sample is a *sample* .htaccess file that can be used with
  Apache to require password authentication for access to the web
  interface.

- mini_epn.c is a mini embedded Perl interpreter that can be used to
  test the feasibility of running various Perl plugins with the
  embedded Perl interpreter compiled in.