X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=monitor-server.init;h=4b5bbb071fdf4977d4a4a2c0e063d1f0eb8eb56b;hb=5c41a475f7d198274e46f2c5e6f033f06794288b;hp=a2cab5ae08c372bbcb3d1657a3307f7b2212c610;hpb=334378a14103c3fd02332b6ce3767553f1fe11d2;p=monitor.git diff --git a/monitor-server.init b/monitor-server.init index a2cab5a..4b5bbb0 100644 --- a/monitor-server.init +++ b/monitor-server.init @@ -192,6 +192,7 @@ API_AUTH_PASSWORD=${PLC_MONITOR_DBPASSWORD} MONITOR_SCRIPT_ROOT=${MONITORPATH} MONITOR_DATA_ROOT=/var/lib/monitor MONITOR_ARCHIVE_ROOT=/var/lib/monitor/archive-pdb +MONITOR_BOOTMANAGER_LOG=/var/www/html/monitorlog MONITOR_HOSTNAME=${PLC_MONITOR_HOST} MONITOR_IP=${PLC_MONITOR_IP} @@ -268,8 +269,8 @@ Redirect /monitor https://${PLC_MONITOR_HOST}:${PLC_WWW_SSL_PORT}/monitor/ #Errorlog /var/log/httpd/monitorwebapp-error_log #Customlog /var/log/httpd/monitorwebapp-access_log common - ProxyPass http://127.0.0.1:8080/ - ProxyPassReverse http://127.0.0.1:8080/ + ProxyPass http://127.0.0.1:8082/ + ProxyPassReverse http://127.0.0.1:8082/ EOF @@ -362,7 +363,6 @@ case "$1" in check_user_and_db $MONITOR_DB_NAME $MONITOR_DB_USER # WRITE default /etc/monitor.conf check_monitor_conf - check_monitor_schema_and_data #check_pg_hba $ZABBIX_DB_NAME $ZABBIX_DB_USER #check_user_and_db $ZABBIX_DB_NAME $ZABBIX_DB_USER @@ -375,6 +375,8 @@ case "$1" in dialog "$MESSAGE" fi + check_monitor_schema_and_data + #check_zabbix_schema_and_data #check_zabbix_templates_and_import