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 2 years ago
defaults feat: Initial commit via docker-compose. 2 years ago
files feat: Initial commit via docker-compose. 2 years ago
handlers feat: Initial commit via docker-compose. 2 years ago
meta feat: Initial commit via docker-compose. 2 years ago
molecule feat: Initial commit via docker-compose. 2 years ago
tasks feat: Initial commit via docker-compose. 2 years ago
templates fix: Docker compose and configuration. 2 years ago
tests feat: Initial commit (empty). 2 years ago
vars feat: Initial commit (empty). 2 years ago
.gitignore feat: Initial commit via docker-compose. 2 years ago
.travis.yml feat: Initial commit (empty). 2 years ago
.yamllint feat: Initial commit (empty). 2 years ago
CHANGELOG.md chore(release): 1.0.1 2 years ago
README.md fix: Docker compose and configuration. 2 years 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.