mrproliu commented on a change in pull request #6176: URL: https://github.com/apache/skywalking/pull/6176#discussion_r571587844
########## File path: docs/en/setup/backend/backend-zabbix.md ########## @@ -0,0 +1,70 @@ +# Zabbix Receiver +Zabbix receiver is accepting the metrics of [Zabbix Agent Active Checks protocol](https://www.zabbix.com/documentation/current/manual/appendix/items/activepassive#active_checks) fromat into the [Meter System](./../../concepts-and-designs/meter.md). + +## Module define +```yaml +receiver-zabbix: + selector: ${SW_RECEIVER_METER:default} + default: + # Export tcp port, Zabbix agent could connected and transport data + port: 13800 Review comment: The port is `10051`, should we use this port? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
