Add/modify the Grafana Dashboard
[bottlenecks.git] / monitor / dashboard / automated_dashboard_datasource.py
index 48f9710..abfeca2 100644 (file)
@@ -65,7 +65,6 @@ def post(url, data):
 
 ip_address = socket.gethostbyname(socket.gethostname())
 _create_data_source(ip_address, 3000)
-# _create_dashboard(ip_address, 3000,
-#                   MONITOR_DASHBOARD + 'prometheus_system_rev1.json')
+_create_dashboard(ip_address, 3000, MONITOR_DASHBOARD + 'stats_overview.json')
 _create_dashboard(ip_address, 3000,
-                  MONITOR_DASHBOARD + 'prototype_dashboard_collapsible.json')
+                  MONITOR_DASHBOARD + 'jump_server_status.json')