Change the Zabbix receiver is disabled by default (#6395)
This commit is contained in:
parent
1e4a8ee19b
commit
e60950c5c3
|
|
@ -267,7 +267,7 @@ receiver-profile:
|
|||
default:
|
||||
|
||||
receiver-zabbix:
|
||||
selector: ${SW_RECEIVER_ZABBIX:default}
|
||||
selector: ${SW_RECEIVER_ZABBIX:-}
|
||||
default:
|
||||
port: ${SW_RECEIVER_ZABBIX_PORT:10051}
|
||||
host: ${SW_RECEIVER_ZABBIX_HOST:0.0.0.0}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ services:
|
|||
extends:
|
||||
file: ../base-compose.yml
|
||||
service: oap
|
||||
environment:
|
||||
SW_RECEIVER_ZABBIX: default
|
||||
volumes:
|
||||
- ./agent.yaml:/skywalking/config/zabbix-rules/agent.yaml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue