mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
336 B
PHP
11 lines
336 B
PHP
--- poller_maintenance.php.orig 2019-01-03 02:14:26 UTC
|
|
+++ poller_maintenance.php
|
|
@@ -227,7 +227,7 @@ function logrotate_rotatenow() {
|
|
$logs = array();
|
|
$log = read_config_option('path_cactilog');
|
|
if (empty($log)) {
|
|
- $log = $config['base_path'] . '/log/cacti.log';
|
|
+ $log = '/var/log/cacti/log';
|
|
}
|
|
$logs['Cacti'] = $log;
|
|
|