neur0toxine/zabbix-metrics-mock
This app can receive metrics from app meant for Zabbix Server.
92
This app will print out any Zabbix packet that contains metrics (request: sender data
). It will bind itself to port 10051 by default.
You can change the port by using LISTEN
environment variable like this: LISTEN=:8080
.
localhost:10051
(or service_name:10051
in case of Docker).packet type `sender data`, timestamp: 2022-12-28 07:27:24 +0000 UTC
- [test] app.goroutine.count: 9
- [test] app.mem.alloc: 4850696
- [test] app.mem.sys: 24099856
end of packet
You can use neur0toxine/zabbix-metrics-mock
Docker image.
docker pull neur0toxine/zabbix-metrics-mock