File: README

package info (click to toggle)
nagios2 2.6-2%2Betch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 6,856 kB
  • ctags: 4,475
  • sloc: ansic: 64,870; sh: 4,676; makefile: 787; perl: 722
file content (48 lines) | stat: -rw-r--r-- 1,315 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#####################
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.