Explorar el Código

20171222 dashboard/status-mesh.json.in (Liste der Meshes über den letzten Tag (24h) ermitteln, nicht nur aus den aktuellen graph.json-Daten)

Altlast hace 7 años
padre
commit
22101982e9
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      dashboard/status-mesh-render.json.in
  2. 1 1
      dashboard/status-mesh.json.in

+ 1 - 1
dashboard/status-mesh-render.json.in

@@ -315,7 +315,7 @@
     "name" : "mesh_name",
     "options" : [
     ],
-    "query" : "query_result(%%PROM_INFO_PREFIX%% and on (node_id) %%PROM_GRAPH_PREFIX%%%%PROM_SEPERATOR%%mesh)",
+    "query" : "query_result(%%PROM_INFO_PREFIX%% and on (node_id) max_over_time(%%PROM_GRAPH_PREFIX%%%%PROM_SEPERATOR%%mesh[1d]))",
     "refresh" : 2,
     "regex" : "\/.*hostname=\"([^\\\"]+)\".*\/",
     "sort" : 1,

+ 1 - 1
dashboard/status-mesh.json.in

@@ -315,7 +315,7 @@
     "name" : "mesh_name",
     "options" : [
     ],
-    "query" : "query_result(%%PROM_INFO_PREFIX%% and on (node_id) %%PROM_GRAPH_PREFIX%%%%PROM_SEPERATOR%%mesh)",
+    "query" : "query_result(%%PROM_INFO_PREFIX%% and on (node_id) max_over_time(%%PROM_GRAPH_PREFIX%%%%PROM_SEPERATOR%%mesh[1d]))",
     "refresh" : 2,
     "regex" : "\/.*hostname=\"([^\\\"]+)\".*\/",
     "sort" : 1,