clearer names for actions, and infer actions better
[monitor.git] / monitor-default.conf
index 407ad75..e17030e 100644 (file)
@@ -19,13 +19,33 @@ API_AUTH_PASSWORD=
 
 # SERVER PATHS
 MONITOR_HOSTNAME=monitor.planet-lab.org
-MONITOR_SCRIPT_ROOT=/usr/share/monitor-server
-MONITOR_DATA_ROOT=/var/lib/monitor-server
-MONITOR_ARCHIVE_ROOT=/var/lib/monitor-server/archive-pdb
+MONITOR_SCRIPT_ROOT=/usr/share/monitor
+MONITOR_DATA_ROOT=/var/lib/monitor
+MONITOR_ARCHIVE_ROOT=/var/lib/monitor/archive-pdb
+MONITOR_IP=
+MONITOR_HOSTNAME=
 
-email=
+email=monitor@planet-lab.org
+# all messages will appear to be from this address
+from_email=monitor@planet-lab.org
+
+# a separate address for support messages
+support_email=support@planet-lab.org
+
+# mailing list copied on all out-going messages
+cc_email=monitor-list@lists.planet-lab.org
+
+zabbix_enabled=0
+
+[monitordatabase]
+monitor_dburi=postgres://user:passwd@localhost:5432/infovacuum
+zabbix_dburi=postgres://zabbixuser:<...>@localhost:5432/zabbix
+
+cachetime=60
 
 [commandline]
+embedded=True
+echo=False
 debug=0
 mail=1
 bcc=0