Revision 5391d6b5 settings.d/20-api.conf

b/settings.d/20-api.conf
79 79
# Maximum number of VMs a user is allowed to have
80 80
MAX_VMS_PER_USER = 2
81 81

  
82
# URL templates for the stat graphs
83
CPU_GRAPH_URL_TEMPLATE = 'http://localhost/%s/cpu-bar.png'
84
NET_GRAPH_URL_TEMPLATE = 'http://localhost/%s/net-ts.png'
82
# URL templates for the stat graphs.
83
# The API implementation replaces '%s' with the encrypted backend id.
84
# FIXME: For now we do not encrypt the backend id.
85
CPU_BAR_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/cpu-bar.png'
86
CPU_TIMESERIES_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/cpu-ts.png'
87
NET_BAR_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/net-bar.png'
88
NET_TIMESERIES_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/net-ts.png'
85 89

  
86 90
# Recommended refresh period for server stats
87 91
STATS_REFRESH_PERIOD = 60

Also available in: Unified diff