demoToLogger.yaml 904 B

123456789101112131415161718192021
  1. settings:
  2. - Demo: # name of the fetcher module, e.g., Demo
  3. name: "Demo fetcher"
  4. provider: "cz.senslog.connector.fetch.demo.ConnectorFetchDemoProvider"
  5. # the same line as in the file META-INF/services/cz.senslog...ConnectorFetchProvider
  6. # other attributes based on the module configuration
  7. - Logger: # name of the pusher module, e.g., Logger
  8. name: "Logger pusher"
  9. provider: "cz.senslog.connector.push.logger.ConnectorPushPushProvider"
  10. # other attributes based on the module configuration
  11. connectors:
  12. - DemoSenslogV1: # name of the connector, e.g., DemoSenslogV1
  13. fetcher: "Demo" # name of the fetcher from 'settings'
  14. pusher: "Logger" # name of the pusher from 'settings'
  15. period: 10 # 86_400 = 24h
  16. # startAt: "02:30:00" # hh:mm:ss # non-mandatory attribute
  17. initDelay: 5 # non-mandatory attribute