hope I got the merge wright...
[monitor.git] / monitor-default.conf
1 [monitorconfig]
2 RT_DB_HOST=rt.planet-lab.org
3 RT_DB_USER=
4 RT_DB_PASSWORD=
5 RT_DB_NAME=
6
7 # RT Web user account
8 RT_WEB_SERVER=https://rt.planet-lab.org/
9 RT_WEB_TOOLS_PATH=
10 RT_WEB_USER=
11 RT_WEB_PASSWORD=
12 RT_WEB_DEBUG=0
13 RT_QUEUE=
14
15 # PLC admin account
16 API_SERVER=https://boot.planet-lab.org/PLCAPI/
17 API_AUTH_USER=
18 API_AUTH_PASSWORD=
19
20 # SERVER PATHS
21 MONITOR_HOSTNAME=monitor.planet-lab.org
22 MONITOR_SCRIPT_ROOT=/usr/share/monitor
23 MONITOR_DATA_ROOT=/var/lib/monitor
24 MONITOR_ARCHIVE_ROOT=/var/lib/monitor/archive-pdb
25 MONITOR_IP=
26 MONITOR_HOSTNAME=
27
28 email=
29 # all messages will appear to be from this address
30 from_email=monitor@planet-lab.org
31
32 # a separate address for support messages
33 support_email=support@planet-lab.org
34
35 # mailing list copied on all out-going messages
36 cc_email=monitor-list@lists.planet-lab.org
37
38 zabbix_enabled=0
39
40 [monitordatabase]
41 monitor_dburi=postgres://user:passwd@localhost:5432/infovacuum
42 zabbix_dburi=postgres://zabbixuser:<...>@localhost:5432/zabbix
43
44 cachetime=60
45
46 [commandline]
47 embedded=True
48 echo=False
49 debug=0
50 mail=1
51 bcc=0
52 run=False
53 checkopt=False
54 squeeze=1
55 policysavedb=1