network/nagiosgraph: Updated for version 1.5.2.

This commit is contained in:
Mario Preksavec 2015-02-04 17:21:11 +01:00 committed by Willy Sudiarto Raharjo
parent 22ff95f315
commit 252eb1eacc
4 changed files with 11 additions and 25 deletions

View file

@ -3,4 +3,4 @@ stores the data in RRD files. nagiosgraph creates graphs and generates
HTML pages with graphic reports from the data.
For final configuration and usage it is advised to read the INSTALL
file that came with this package in /usr/doc/nagiosgraph-1.4.4.
file that came with this package in /usr/doc/nagiosgraph-1.5.2

View file

@ -11,22 +11,8 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/nagiosgraph/servdb.conf.new
config etc/nagiosgraph/rrdopts.conf.new
config etc/nagiosgraph/ngshared.pm.new
config etc/nagiosgraph/nagiosgraph_fr.conf.new
config etc/nagiosgraph/nagiosgraph_es.conf.new
config etc/nagiosgraph/nagiosgraph_de.conf.new
config etc/nagiosgraph/nagiosgraph.conf.new
config etc/nagiosgraph/nagiosgraph-nagios.cfg.new
config etc/nagiosgraph/nagiosgraph-commands.cfg.new
config etc/nagiosgraph/nagiosgraph-apache.conf.new
config etc/nagiosgraph/map.new
config etc/nagiosgraph/labels.conf.new
config etc/nagiosgraph/hostdb.conf.new
config etc/nagiosgraph/groupdb.conf.new
config etc/nagiosgraph/datasetdb.conf.new
config etc/nagiosgraph/access.conf.new
find etc/nagiosgraph/ -type f -name *.new \
| while read cfg ; do config $cfg ; done
# Create rrd directory and add log files
( cd var/nagios; mkdir -p rrd; chown nagios rrd;

View file

@ -2,7 +2,7 @@
# Slackware build script for nagiosgraph
# Copyright 2012, mario <mario@slackverse.org>
# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -11,7 +11,7 @@
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nagiosgraph
VERSION=${VERSION:-1.4.4}
VERSION=${VERSION:-1.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="nagiosgraph"
VERSION="1.4.4"
VERSION="1.5.2"
HOMEPAGE="http://nagiosgraph.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/nagiosgraph/nagiosgraph-1.4.4.tar.gz"
MD5SUM="b340aa461a4c4a4621089413af729524"
DOWNLOAD="http://downloads.sourceforge.net/nagiosgraph/nagiosgraph-1.5.2.tar.gz"
MD5SUM="b55e09c19c8f10125e8137f08d560145"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nagios rrdtool"
MAINTAINER="mario"
EMAIL="mario@slackverse.org"
MAINTAINER="Mario Preksavec"
EMAIL="mario at slackware dot hr"