diff options
author | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-02-28 06:42:51 (GMT) |
---|---|---|
committer | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-02-28 06:42:51 (GMT) |
commit | 44a321cb8a42d6c0ea2d96a1086a17f2134c89cc (patch) | |
tree | a1a4d9f7b92412a17ab08f34f04eec45433048b7 /REQUIREMENTS | |
parent | 54fd5d7022ff2d6a59bc52b8869182f3fc77a058 (diff) | |
download | monitoring-plugins-44a321cb8a42d6c0ea2d96a1086a17f2134c89cc.tar.gz |
Initial revision
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS new file mode 100644 index 0000000..fe3403e --- /dev/null +++ b/REQUIREMENTS | |||
@@ -0,0 +1,52 @@ | |||
1 | Nagios Plugin Requirements | ||
2 | -------------------------- | ||
3 | |||
4 | Some plugins require that you have additional programs and/or | ||
5 | libraries installed on your system before they can be used. Plugins | ||
6 | that are dependent on other programs/libraries that are missing are | ||
7 | usually not compiled. Requirements for various plugins are listed | ||
8 | below... | ||
9 | |||
10 | check_fping: | ||
11 | - Requires the fping utility distributed with SATAN. Either | ||
12 | download and install SATAN or grab the fping program from | ||
13 | http://www.stanford.edu/~schemers/docs/fping/fping.html | ||
14 | ftp://ftp.redhat.com/pub/contrib/libc6/SRPMS/fping-2.2b1-1.src.rpm | ||
15 | ftp://ftp.redhat.com/pub/contrib/libc6/RPMS/fping-2.2b1-1.i386.rpm | ||
16 | Note that the fping command must be setuid root to function. | ||
17 | |||
18 | check_game: | ||
19 | - Requires the qstat utility available from | ||
20 | http://www.activesw.com/people/steve/qstat.html | ||
21 | Last tested on qstat 2.3d BETA | ||
22 | |||
23 | check_hpjd: | ||
24 | - Requires the UCD-SNMP package available from | ||
25 | http://ucd-snmp.ucdavis.edu | ||
26 | The snmpget binary is all that is required. | ||
27 | |||
28 | check_ldap: | ||
29 | - Requires the LDAP libraries available from | ||
30 | http://www.openldap.org | ||
31 | Lib: libldap, liblber | ||
32 | Redhat Source: openldap-1.2.9-6.i386.rpm, openldap-devel-1.2.9-6.i386.rpm | ||
33 | |||
34 | check_mysql: | ||
35 | - Requires the MySQL libraries available from | ||
36 | http://www.mysql.org | ||
37 | Lib: libmysql, libmysqlclient | ||
38 | Redhat Powertools Source: mysql-3.20.32a-3.i386.rpm, mysql-devel-3.20.32a-3.i386.rpm (these seem to be broken, however) | ||
39 | RPMS from www.mysql.org work better | ||
40 | |||
41 | check_pqsql: | ||
42 | - Requires the PostgreSQL libraries available from | ||
43 | http://www.postgresql.org | ||
44 | |||
45 | check_radius: | ||
46 | - Requires the radiusclient library available from | ||
47 | http://www.cityline.net/~lf/radius/ | ||
48 | RPM (rpmfind): radiusclient-0.3.1-1, radiusclient-devel-0.3.1-1 | ||
49 | |||
50 | check_snmp: | ||
51 | - Requires the UCD-SNMP package available from | ||
52 | http://ucd-snmp.ucdavis.edu | ||