Statistics
| Branch: | Tag: | Revision:

root / snf-stats-app / conf / 20-snf-stats-app-settings.conf @ 2439c9d6

History | View | Annotate | Download (743 Bytes)

1 7fcec5d7 Stratos Psomadakis
## -*- coding: utf-8 -*-
2 7fcec5d7 Stratos Psomadakis
##
3 a33b15e6 Stratos Psomadakis
## Top-level URL for deployment.
4 a33b15e6 Stratos Psomadakis
#STATS_BASE_URL = "https://host:port/stats"
5 bd16bf3e Stratos Psomadakis
6 bd16bf3e Stratos Psomadakis
## This key is used to decrypt the instance id / hostname in tha stats graph
7 bd16bf3e Stratos Psomadakis
## URL. It should be set to the same value that is used by Cyclades to encrypt
8 bd16bf3e Stratos Psomadakis
## the hostname (CYCLADES_STATS_SECRET_KEY).
9 bd16bf3e Stratos Psomadakis
#STATS_SECRET_KEY = "secret key"
10 bd16bf3e Stratos Psomadakis
11 7fcec5d7 Stratos Psomadakis
## Image properties
12 7fcec5d7 Stratos Psomadakis
#IMAGE_WIDTH = 210
13 7fcec5d7 Stratos Psomadakis
#WIDTH = 68
14 7fcec5d7 Stratos Psomadakis
#HEIGHT = 10
15 7fcec5d7 Stratos Psomadakis
16 7fcec5d7 Stratos Psomadakis
## Path settings
17 7fcec5d7 Stratos Psomadakis
#RRD_PREFIX = "/var/lib/collectd/rrd/"
18 925fe98f Stratos Psomadakis
#GRAPH_PREFIX = "/var/cache/snf-stats-app/"
19 7fcec5d7 Stratos Psomadakis
20 7fcec5d7 Stratos Psomadakis
## Font settings
21 7fcec5d7 Stratos Psomadakis
#FONT = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf"
22 7fcec5d7 Stratos Psomadakis
#FONT = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"
23 7fcec5d7 Stratos Psomadakis
24 7fcec5d7 Stratos Psomadakis
## Bar settings
25 7fcec5d7 Stratos Psomadakis
#BAR_BORDER_COLOR = (0x5c, 0xa1, 0xc0)
26 7fcec5d7 Stratos Psomadakis
#BAR_BG_COLOR = (0xea, 0xea, 0xea)