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_settings.php
16462 views
1
--- include/global_settings.php.orig 2019-01-03 02:14:26 UTC
2
+++ include/global_settings.php
3
@@ -160,10 +160,10 @@ $settings = array(
4
),
5
'path_cactilog' => array(
6
'friendly_name' => __('Cacti Log Path'),
7
- 'description' => __('The path to your Cacti log file (if blank, defaults to <path_cacti>/log/cacti.log)'),
8
+ 'description' => __('The path to your Cacti log file (if blank, defaults to /var/log/cacti/log)'),
9
'method' => 'filepath',
10
'file_type' => 'ascii',
11
- 'default' => $config['base_path'] . '/log/cacti.log',
12
+ 'default' => '/var/log/cacti/log',
13
'max_length' => '255',
14
'install_check' => 'writable'
15
),
16
17