# README
This directory is for helper servers available for use with Cloudprober. Cloudprober itself is a prober daemon with primary purpose to run probes but since it runs on all of our probing VMs, it provides a perfect platform to run servers that can act as the backend for probes that need to access something on cloud.
# Packages
Package external adds support for an external server.
Package grpc provides a simple gRPC server that acts as a probe target.
Package http implements an HTTP server that simply returns 'ok' for any URL and sends stats on a string channel.
No description provided by the author
Package udp implements a UDP server.
# Functions
Init initializes cloudprober servers, based on the provided config.
# Variables
StatusTmpl variable stores the HTML template suitable to generate the servers' status for cloudprober's /status page.
# Structs
ServerInfo encapsulates a Server and related info.
# Interfaces
Server interface has only one method: Start.