In order to facilitate firewall traversal though different administrative domains, we would like to be able to connect distributed monitoring sites to each other using https. With a native https connector, distributed monitoring nodes can be deployed to monitor resources in an environment that we may not be able to change firewall policies, but would still be able to provide a communications through a proxy server.
Are there any methods to have the distributed monitoring nodes communicate with each other via http(s) instead of the native protocol on (default) port 15001?
One possible method I have in mind would send event data by using a wrapper around zabbix_sender on the central server side and a custom action script to perform an HTTP(s) request to the wrapper URL. Zabbix_sender would be able to locally send the reported event into the central server for processing. Has anyone built this type of relay system?
Thank you.
Are there any methods to have the distributed monitoring nodes communicate with each other via http(s) instead of the native protocol on (default) port 15001?
One possible method I have in mind would send event data by using a wrapper around zabbix_sender on the central server side and a custom action script to perform an HTTP(s) request to the wrapper URL. Zabbix_sender would be able to locally send the reported event into the central server for processing. Has anyone built this type of relay system?
Thank you.
Comment