MFH: r522628
net-mgmt/observium: unbreak and update to 19.8 community release Community edition release 19.8 from 2019-08-22 PR: 243031 Submitted by: fluffy Approved by: maintainer timeout (>1w) Approved by: ports-secteam (joneum)
This commit is contained in:
parent
03fc8c2708
commit
fd211d74ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=522681
@ -3,8 +3,8 @@
|
||||
# Observium version can be found by looking at ${WRKSRC}/includes/definitions/version.inc.php
|
||||
|
||||
PORTNAME= observium
|
||||
PORTVERSION= 0.18.9.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.19.8
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.observium.org/
|
||||
DISTNAME= ${PORTNAME}-community-latest
|
||||
@ -13,8 +13,6 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring
|
||||
|
||||
BROKEN= unfetchable
|
||||
|
||||
LICENSE= EULA
|
||||
LICENSE_NAME= "Observium License Version 1.0"
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.COMMUNITY
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1556045788
|
||||
SHA256 (observium-0.18.9.1/observium-community-latest.tar.gz) = b182abb41483389b2e18e8d336560733680f38d66b1dc2f291cbf113a7e1f4d7
|
||||
SIZE (observium-0.18.9.1/observium-community-latest.tar.gz) = 76524711
|
||||
TIMESTAMP = 1577933625
|
||||
SHA256 (observium-0.19.8/observium-community-latest.tar.gz) = 0603cc81c1fede6b87b187fde64843e11d6ed44f32705c68c41ddccf05d90d5b
|
||||
SIZE (observium-0.19.8/observium-community-latest.tar.gz) = 85994042
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- includes/defaults.inc.php.orig 2017-09-07 22:26:04 UTC
|
||||
--- includes/defaults.inc.php.orig 2019-08-23 07:09:46 UTC
|
||||
+++ includes/defaults.inc.php
|
||||
@@ -36,7 +36,7 @@ $config['db']['debug'] = TRUE;
|
||||
@@ -57,7 +57,7 @@ $config['db']['debug'] = TRUE; // If TRUE
|
||||
|
||||
// Default directories
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#$config['html_dir'] = $config['install_dir'] . "/html";
|
||||
#$config['rrd_dir'] = $config['install_dir'] . "/rrd";
|
||||
#$config['template_dir'] = $config['install_dir'] . "/templates";
|
||||
@@ -50,29 +50,29 @@ $config['db']['debug'] = TRUE;
|
||||
@@ -71,30 +71,30 @@ $config['db']['debug'] = TRUE; // If TRUE
|
||||
|
||||
// Location of executables
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
-$config['fping6'] = "/usr/bin/fping6";
|
||||
-$config['snmpwalk'] = "/usr/bin/snmpwalk";
|
||||
-$config['snmpget'] = "/usr/bin/snmpget";
|
||||
-$config['snmpgetnext'] = "/usr/bin/snmpgetnext";
|
||||
-$config['snmpbulkget'] = "/usr/bin/snmpbulkget";
|
||||
-$config['snmpbulkwalk'] = "/usr/bin/snmpbulkwalk";
|
||||
-$config['snmptranslate'] = "/usr/bin/snmptranslate";
|
||||
@ -26,6 +27,7 @@
|
||||
+$config['fping6'] = "/usr/local/sbin/fping6";
|
||||
+$config['snmpwalk'] = "/usr/local/bin/snmpwalk";
|
||||
+$config['snmpget'] = "/usr/local/bin/snmpget";
|
||||
+$config['snmpgetnext'] = "/usr/local/bin/snmpgetnext";
|
||||
+$config['snmpbulkget'] = "/usr/local/bin/snmpbulkget";
|
||||
+$config['snmpbulkwalk'] = "/usr/local/bin/snmpbulkwalk";
|
||||
+$config['snmptranslate'] = "/usr/local/bin/snmptranslate";
|
||||
|
Loading…
Reference in New Issue
Block a user