Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/net-mgmt/cacti/files/patch-include__global.php
16461 views
1
--- include/global.php.orig 2019-03-30 23:40:22 UTC
2
+++ include/global.php
3
@@ -216,7 +216,7 @@ if ($config['cacti_server_os'] == 'win32') {
4
$config['library_path'] = preg_replace("/(.*[\/])include/", "\\1lib", dirname(__FILE__));
5
}
6
$config['include_path'] = dirname(__FILE__);
7
-$config['rra_path'] = $config['base_path'] . '/rra';
8
+$config['rra_path'] = '/var/db/cacti/rra';
9
10
/* for multiple pollers, we need to know this location */
11
if (!isset($scripts_path)) {
12
13