diff options
-rw-r--r-- | REQUIREMENTS | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index fe3403e..b4cf71e 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -10,6 +10,7 @@ below... | |||
10 | check_fping: | 10 | check_fping: |
11 | - Requires the fping utility distributed with SATAN. Either | 11 | - Requires the fping utility distributed with SATAN. Either |
12 | download and install SATAN or grab the fping program from | 12 | download and install SATAN or grab the fping program from |
13 | http://www.fping.com | ||
13 | http://www.stanford.edu/~schemers/docs/fping/fping.html | 14 | 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/SRPMS/fping-2.2b1-1.src.rpm |
15 | ftp://ftp.redhat.com/pub/contrib/libc6/RPMS/fping-2.2b1-1.i386.rpm | 16 | ftp://ftp.redhat.com/pub/contrib/libc6/RPMS/fping-2.2b1-1.i386.rpm |
@@ -17,12 +18,13 @@ check_fping: | |||
17 | 18 | ||
18 | check_game: | 19 | check_game: |
19 | - Requires the qstat utility available from | 20 | - Requires the qstat utility available from |
21 | http://www.qstat.org | ||
20 | http://www.activesw.com/people/steve/qstat.html | 22 | http://www.activesw.com/people/steve/qstat.html |
21 | Last tested on qstat 2.3d BETA | 23 | Last tested on qstat 2.3d BETA |
22 | 24 | ||
23 | check_hpjd: | 25 | check_hpjd: |
24 | - Requires the UCD-SNMP package available from | 26 | - Requires the NET-SNMP package available from |
25 | http://ucd-snmp.ucdavis.edu | 27 | http://net-snmp.sourceforge.net |
26 | The snmpget binary is all that is required. | 28 | The snmpget binary is all that is required. |
27 | 29 | ||
28 | check_ldap: | 30 | check_ldap: |
@@ -48,5 +50,10 @@ check_radius: | |||
48 | RPM (rpmfind): radiusclient-0.3.1-1, radiusclient-devel-0.3.1-1 | 50 | RPM (rpmfind): radiusclient-0.3.1-1, radiusclient-devel-0.3.1-1 |
49 | 51 | ||
50 | check_snmp: | 52 | check_snmp: |
51 | - Requires the UCD-SNMP package available from | 53 | - Requires the NET-SNMP package available from |
52 | http://ucd-snmp.ucdavis.edu | 54 | http://net-snmp.sourceforge.net |
55 | |||
56 | check_ifstatus/check_ifoperstatus | ||
57 | - Requires Net::SNMP perl module | ||
58 | http://www.perl.com/CPAN/modules/by-authors/id/D/DT/DTOWN/ | ||
59 | |||