summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-03 14:10:53 +0200
committerSimon Rettberg2017-05-03 14:10:53 +0200
commit2c049f8789423f9e9195d861d3b25c212482f1dc (patch)
tree70fc83db30d265a1ba7af3549fc5c68511a7edc9 /satellit_installer
parent[SSUS/SSPS] Properly install/update autossl and include-conf.d for lighttpd (diff)
downloadsetup-scripts-2c049f8789423f9e9195d861d3b25c212482f1dc.tar.gz
setup-scripts-2c049f8789423f9e9195d861d3b25c212482f1dc.tar.xz
setup-scripts-2c049f8789423f9e9195d861d3b25c212482f1dc.zip
[SSPS] Update slxadmin config template
Diffstat (limited to 'satellit_installer')
-rw-r--r--satellit_installer/static_files/slxadmin-config.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/satellit_installer/static_files/slxadmin-config.php b/satellit_installer/static_files/slxadmin-config.php
index 71b7167..949f083 100644
--- a/satellit_installer/static_files/slxadmin-config.php
+++ b/satellit_installer/static_files/slxadmin-config.php
@@ -15,7 +15,7 @@ define('CONFIG_SQL_FORCE_UTF8', false);
define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs');
-define('CONFIG_REMOTE_ML', 'https://bwlp-masterserver.ruf.uni-freiburg.de/minilinux/sat_03');
+define('CONFIG_REMOTE_ML', 'https://bwlp-masterserver.ruf.uni-freiburg.de/minilinux/sat_04');
define('CONFIG_TFTP_DIR', '/srv/openslx/tftp');
define('CONFIG_HTTP_DIR', '/srv/openslx/www/boot');
@@ -30,6 +30,9 @@ define('CONFIG_PROXY_CONF', '/opt/openslx/proxy/config');
define('CONFIG_DOZMOD_URL', 'http://127.0.0.1:9080');
define('CONFIG_DOZMOD_EXPIRE', 60); // 1 Minute
+// Statistics_Reporting
+define('CONFIG_REPORTING_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/rpc/');
+
// Sort order for menu
// Optional - if missing, will be sorted by module id (internal name)
// Here it is also possible to assign a module to a different category,
@@ -46,6 +49,9 @@ $MENU_CAT_OVERRIDE = array(
),
'main.status' => array(
'systemstatus', 'eventlog', 'syslog', 'statistics'
+ ),
+ 'main.beta' => array(
+ 'locationinfo', 'rebootcontrol'
)
);