feat: fast-forward update van scs
This commit is contained in:
parent
715630de75
commit
93c44838ff
4 changed files with 38 additions and 18 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# general
|
||||
Hostname={{ zabbix_agent_hostname | default(inventory_hostname) }}
|
||||
Server={{ zabbix_proxy_address }}
|
||||
ServerActive={{ zabbix_proxy_address }}
|
||||
ListenPort=10050
|
||||
Server={{ zabbix_proxy_address }}:{{ zabbix_proxy_port }}
|
||||
ServerActive={{ zabbix_proxy_address }}:{{ zabbix_proxy_port }}
|
||||
ListenPort={{ zabbix_agent_listen_port }}
|
||||
HostMetadataItem=system.uname
|
||||
HostInterface={{ zabbix_agent_hostinterface | default(inventory_hostname) }}
|
||||
AllowKey=system.run[*]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue