Statistics
| Branch: | Tag: | Revision:

root / snf-stats-app / conf / 20-snf-stats-app-settings.conf @ 75144caa

History | View | Annotate | Download (743 Bytes)

1
## -*- coding: utf-8 -*-
2
##
3
## Top-level URL for deployment.
4
#STATS_BASE_URL = "https://host:port/stats"
5

    
6
## This key is used to decrypt the instance id / hostname in tha stats graph
7
## URL. It should be set to the same value that is used by Cyclades to encrypt
8
## the hostname (CYCLADES_STATS_SECRET_KEY).
9
#STATS_SECRET_KEY = "secret key"
10

    
11
## Image properties
12
#IMAGE_WIDTH = 210
13
#WIDTH = 68
14
#HEIGHT = 10
15

    
16
## Path settings
17
#RRD_PREFIX = "/var/lib/collectd/rrd/"
18
#GRAPH_PREFIX = "/var/cache/snf-stats-app/"
19

    
20
## Font settings
21
#FONT = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf"
22
#FONT = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"
23

    
24
## Bar settings
25
#BAR_BORDER_COLOR = (0x5c, 0xa1, 0xc0)
26
#BAR_BG_COLOR = (0xea, 0xea, 0xea)