wu-sheng commented on a change in pull request #6176: URL: https://github.com/apache/skywalking/pull/6176#discussion_r573346157
########## File path: docs/en/setup/backend/backend-zabbix.md ########## @@ -0,0 +1,72 @@ +# 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) format into the [Meter System](./../../concepts-and-designs/meter.md). + +## Module define +```yaml +receiver-zabbix: + selector: ${SW_RECEIVER_ZABBIX:default} + default: + # Export tcp port, Zabbix agent could connected and transport data + port: 10051 + # Bind to host + host: 0.0.0.0 + # Enable config when receive agent request + activeFiles: agent Review comment: All configuration should be in `configuration-vocalbulary` doc. ---------------------------------------------------------------- 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]
