diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-11-17 03:36:32 -0600 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-11-17 03:36:32 -0600 |
commit | 5f3718383c9f1822197e7516ffe5b3c1a37fa22d (patch) | |
tree | 8a93d590cb625195d62637c875fcc1e27e8c3e9d /t/sbo/network/nagios | |
parent | be2f9dbcf864b0f88c42eeaf4be7dbdc0bce532d (diff) | |
download | sbotools2-5f3718383c9f1822197e7516ffe5b3c1a37fa22d.tar.xz |
added t/packages and t/sbo to decouple unit testing from local stuff
Diffstat (limited to 't/sbo/network/nagios')
-rw-r--r-- | t/sbo/network/nagios/README | 29 | ||||
-rw-r--r-- | t/sbo/network/nagios/nagios.info | 10 |
2 files changed, 39 insertions, 0 deletions
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" |