Set path to rrdtool
This commit is contained in:
parent
0dcfa619d3
commit
2751f7e4c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454583
2 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= librenms
|
||||
PORTVERSION= 1.33.01
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- includes/defaults.inc.php.orig 2017-11-01 17:55:06.000000000 +0000
|
||||
+++ includes/defaults.inc.php 2017-11-20 21:06:51.816968000 +0000
|
||||
@@ -48,19 +48,19 @@
|
||||
+++ includes/defaults.inc.php 2017-11-20 23:16:29.419902000 +0000
|
||||
@@ -48,19 +48,21 @@
|
||||
$config['fping_options']['timeout'] = 500;
|
||||
$config['fping_options']['count'] = 3;
|
||||
$config['fping_options']['millisec'] = 200;
|
||||
|
@ -23,6 +23,8 @@
|
|||
-$config['virsh'] = '/usr/bin/virsh';
|
||||
-$config['dot'] = '/usr/bin/dot';
|
||||
-$config['sfdp'] = '/usr/bin/sfdp';
|
||||
+$config['rrdtool'] = '/usr/local/bin/rrdtool';
|
||||
+$config['rrdtool_version'] = 1.7;
|
||||
+$config['ipmitool'] = '/usr/local/bin/ipmitool';
|
||||
+$config['virsh'] = '/usr/lacal/bin/virsh';
|
||||
+$config['dot'] = '/usr/local/bin/dot';
|
||||
|
|
Loading…
Reference in a new issue