Ad Widget

Collapse

zabbix udp workflow

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • makadomdom1
    Junior Member
    • Jun 2013
    • 1

    #1

    zabbix udp workflow

    Hello everyone,
    I'm trying to get my passive agent to work on an environment that can only transfer UDP packets to the server from the client. I looked at the agent source code and saw a lot of TCP connection functions that will probably be hard to rewrite in a UDP sending packets.

    I only need the agent to send info to the server without any confirmation from the server, but it needs to be in UDP. Most of my info is logs and files that can easily be done with the active checks the agent does. The only problem is to bring the info on a UDP connection to the server

    I appreciate if anyone can try and help.

    Thanks
  • ArtemK
    Senior Member
    • May 2013
    • 232

    #2
    May be it's possible to use some sort of VPN? AFAIK, OpenVPN supports tunnels over UDP. Then zabbix agent will talk with server using TCP, while actual data will be transferred by UDP in tunnel.

    Comment

    Working...