aboutsummaryrefslogtreecommitdiff
path: root/t/sbo/network
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-11-17 03:36:32 -0600
committerJacob Pipkin <j@dawnrazor.net>2012-11-17 03:36:32 -0600
commit5f3718383c9f1822197e7516ffe5b3c1a37fa22d (patch)
tree8a93d590cb625195d62637c875fcc1e27e8c3e9d /t/sbo/network
parentbe2f9dbcf864b0f88c42eeaf4be7dbdc0bce532d (diff)
downloadsbotools2-5f3718383c9f1822197e7516ffe5b3c1a37fa22d.tar.xz
added t/packages and t/sbo to decouple unit testing from local stuff
Diffstat (limited to 't/sbo/network')
-rw-r--r--t/sbo/network/havp/README16
-rw-r--r--t/sbo/network/havp/havp.info10
-rw-r--r--t/sbo/network/krb5/krb5.info10
-rw-r--r--t/sbo/network/nagios/README29
-rw-r--r--t/sbo/network/nagios/nagios.info10
5 files changed, 75 insertions, 0 deletions
diff --git a/t/sbo/network/havp/README b/t/sbo/network/havp/README
new file mode 100644
index 0000000..3b5160b
--- /dev/null
+++ b/t/sbo/network/havp/README
@@ -0,0 +1,16 @@
+HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner.
+The main aims are continuous, non-blocking downloads and smooth scanning
+of dynamic and password protected HTTP traffic. Havp antivirus proxy has
+a parent and transparent proxy mode. It can be used with squid or standalone.
+
+This requires mandatory locks on the scanning find system unless you
+add --disable-locking to the configuration (enabled by default for
+performance).
+
+Also, see README.setup for some configuration hints.
+
+You need an "havp" user (and a "clamav" group, due to the dependency on
+clamav) to be present during compilation and installation.
+Suggested means of accomplishing this are as follows:
+ groupadd -g 210 clamav
+ useradd -u 256 -d /dev/null -s /bin/false -g clamav havp
diff --git a/t/sbo/network/havp/havp.info b/t/sbo/network/havp/havp.info
new file mode 100644
index 0000000..a2600b9
--- /dev/null
+++ b/t/sbo/network/havp/havp.info
@@ -0,0 +1,10 @@
+PRGNAM="havp"
+VERSION="0.92a"
+HOMEPAGE="http://sourceforge.net/projects/havp/"
+DOWNLOAD="http://downloads.sourceforge.net/havp/havp-0.92a.tar.gz"
+MD5SUM="f9a37411116eceea579b9034c5fa8a69"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+REQUIRES="clamav"
+MAINTAINER="William Bowman"
+EMAIL="wilbowma@indiana.edu"
diff --git a/t/sbo/network/krb5/krb5.info b/t/sbo/network/krb5/krb5.info
new file mode 100644
index 0000000..d43b12e
--- /dev/null
+++ b/t/sbo/network/krb5/krb5.info
@@ -0,0 +1,10 @@
+PRGNAM="krb5"
+VERSION="1.9.4"
+HOMEPAGE="http://web.mit.edu/kerberos/"
+DOWNLOAD="http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9.4-signed.tar"
+MD5SUM="7e689ed93ea491bc2850c5fd665d0d25"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+REQUIRES=""
+MAINTAINER="Tom Canich"
+EMAIL="tcanich@canich.net"
diff --git a/t/sbo/network/nagios/README b/t/sbo/network/nagios/README
new file mode 100644
index 0000000..018de46
--- /dev/null
+++ b/t/sbo/network/nagios/README
@@ -0,0 +1,29 @@
+Nagios is a powerful monitoring system that enables organizations to
+identify and resolve IT infrastructure problems before they affect critical
+business processes.
+
+Nagios requires a "nagios" user and group; create these before running the
+SlackBuild script. Examples:
+
+ # groupadd -g 213 nagios
+ # useradd -u 213 -d /dev/null -s /bin/false -g nagios nagios
+
+For some scripts to work, it is necessary to include the 'apache' user in
+the nagios group.
+
+For some functions (most notably the "map" function), you need to have X
+installed on your server. You do not have to start X though, nagios just
+needs some of the libraries and fonts.
+
+This SlackBuild installs the basic nagios system in /var/www/htdocs/
+To change the location, set the DOCROOT variable:
+ # DOCROOT=/your/docroot/dir ./nagios.SlackBuild
+
+For a useful setup, you will want to have nagios-plugins installed.
+
+To configure nagios, some knowledge of httpd is required. Check the
+included 'README.SLACKWARE' file for some basic setup instructions. The
+include file for httpd is installed as /etc/httpd/extra/nagios.conf
+
+Lots of information is available in the included documentation, and even
+more can be found on the nagios site and wiki <http://wiki.nagios.org>.
diff --git a/t/sbo/network/nagios/nagios.info b/t/sbo/network/nagios/nagios.info
new file mode 100644
index 0000000..d14aa7f
--- /dev/null
+++ b/t/sbo/network/nagios/nagios.info
@@ -0,0 +1,10 @@
+PRGNAM="nagios"
+VERSION="3.3.1"
+HOMEPAGE="http://www.nagios.org/"
+DOWNLOAD="http://downloads.sourceforge.net/nagios/nagios-3.3.1.tar.gz"
+MD5SUM="c935354ce0d78a63bfabc3055fa77ad5"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+REQUIRES=""
+MAINTAINER="Niels Horn"
+EMAIL="niels.horn@gmail.com"