Skip to content

Commit

Permalink
add agent defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Oct 19, 2023
1 parent c7701be commit 201002e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/setup_install_zabbix_agent/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Monitoring
default_zabbix_port: 10050

Check failure on line 2 in roles/setup_install_zabbix_agent/defaults/main.yaml

View workflow job for this annotation

GitHub Actions / build (3.10)

yaml[document-start]

Missing document start "---"
# zabbix_master: "<server-ip>"
zabbix_agent_base_path: "/etc/zabbix"
zabbix_agent_script_path: "{{ zabbix_agent_base_path }}/scripts"
zabbix_agent_confd_path: "{{ zabbix_agent_base_path }}/zabbix_agentd.conf.d"
zabbix_ansible_base_path: "/etc/ansible"
zabbix_ansible_factsd_path: "{{ zabbix_ansible_base_path }}/facts.d"

0 comments on commit 201002e

Please sign in to comment.