Skip to content

Commit

Permalink
YDA-5346: Zabbix timeout parameter change
Browse files Browse the repository at this point in the history
Extract parameter for Zabbix timeout setting; set default value
to 15 seconds, based on feedback from operations team.
  • Loading branch information
stsnel committed Aug 18, 2023
1 parent 0a098f3 commit ff85031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/yoda_zabbix_system/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ rpm_dest_dir: /tmp
zabbix_version: "{{ yoda_version }}"

zabbix_server: 192.168.56.20
zabbix_timeout: 15 # in seconds (range: 1-30)

repo_only: false # Only download packages from repos.
1 change: 1 addition & 0 deletions roles/yoda_zabbix_system/templates/zabbix_agentd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ HostnameItem=system.hostname
# Range: 1-30
# Default:
# Timeout=3
Timeout={{ zabbix_timeout }}

### Option: AllowRoot
# Allow the agent to run as 'root'. If disabled and the agent is started by 'root', the agent
Expand Down

0 comments on commit ff85031

Please sign in to comment.