diff options
author | J Pipkin <j@dawnrazor.net> | 2012-12-22 18:34:27 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-12-22 18:34:27 -0600 |
commit | 78a397618b7040868ee07004c7bd0b29399d2905 (patch) | |
tree | d5f0c3fbb6bd931421f60486eb85e01786a50603 /t/sbo/network/nagios | |
parent | 09d1feb09c1b50726f0d37222456d9bf174bbe0e (diff) | |
parent | 5bac066116d3ffaf4a2bd12d1c77b78be5d2147c (diff) | |
download | sbotools2-78a397618b7040868ee07004c7bd0b29399d2905.tar.xz |
Merge branch 'xocel into master'
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" |