diff --git a/dicos/70_prometheus.xml b/dicos/70_prometheus.xml
index e62164f..3084985 100644
--- a/dicos/70_prometheus.xml
+++ b/dicos/70_prometheus.xml
@@ -8,6 +8,7 @@
+
prometheus
prometheus-alertmanager
diff --git a/tmpl/grafana-datasources.yml b/tmpl/grafana-datasources.yml
new file mode 100644
index 0000000..5201cfe
--- /dev/null
+++ b/tmpl/grafana-datasources.yml
@@ -0,0 +1,11 @@
+apiVersion: 1
+
+datasources:
+- name: Prometheus
+ type: prometheus
+ access: direct
+ orgId: 1
+ url: http://%%adresse_ip_eth0:9090
+ isDefault: true
+ version: 1
+ editable: false
\ No newline at end of file