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
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
Comment