wu-sheng commented on a change in pull request #6176: URL: https://github.com/apache/skywalking/pull/6176#discussion_r568289395
########## File path: docs/en/setup/backend/backend-zabbix.md ########## @@ -0,0 +1,67 @@ +# 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 + # Enable config when receive agent request + activeFiles: agent.yaml Review comment: Please take a reference of OTEL rules, I remember it uses file name without `.yaml`. ---------------------------------------------------------------- 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]
