Configuration Example

The configuration file is a yaml (yml) based file, here is a example file to start with

Example file

# Example Configuration file for rk-client
---
daemon:
  - enabled: true # Enable the daemon
  - update-time: 1 # Check updates every X hour(s)
  - log-file: syslog

portal:
  - url: "https://example.com/"
  - api-key: "vxufsdnvdfç!gdjfkhgjkhfdg"

monitoring:
  - enabled: true # Enable pushing monitoring information to the portal
  - update-time: 5 # Push information every X minutes (5 is lowest)

bird2:
  - directory: /etc/bird/
  - binary: /usr/sbin/bird
  - socket: /run/bird/bird.ctl

Back to top

Copyright © 2024 RoutingK.it & Dennis de Houx.