Jacobo Porto Muentes
Jacobo Porto Muentes

Reputation: 11

Send data to Zabbix via TCPIP sockets

I am trying to send data directly from an Aseries environment to the zabbix server, so I want to create an algol program for sending the data via tcpip sockets. Do you know if it is possible in zabbix to recive information via sockets ?. If it is possible, do you know how can i configure it?

Any idea is welcome!

Upvotes: 1

Views: 1374

Answers (1)

Jan Garaj
Jan Garaj

Reputation: 28716

You can implement Zabbix sender protocol in (algol) app - it's simple application protocol based on TCP/IP. Some examples implemented by Zabbix community for reference https://monitoringartist.github.io/zabbix-searcher/#sender

And then you need to create Zabbix item of trapper type to accept data received by sender protocol.

Upvotes: 0

Related Questions