Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make statusport really optional #1400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion roles/zabbix_agent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ zabbix_agent_persistentbufferperiod: 1h
zabbix_agent_pluginsocket: /tmp/agent.plugin.sock
zabbix_agent_plugintimeout: 3
zabbix_agent_refreshactivechecks: 120
zabbix_agent_statusport: 9999
zabbix_agent_timeout: 3
zabbix_agent_tlspsk_auto: false
zabbix_agent_tlspskfile: /etc/zabbix/tls_psk_auto.secret
Expand Down