Change the Zabbix receiver is disabled by default (#6395)

This commit is contained in:
mrproliu 2021-02-18 23:45:18 +08:00 committed by GitHub
parent 1e4a8ee19b
commit e60950c5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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}

View File

@ -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