Setting Properties for the Central Logger
Copyright © Cloud Software Group, Inc. All rights reserved.
On the host that will run the management portal, edit the asg_portal.properties file.
# Central Logger database
asg.portal.engine.cl.database.driver=com.mysql.jdbc.Driver asg.portal.engine.cl.database.url=jdbc:mysql://localhost:3306/asgstat?autoReconnect=true
# Central Logger database connection pool asg.portal.engine.cl.db.connectionPool.initialConnections=3 asg.portal.engine.cl.db.connectionPool.maxConnections=10 asg.portal.engine.cl.db.connectionPool.waitIfBusy=true
# Central Logger database username and password asg.portal.engine.cl.db.username=asguser asg.portal.engine.cl.db.password=asgpass
# Quota usage checking interval in minutes asg.portal.engine.quotaUsageCheckInterval=1