summaryrefslogtreecommitdiff
path: root/net-mgmt/librenms/files/patch-config.php.default
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2020-07-20 21:35:34 +0000
committerDan Langille <dvl@FreeBSD.org>2020-07-20 21:35:34 +0000
commitaab2a6b0ce2ffabad72ec7d9d5aaa2ea51432d4a (patch)
tree071c72a56c25846b085df708eef9e482fa676d29 /net-mgmt/librenms/files/patch-config.php.default
parentmath/cocoalib: fix build on GCC architectures (diff)
Update to 1.65.1
This upgrade disables polling via cronjob. You must now use the Dispatcher. See UPDATING
Diffstat (limited to 'net-mgmt/librenms/files/patch-config.php.default')
-rw-r--r--net-mgmt/librenms/files/patch-config.php.default12
1 files changed, 3 insertions, 9 deletions
diff --git a/net-mgmt/librenms/files/patch-config.php.default b/net-mgmt/librenms/files/patch-config.php.default
index 071888c80ee9..8c130b36a8db 100644
--- a/net-mgmt/librenms/files/patch-config.php.default
+++ b/net-mgmt/librenms/files/patch-config.php.default
@@ -1,17 +1,11 @@
---- config.php.default.orig 2020-04-28 03:52:42 UTC
+--- config.php.default.orig 2020-07-10 19:56:16 UTC
+++ config.php.default
-@@ -2,15 +2,20 @@
+@@ -2,9 +2,14 @@
## Have a look in misc/config_definitions.json for examples of settings you can set here. DO NOT EDIT misc/config_definitions.json!
+$config['installed_from_package'] = true;
+
- ### Database config
- $config['db_host'] = 'localhost';
- $config['db_user'] = 'USERNAME';
- $config['db_pass'] = 'PASSWORD';
- $config['db_name'] = 'librenms';
-
+$config['log_dir'] = '/var/log/librenms';
+$config['rrd_dir'] = '/var/db/librenms/rrd';
+
@@ -22,7 +16,7 @@
### This should *only* be set if you want to *force* a particular hostname/port
### It will prevent the web interface being usable form any other hostname
-@@ -49,3 +54,22 @@ $config['enable_billing'] = 1;
+@@ -43,3 +48,22 @@ $config['enable_billing'] = 1;
# Enable the in-built services support (Nagios plugins)
$config['show_services'] = 1;