Hello!
I'm trying to do a a setup where i poll the zabbix_agentd locally on the monitored host with a 'small prog', after polling for data the data will be send with zabbix_sender to the zabbix_server.
It's sort of an replacement for active checks until they become available in the Win32 client.
My question is, how to i get connect with my 'small prog' to the the agent? Can i simply open a socket and pass a string and i will get a return? Or how does it work?
- Simon
I'm trying to do a a setup where i poll the zabbix_agentd locally on the monitored host with a 'small prog', after polling for data the data will be send with zabbix_sender to the zabbix_server.
It's sort of an replacement for active checks until they become available in the Win32 client.
My question is, how to i get connect with my 'small prog' to the the agent? Can i simply open a socket and pass a string and i will get a return? Or how does it work?
- Simon
Comment