Skip to content
Snippets Groups Projects
Commit 95beb3f7 authored by void's avatar void
Browse files

pfade für überwachung eingrenzen

parent b6054199
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ dbrp "{{ influxdb_sysmon.db }}"."autogen"
var data =batch
|query(''' SELECT (mean("total") - mean("free")) / mean("total") * 100 AS value FROM "{{ influxdb_sysmon.db }}"."autogen"."disk" ''')
|query(''' SELECT (mean("total") - mean("free")) / mean("total") * 100 AS value FROM "{{ influxdb_sysmon.db }}"."autogen"."disk" WHERE path = "/"' or path = "/srv" ''')
.period(5m)
.every(30s)
.fill('linear')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment