summaryrefslogtreecommitdiffstats
path: root/network/nagios/README
diff options
context:
space:
mode:
author Niels Horn2010-05-13 01:00:08 +0200
committer Robby Workman2010-05-13 01:00:08 +0200
commitd1a638beb85394651a0ddc9278fdf28997ed4966 (patch)
tree731684ed16f9aa6c5eaa5a71ca963ef443c4ecce /network/nagios/README
parentd3933540f8b8a6243c74829ae55d4fd33f562d48 (diff)
downloadslackbuilds-d1a638beb85394651a0ddc9278fdf28997ed4966.tar.gz
network/nagios: Added to 13.0 repository
Diffstat (limited to 'network/nagios/README')
-rw-r--r--network/nagios/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/network/nagios/README b/network/nagios/README
new file mode 100644
index 0000000000..7a448ce3a3
--- /dev/null
+++ b/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>.