Send data to Zabbix via TCPIP sockets

1.2k views Asked by At

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!

1

There are 1 answers

0
Jan Garaj On

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.