Skip to content
  • Nelo-T. Wallus's avatar
    Fix documentation on gitlab_monitor listen_address · fcc0c517
    Nelo-T. Wallus authored
    gitlab_monitor requires address and port as separate settings, as they
    are templated as separate settings in the `gitlab-monitor.yaml`.
    
    The example as it was before this change cannot work, WeBrick would try
    to resolve the passed address in `listen_address` and fail to due so due
    to the added port - which results in gitlab_monitor failing.
    fcc0c517