Compare commits

...

No commits in common. "bc504996a7851de5637652abfac7074a2fec0ef4" and "22b36155ec8606d2fa84d74fc347298589bbac01" have entirely different histories.

3 changed files with 14 additions and 54 deletions

View File

@ -1,10 +1,2 @@
# grafana-dashboards # grafana-dashboards
Grafana dashboard JSON files for Galion Systems client sites. Grafana dashboard JSON files for Galion Systems client sites.
Import via Grafana UI (Dashboards → Import → Upload JSON) or use the
provisioning/ configs for automated deployment.
## Sites
- `walnut_creek/` — Walnut Creek Water Treatment Plant (OH)
- `gary_in/` — Gary Indiana facility

View File

@ -1,15 +1,5 @@
{ {"title":"Gary IN Facility - Compressor Status","uid":"gary-comp","version":1,
"title": "Gary IN Facility - Compressor Status", "panels":[
"uid": "gary-comp", {"type":"timeseries","title":"Compressor Outlet Pressure","id":1,
"version": 1, "targets":[{"expr":"modbus_holding{site=\"gary_in\",tag=\"comp_pressure_psi\"}"}]}
"panels": [ ],"time":{"from":"now-4h","to":"now"},"refresh":"1m"}
{
"type": "timeseries",
"title": "Compressor Outlet Pressure",
"id": 1,
"targets": [{"expr": "modbus_holding{site=\"gary_in\",tag=\"comp_pressure_psi\"}"}]
}
],
"time": {"from": "now-4h", "to": "now"},
"refresh": "1m"
}

View File

@ -1,32 +1,10 @@
{ {"title":"Walnut Creek WTP - Process Overview","uid":"wc-proc-overview","version":3,
"__inputs": [], "panels":[
"__requires": [{"type": "grafana", "id": "grafana", "name": "Grafana", "version": "10.0.0"}], {"type":"gauge","title":"Influent Flow (GPM)","id":1,
"annotations": {"list": []}, "targets":[{"expr":"modbus_holding{site=\"walnut_creek\",tag=\"flow_rate_gpm\"}"}]},
"title": "Walnut Creek WTP - Process Overview", {"type":"stat","title":"Tank Level (ft)","id":2,
"uid": "wc-proc-overview", "targets":[{"expr":"modbus_holding{site=\"walnut_creek\",tag=\"tank_level_ft\"}"}]},
"version": 3, {"type":"stat","title":"Pump 1 Status","id":3,
"panels": [ "targets":[{"expr":"modbus_holding{site=\"walnut_creek\",tag=\"pump1_status\"}"}]}
{ ],"time":{"from":"now-1h","to":"now"},"refresh":"30s"}
"type": "gauge",
"title": "Influent Flow (GPM)",
"id": 1,
"targets": [{"expr": "modbus_holding{site=\"walnut_creek\",tag=\"flow_rate_gpm\"}"}],
"fieldConfig": {"defaults": {"min": 0, "max": 5000, "unit": "short"}}
},
{
"type": "stat",
"title": "Tank Level (ft)",
"id": 2,
"targets": [{"expr": "modbus_holding{site=\"walnut_creek\",tag=\"tank_level_ft\"}"}]
},
{
"type": "stat",
"title": "Pump 1 Status",
"id": 3,
"targets": [{"expr": "modbus_holding{site=\"walnut_creek\",tag=\"pump1_status\"}"}]
}
],
"time": {"from": "now-1h", "to": "now"},
"refresh": "30s"
}