|
|
@@ -0,0 +1,42 @@
|
|
|
+dataProvider:
|
|
|
+ type: DATABASE
|
|
|
+ config:
|
|
|
+ url: "jdbc:postgresql://localhost:5432/senslog1"
|
|
|
+ username: "senslog_app"
|
|
|
+ password: "SENSlog"
|
|
|
+ connectionPoolSize: 6
|
|
|
+ groupName: "admin"
|
|
|
+
|
|
|
+messageBroker:
|
|
|
+ type: EMAIL # EMAIL, CONSOLE (for testing), WHATSAPP (not yet), TELEGRAM (not yet)
|
|
|
+ config:
|
|
|
+ smtpHost: "mail.lesprojekt.cz"
|
|
|
+ smtpPort: 465
|
|
|
+ authUsername: "watchdog@senslog.org"
|
|
|
+ authPassword: "5jspdD"
|
|
|
+ senderEmail: "watchdog@senslog.org"
|
|
|
+ recipientEmail: "kepka@ccss.cz"
|
|
|
+ subject: "[Report] Watchdog SAH SensLog (LV)"
|
|
|
+
|
|
|
+monitoredObjects:
|
|
|
+ 18907678:
|
|
|
+ interval: 86400
|
|
|
+ sensors: [340414062, 410164038, 800014050]
|
|
|
+
|
|
|
+ 18907677:
|
|
|
+ interval: 86400
|
|
|
+ sensors: [340414062, 410164038, 800014050]
|
|
|
+
|
|
|
+ 2129992:
|
|
|
+ interval: 86400
|
|
|
+
|
|
|
+ 4280003:
|
|
|
+ interval: 86400
|
|
|
+
|
|
|
+ 4640825685:
|
|
|
+ interval: 86400
|
|
|
+ sensors: [850010000, 850020000, 850030000]
|
|
|
+
|
|
|
+ 4638425647:
|
|
|
+ interval: 86400
|
|
|
+ sensors: [850010000, 850020000, 850030000 ]
|