Skip to content

Configuration

This page will be populated with the full configuration reference before launch.

Config File Location

LiMon reads its configuration from /app/config.yml inside the container. Mount your config file via Docker Compose:

volumes:
  - ./config.yml:/app/config.yml:ro

Example Configuration

# config.yml
servers:
  - name: "FlexLM Production"
    type: flexlm
    host: flexlm.internal.local
    port: 27000
    poll_interval: 60  # seconds

  - name: "RLM Engineering"
    type: rlm
    host: rlm.internal.local
    port: 5053
    poll_interval: 120

Configuration Reference

Key Type Default Description
servers list [] List of license servers to monitor
servers[].name string required Display name for this server
servers[].type string required flexlm, rlm, lmx, or dsls
servers[].host string required Hostname or IP of the license server
servers[].port integer required Port number
servers[].poll_interval integer 60 Polling interval in seconds