From 17f4748e0f2f0f38b3a86003cd1929892d103750 Mon Sep 17 00:00:00 2001 From: Paul Przybysz <89010180+pschybyschp@users.noreply.github.com> Date: Sun, 6 Nov 2022 10:45:19 +0100 Subject: [PATCH] Add watergauge wdc --- community/community_connectors.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/community/community_connectors.json b/community/community_connectors.json index 5592ed3b..8ed5ffad 100644 --- a/community/community_connectors.json +++ b/community/community_connectors.json @@ -1239,5 +1239,14 @@ "tags": ["v_2.0"], "description": "Connector to get data from Zabbix API", "source_code": "https://github.com/parflesh/zabbix-wdc" + }, + { + "name": "Watergauge", + "url": "https://www.logistikjunge.de/Tableau/watergaugeWDC.html", + "author": "Paul", + "github_username": "pschybyschp", + "tags": ["v1.0.0"], + "description": "Connector to request data about watergauge stations and different water related measures in Germany retrieved from Pegelonline", + "source_code": "https://github.com/pschybyschp/Tableau-wdc-watergauge" } ]