You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Laur Ivan 9e8331324a chore(release): 1.0.1 1 year ago
defaults feat: Initial commit via docker-compose. 1 year ago
files feat: Initial commit via docker-compose. 1 year ago
handlers feat: Initial commit via docker-compose. 1 year ago
meta feat: Initial commit via docker-compose. 1 year ago
molecule feat: Initial commit via docker-compose. 1 year ago
tasks feat: Initial commit via docker-compose. 1 year ago
templates fix: Docker compose and configuration. 1 year ago
tests feat: Initial commit (empty). 1 year ago
vars feat: Initial commit (empty). 1 year ago
.gitignore feat: Initial commit via docker-compose. 1 year ago
.travis.yml feat: Initial commit (empty). 1 year ago
.yamllint feat: Initial commit (empty). 1 year ago
CHANGELOG.md chore(release): 1.0.1 1 year ago
README.md fix: Docker compose and configuration. 1 year ago

README.md

Role Name

Launch the KNX monitor.

Requirements

None

Role Variables

knx_monitor:
  docker_version: "latest"
  gateway_ip: "localhost"
  config_path: "~/knx-monitor"
  topology_source: "./topology.csv"

  influx:
    url: "http://localhost:8086"
    bucket: "my_bucket"
    org: "example.com"
    token: "change_me"

Dependencies

You need to have docker installed on the target machine and influxdb installed somewhere to collect data.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
    - "laurivan.knx_monitor"

License

MIT

Author Information

This role was created in 2022 by Laur Ivan.