Web-driven graphing interface for RRDTool (Old version of net-mgmt/cacti) New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". While here, minor fixes and get improvements from the current port. PR: 219685 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11023
11 lines
530 B
PHP
11 lines
530 B
PHP
--- include/global_settings.php.orig 2016-02-07 19:26:54 UTC
|
|
+++ include/global_settings.php
|
|
@@ -96,7 +96,7 @@ $settings = array(
|
|
),
|
|
"path_cactilog" => array(
|
|
"friendly_name" => "Cacti Log File Path",
|
|
- "description" => "The path to your Cacti log file (if blank, defaults to <path_cacti>/log/cacti.log)",
|
|
+ "description" => "The path to your Cacti log file (if blank, defaults to /var/log/cacti/log)",
|
|
"method" => "filepath",
|
|
"default" => $config["base_path"] . "/log/cacti.log",
|
|
"max_length" => "255"
|