network/nagios: Maintainer change + minor fixes
This commit is contained in:
parent
252eb1eacc
commit
aa847a46d7
|
@ -1,6 +1,6 @@
|
|||
Nagios is a powerful monitoring system that enables organizations to
|
||||
identify and resolve IT infrastructure problems before they affect critical
|
||||
business processes.
|
||||
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:
|
||||
|
@ -21,9 +21,9 @@ To change the location, set the DOCROOT variable:
|
|||
|
||||
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
|
||||
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>.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for nagios:
|
||||
# IT infrastructure monitoring system
|
||||
# Slackware build script for nagios
|
||||
|
||||
# Copyright 2009-2013 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2014, 2015 Mario Preksavec, Zagreb, HR
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,10 +23,6 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# revision date 2013/03/24
|
||||
|
||||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=nagios
|
||||
VERSION=${VERSION:-4.0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="4bba4eef427cfb113fb513b6166a6af6"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
|
@ -12,7 +12,7 @@ nagios: Nagios is a powerful monitoring system for organizations to identify
|
|||
nagios: and resolve IT infrastructure problems before they affect critical
|
||||
nagios: business processes.
|
||||
nagios:
|
||||
nagios: http://www.nagios.org/
|
||||
nagios: Homepage: http://www.nagios.org/
|
||||
nagios:
|
||||
nagios:
|
||||
nagios:
|
||||
|
|
Loading…
Reference in New Issue