Skip to content

Commit

Permalink
add rest of timeout params to 6.4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lathrop committed Dec 9, 2024
1 parent 1564d03 commit e18935a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/integration/targets/test_zabbix_settings/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,15 @@
- name: test - timeout parameters fail for older version of Zabbix
community.zabbix.zabbix_settings:
timeout_zabbix_agent: 3s
timeout_simple_check: 30s
timeout_snmp_agent: 30s
timeout_external_check: 30s
timeout_db_monitor: 30s
timeout_http_agent: 30s
timeout_ssh_agent: 30s
timeout_telnet_agent: 30s
timeout_script: 30s
timeout_browser: 70s
ignore_errors: yes
when: zabbix_version is version('7.0', '<')
register: zbx_settings_failed
Expand Down

0 comments on commit e18935a

Please sign in to comment.