Skip to content

Commit

Permalink
Fix windows include dir in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuLeboeuf authored Aug 23, 2024
1 parent ed12336 commit 6e79cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ZABBIX_AGENT_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ The following table lists all variables that are exposed to modify the configura
| HostMetadataItem | zabbix_agent_hostmetadataitem | | |
| Hostname | zabbix_agent_hostname | | `{{ inventory_hostname }}` |
| HostnameItem | zabbix_agent_hostnameitem | | |
| Include | zabbix_agent_include | /etc/zabbix/`{{ agent version specific }}`.d/*.conf | |
| Include | zabbix_agent_include_dir | /etc/zabbix/`{{ agent version specific }}`.d/*.conf | |
| ListenBacklog | zabbix_agent_listenbacklog | | Agent Only |
| ListenIP | zabbix_agent_listenip | 0.0.0.0 | |
| ListenPort | zabbix_agent_listenport | 10050 | |
Expand Down
2 changes: 1 addition & 1 deletion roles/zabbix_agent/tasks/Windows_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

- name: "Set Include Path Info"
ansible.builtin.set_fact:
zabbix_agent_include: "{{ zabbix_agent_win_include is defined | ternary(zabbix_agent_win_include, zabbix_agent2_win_include) | default(_win_include) }}"
zabbix_agent_include_dir: "{{ zabbix_agent_win_include is defined | ternary(zabbix_agent_win_include, zabbix_agent2_win_include) | default(_win_include) }}"

- name: "Set Control Socket"
ansible.builtin.set_fact:
Expand Down

0 comments on commit 6e79cc8

Please sign in to comment.