diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-04 17:21:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:08 +0700 |
commit | 252eb1eaccddef9ca625774ea1ea814c784b3988 (patch) | |
tree | 60355656b01fe7c4ba0ead98aa1622cbab57eac4 /network/nagiosgraph | |
parent | 22ff95f315fde376895ae69c4ad1a394f5a00336 (diff) |
network/nagiosgraph: Updated for version 1.5.2.
Diffstat (limited to 'network/nagiosgraph')
-rw-r--r-- | network/nagiosgraph/README | 2 | ||||
-rw-r--r-- | network/nagiosgraph/doinst.sh | 18 | ||||
-rw-r--r-- | network/nagiosgraph/nagiosgraph.SlackBuild | 6 | ||||
-rw-r--r-- | network/nagiosgraph/nagiosgraph.info | 10 |
4 files changed, 11 insertions, 25 deletions
diff --git a/network/nagiosgraph/README b/network/nagiosgraph/README index abc2ad4d3379..f91c8cbb4550 100644 --- a/network/nagiosgraph/README +++ b/network/nagiosgraph/README @@ -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 diff --git a/network/nagiosgraph/doinst.sh b/network/nagiosgraph/doinst.sh index 6132e6e55bf5..cc953fdf9f0a 100644 --- a/network/nagiosgraph/doinst.sh +++ b/network/nagiosgraph/doinst.sh @@ -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; diff --git a/network/nagiosgraph/nagiosgraph.SlackBuild b/network/nagiosgraph/nagiosgraph.SlackBuild index fe66f180f131..07b1c469a782 100644 --- a/network/nagiosgraph/nagiosgraph.SlackBuild +++ b/network/nagiosgraph/nagiosgraph.SlackBuild @@ -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} diff --git a/network/nagiosgraph/nagiosgraph.info b/network/nagiosgraph/nagiosgraph.info index ef57dcc33490..4c4ff45eb043 100644 --- a/network/nagiosgraph/nagiosgraph.info +++ b/network/nagiosgraph/nagiosgraph.info @@ -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" |