Skip to content

Commit

Permalink
Fix name of config file Zabbix Agent2 (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-sieg authored Jun 6, 2024
1 parent ff2be0d commit 00aaf00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/pr_1267.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- zabbix-agent - fix name of Zabbix Agent 2 config filename
2 changes: 1 addition & 1 deletion roles/zabbix_agent/tasks/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
zabbix_win_config_name: "zabbix_agentd.conf"
zabbix2_win_svc_name: Zabbix Agent 2
zabbix2_win_exe_path: '{{ zabbix_win_install_dir }}\bin\zabbix_agent2.exe'
zabbix2_win_config_name: "zabbix_agentd2.conf"
zabbix2_win_config_name: "zabbix_agent2.conf"
tags:
- always

Expand Down

0 comments on commit 00aaf00

Please sign in to comment.