diff --git a/src/static/dashboard.html b/src/static/dashboard.html new file mode 100644 index 0000000..b6561b1 --- /dev/null +++ b/src/static/dashboard.html @@ -0,0 +1,50 @@ + + +
+Real-time water level monitoring system for the Ping River Basin in Northern Thailand
+API is running and monitoring 16 water stations along the Ping River
+Coverage: From Chiang Dao to Nakhon Sawan
+Data collection interval: Every hour
+GET /health - System health statusGET /metrics - Application metricsGET /stations - List all monitoring stationsPOST /stations - Add new monitoring stationPUT /stations/{station_id} - Update station informationGET /measurements/latest - Latest measurementsGET /measurements/station/{station_code} - Station-specific dataPOST /scrape/trigger - Trigger manual data collectionGET /scraping/status - Scraping statusGET /docs - Interactive API documentation• Grafana dashboards available for data visualization
+• Health checks monitor database, API, and system resources
+• Metrics collection for performance monitoring
+See /docs.
Real-time water level monitoring system for the Ping River Basin in Northern Thailand
-API is running and monitoring 16 water stations along the Ping River
-Coverage: From Chiang Dao to Nakhon Sawan
-Data collection interval: Every hour
-GET /health - System health statusGET /metrics - Application metricsGET /stations - List all monitoring stationsPOST /stations - Add new monitoring stationPUT /stations/{station_id} - Update station informationGET /measurements/latest - Latest measurementsGET /measurements/station/{station_code} - Station-specific dataPOST /scrape/trigger - Trigger manual data collectionGET /scraping/status - Scraping statusGET /docs - Interactive API documentation• Grafana dashboards available for data visualization
-• Health checks monitor database, API, and system resources
-• Metrics collection for performance monitoring
-