Skip to content

Commit

Permalink
Merge pull request #423 from Checkmk/bugfix/add-port-to-handler
Browse files Browse the repository at this point in the history
[BUG] Re-add port to handler
  • Loading branch information
robin-checkmk authored Aug 24, 2023
2 parents a7c7566 + efa3a44 commit c68529f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/agent/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: "Activate Changes."
listen: activate changes
checkmk.general.activation:
server_url: "{{ checkmk_agent_protocol }}://{{ checkmk_agent_server }}"
server_url: "{{ checkmk_agent_protocol }}://{{ checkmk_agent_server }}:{{ checkmk_agent_port }}/"
site: "{{ checkmk_agent_site }}"
automation_user: "{{ checkmk_agent_user }}"
automation_secret: "{{ checkmk_agent_auth }}"
Expand Down

0 comments on commit c68529f

Please sign in to comment.